cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Messgae fails with Error Binding:CID=null

Former Member
0 Kudos

Hello,

I have following scenario.

3rd party -


> SOAP Message -


> PI -


> ECC

While sending SOAP mesage to PI, I get folowing error.

I wonder if you ran into the issue and how did you resolve?

I appreciate your help.

<code>ADAPTER.JAVA_EXCEPTION</code>

<text>com.sap.aii.af.service.cpa.CPAObjectNotFoundException: Couldn't retrieve binding for the given channelId: Binding:CID=null;

at com.sap.aii.af.service.cpa.impl.lookup.AbstractLookupManager.getBindingByChannelId(AbstractLookupManager.java:173)

at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:447)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)

Thank you,

Balaji

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

your third party system people not following correct way to send request to PI,i believe that they have not calling PI WSDL and service URL correctly.

please provide correct wsdl and service url to third party system and ask them to send request to PI correctly.

which version of PI are you working on?have you tested interface using SOAP UI or WS Navigator?

Former Member
0 Kudos

Thank you for the reply Raja

I am testing from SOAP UI tool and got the error.

The URL is as follows.

http://spi98765.hjd.net:50000/XISOAPAdapter/MessageServlet?channel=:ABC:<Channel Name>/&version=3.0&Sender.Service=ABC&Interface=urn:98765.com:Update^Update_OA

I tested in ID and reported no issues and started testing using SOAP UI tool and failed.

I am using PI 7.11

Thank you,

Balaji

Edited by: balaji uppalapati on Sep 2, 2011 8:58 PM

rajasekhar_reddy14
Active Contributor
0 Kudos

have you published your sender agreement in service registry?

refer below blog and first test your interface using WS Navigator and let us know the results.

/people/rajasekhar.reddy14/blog/2011/03/03/testing-sender-web-service-interfaces-soap-in-pi-71