cancel
Showing results for 
Search instead for 
Did you mean: 

Propose URL when Configuring Sender SOAP Adpater

Former Member
0 Kudos

Hi

I am doing Sender SOAP adpater .. when i try to generate WSDl from PI .. i selected the Propose URL ..its pointing to the Intergration Engine ..

When i tested the WSDl file from XML spy its giving me the " Message is incomplete. No Sender found"

How we configure the scenario with Propose URL ..

S V

Edited by: S V on Apr 11, 2009 2:30 AM

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Dont use Proposed Url, Use the below URL:

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>;

Go to the next page by choosing Continue.

Select the message interface you want to use for the WSDL. Make sure that you choose

an outbound interface and [pass the required parameters.

Choose Finish. On the next page you can see the WSDL that has been created. Choose

Save and specify a folder and a file name to store it on your local PC. The file extension must be wsdl

Sameer

Former Member
0 Kudos

Hi,

Use the following url while defining the webservice.

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

URL provided by Rajesh is not correct

Regards,

Sreenivas.

Former Member
0 Kudos

Hi SV,

Please check with the SAP note : 856597..which is a v useful one..

Regards,

Madhu

former_member200962
Active Contributor
0 Kudos

Hi,

Propose URL option should not be used as this URL does not point to the desired parameters as party, sender system, sender channel......use the URL format as suggested by Rajesh.

Regards,

Abhishek.

Former Member
0 Kudos

You need to use the url as

http://host:HTTPPort/XISOAPAdapter/MessagingServlet?channel=party:sendersystem:CC_sender

if party is not there then querystring should be channel=:sendersystem:CC_sender

Hope this helps

Rajesh