cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Message to XI testing error.

Former Member
0 Kudos

Hi,

I am send a Synchronous SOAP message to XI.From XI to ABAP is a synchronous proxy. When I am trying to test the SOAP Web service message to XI using altova XML spy the following error is thrown out:

HTTP Error Could Not Post File:

(500) error.

Error sending the SOAP Data.

com.sap.aii.af.ra.ms.api.DeliveryException: XIProxy:INTERFACE_REGISTRATION_ERROR:

at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:455)

at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:133)

at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:850)

at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(AccessController.java:215)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

Could anyone of you help me in resolving this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Manohar,

Did u implemented the Proxy class for the interface?

raj.

Former Member
0 Kudos

I have not yet implemented the proxy class. But the SOAP message is not even reaching XI, since I do not find any messages in SXMB_MONI.

Is it mandatory to implement the proxy class?

justin_santhanam
Active Contributor
0 Kudos

Manohar,

Please refer

raj.