cancel
Showing results for 
Search instead for 
Did you mean: 

error while using soap adapter in webservice to sap system

Former Member
0 Kudos

Hi everybody,

i got the error while using saop adapter in scenario(sender webservice----->sap system)

error is

HTTP error:couldnot post file

'/XISOAPAdapter/MessageServlet:Channel=:BS1:SPA.&

version+3.0&sender.Service=BS1&interface=http%3ASP%5OUTBOUND'on server 'XI03'(500)

Accepted Solutions (0)

Answers (2)

Answers (2)

VijayKonam
Active Contributor
0 Kudos

http://Host:port/XISOAPAdapter/MessageServlet?Channel=:Service:Channel

Use the above url while generating the WSDL for you channel in ID. For select the sender interface and then put * for the receiver details in Step 3. Generate the WSDl and pass it on to the consumer.

VJ

Former Member
0 Kudos

Hey

'/XISOAPAdapter/MessageServlet:Channel=:BS1:SPA.&
version+3.0&sender.Service=BS1&interface=http%3ASP%5OUTBOUND'on server 'XI03'(500)

The URL looks a little wrong to me,the URL to post messages to sender SOAP adapter must be of the format

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

You are repeating service twice(BS1) and also have interface in the end.please give the URL in the format i gave you when you are creating WSDL file in ID(dont use propose URL button).

Thanx

Aamir

Edited by: Aamir Suhail on Jul 1, 2008 12:59 PM

Former Member
0 Kudos

Hi,

You need to use "?" instead of ":" after XISOAPAdapter/MessageServlet . Please correct it and try. It should work.

Thanks

Amit