cancel
Showing results for 
Search instead for 
Did you mean: 

how to define channel in wsdl

Former Member
0 Kudos

hi,

I am defining webservice in ID, But i am not sure about below url is correct or not.

What is the channel to enter. i don't have party anyway.

http://host:port/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>;

Can i just define service. is it enough.

like ,,,,channel=:myservice

Pls advice,

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Srini,

the URL format u need to give while creating webservice is ....

<b>http://url:port/XISOAPAdapter/MessageServlet?channel=:service:channel</b>

here

service= <b>sender business ser</b>vice /<b>business system</b> whatever u have used.

channel= sender communication channel

for example

<b>http://xyz.com:59600/XISOAPAdapter/MessageServlet?channel=:BS100:Sender_SOAP</b>

BS100= sender business system

SEnder_SOAP = sender communication channel

hope u r clear now!!!!

regrads

biplab

Answers (4)

Answers (4)

Shabarish_Nair
Active Contributor
0 Kudos

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services - Refer this weblog. it should give you the right url to use.

Note that you can send the soap message directly to the IS without a communication channel - /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Former Member
0 Kudos

But this way you get restricted..meaning this blog say if u want to send the attachement with the SOAP message it will not supported. No dought it will reduse the load on Adapter Engine. So look from all angle:)

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Thanks

Farooq.

Former Member
0 Kudos

For better understanding always use help.sap.com

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm">Configuring the Sender SOAP Adapter</a>

Thanks

Farooq.

rohit_goel
Participant
0 Kudos

Hi Srinivas,

you can send SOAP messages to the following address:

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>;

If the SOAP adapter channel belongs to a service without party, the address is as

follows:

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?

channel=:<service>:<channel>

Regards,

Rohit

Former Member
0 Kudos

Hello Srini,

The address for SOAP message will be :

http://host:port/XISOAPAdapter/MessageServlet?channel=party:<service>:<channel>;

Under party:service:channel enter the party name, the service name and the name of the communication channel.

If no party has been created, enter channel=:service:channel.

So you should have either Party name or Service name.

Hope this will help.

Nilesh

Message was edited by:

Nilesh Kshirsagar

justin_santhanam
Active Contributor
0 Kudos