Skip to Content
0
Former Member
Feb 18, 2013 at 07:18 AM

SOAP receiver channel url to connect to ICO

373 Views

hi experts,

I have a scenario where i have to connect to an ICO from a SOAP receiver channel. Please find the details of the scenario below :-

I have two XI boxes - first one in PI 7.31 and second box in PI 7.11

i have a message which flows from a sender service in the first box, goes into a SOAP receiver, and from the url mentioned in the SOAP receiver, it triggers a sender SOAP channel inside the second PI box, which in turn is the sender channel of an ICO present in the second box. It then goes to a party receiver.

This was achieved previously using a SOAP protocol in the SOAP receiver channel. However, when we followed this approach, we needed to maintain a SOAP receiver and SOAP sender channel per interface.

So now we tried to replace the SOAP protocol with the XI 3.0 protocol.

With this we needed to maintain the destination in nwa.

The connection url is

http://host:port/XISOAPAdapter/MessageServlet?ximessage=true

I have configured the channel now with this destination. However now the receiver channel fails with the following exception. Can you please let me know what is wrong with the url?

"SOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]SOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]"

regards,

ninu