Skip to Content
0
Former Member
Jun 08, 2009 at 12:25 PM

SOAP adapter URL causing problems

49 Views

Hi gurus,

As of PI 7.1, SAP is recommending to use:

http://host:port/XISOAPAdapter/MessageServlet?senderParty=FP&senderService=FS&interface=IF&receiverParty=TP&receiverService=TS&interfaceNamespace=IFNamespace

instead of

http://<serverhost>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<ServiceName>:<ChannelName>

while sending messages to the SOAP adapter. BUT, the new format is causing problems when the developers are trying to import the WSDL (to Webdynpro, eclipse, etc). Also, XMLSpy complains that the xml is not well-formed because of the soap address field.

So I removed the & signs and replaced them with the escape equivalent of &amp; for the new format and tried to use:

http://host:port/XISOAPAdapter/MessageServlet?senderParty=FP&amp;senderService=FS&amp;interface=IF&amp;receiverParty=TP&amp;receiverService=TS&amp;interfaceNamespace=IFNamespace

But this time, SOAP adapter replies saying there is no binding. How to overcome this?

Thanks

Gokhan