cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adapter exception

Former Member
0 Kudos

Hi Everyone,

I tried to implement the following scenario SOAP--> XI --> IDOC(R/3). I created all the necessary objects,mapping, Channels. When tried to check the SOAP adapter with http://<hostname>:50000/XISOAPAdapter/MessageServlet?channel=:<service name>:<channelname>, i got the reply as Message STATUS OK.

But when i checked the http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>. i got the following error

<faultcode>SOAP:Server</faultcode>

<faultstring>Server Error</faultstring>

- <detail>

- <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context>XIAdapter</context>

<code>ADAPTER.SOAP_EXCEPTION</code>

- <text>

- <![CDATA[

java.lang.Exception: <b>invalid channel</b> (party:service:channel) = <null>

at com.sap.aii.af.mp.soap.web.HelperServlet.processFindChannel(HelperServlet.java:364)

Then i used the "MESSAGE Interface" created by SAP to created a new channel and made respective setting. Even then i am getting the same error.

Can any one tell me how to proceed.

Thank you

Bhaskar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Everyone,

It is my mistake, I entered the space between the "Find Channel" and "Channel" in the following URL

http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>

By removing that it worked fine.

Regards

Bhaskar