cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing The Communication Channel API

Former Member
0 Kudos

Hi Folks,

How to get access to the Communcation channel API.. I would like to write a java app . to automatically .. start and stop Communication channels.. based on some parameter in the legacy sender app ..

Please share some thougts over how to go about

Thanks

XA

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member854360
Active Contributor
0 Kudos

Please see this

http://help.sap.com/saphelp_nwpi711/helpdata/en/45/0c86aab4d14dece10000000a11466f/content.htm

You need to make a http call to the below URL for start or stop channel.

http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=action

Former Member
0 Kudos

Hi

I need to poll the database tables for data , and if they are available, the channels have to be started automatically .. .

What would be the best way to encode the logic? a webservice or a Java app running or PI server?

what would be the performance cost in each case?

Thanks

XA

Former Member
0 Kudos

Any body, Any ideas to share??

Regards,

XA