cancel
Showing results for 
Search instead for 
Did you mean: 

Errors with client abap proxy to PI 7.31 (AEX)

Former Member
0 Kudos

Hi

I am facing an issue while sending messages using abap client proxy to PI 7.31 sp01 (AEX - java only stack).

I am getting an error  in sxmb_moni on sending R/3 system.

1.Though proxy configuration seems to be fine as SPROXY  and SLDCHECK works fine  without any issue. Though I need to provide ID/pwd for SLD when I run SLDCHECK transaction. I hope that it is not because of any misconconfiguration.

2. I have used soap adapter (XI 3.0 ) for the sender communication channel in the Integration directory.

3. I have done CPA Cache full refresh as well.

Will appreciate if you can give me any pointers to resolve or debug the issue.


=========================================================================================

System_Error">HTTP-client: error response= <?xml version='1.0'?> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <faultcode>SOAP:Client</faultcode> <faultstring>Server Error</faultstring> <faultactor>http://sap.com/xi/XI/Message/30</faultactor><detail><SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" SOAP:mustUnderstand="1"><SAP:Category>XIProtocol</SAP:Category><SAP:Code area="PARSING">GENERAL</SAP:Code> <SAP:Stack><![CDATA[ com.sap.aii.af.lib.mp.module.ModuleException: No Binding found for the Message Information at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:395) at javax.servlet.http.HttpServlet.service(HttpServlet.java:754) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet

==========================================================================

Thanks,

Lovein

Accepted Solutions (0)

Answers (3)

Answers (3)

smavachee
Active Contributor
0 Kudos

Hello Lovein,

Have a look at below blog by Sandeep Sharma, you may get some useful info..

Step by Step Proxy by Sandeep Sharma.

Hope it helps.!

Regards,

Sunil

Former Member
0 Kudos

Please add the modules in the sender SOAP channel in PI

Parameter Name : generateSysAck    Value : True

Parameter Name:  ignoreDuplicate      Value : True

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You can refer to this document for the complete steps:

How to Set Up the Communication between ABAP Backend and SOAP Adapter using XI Protocol

http://scn.sap.com/docs/DOC-16242

Hope this helps,

Mark