cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP response

Former Member
0 Kudos

I am getting following error response when I was trying to post input soap message from altova xml spy(scenario:webservice to SAP)

<SOAP:Envelope xmlns OAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<SOAP:Fault>

<faultcode>SOAP erver</faultcode>

<faultstring>Server Error</faultstring>

<detail>

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

<context>XIAdapter</context>

<code>ADAPTER.JAVA_EXCEPTION</code>

<text><![CDATA[

com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapter YNCHONOUS_MESSAGE:

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

at com.sap.aii.af.ra.ms.impl.core.queu

What is the reason for the above error?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

- Check Sender SOAP adapter is properly configured or not..

- Check the QoS

- Check adapter is active

- Check WSDL you are uisng for Testing purpose is correct and latest

Also for tesing purpose send the message from from RWB to integration engine using QoS = BE and check its status in MONI.

THanks

Farooq

prateek
Active Contributor
0 Kudos

Make sure the QOS is correct. Also make sure that u have created webservice at XI. Please clarify ur scenario

Regards,

Prateek

Former Member
0 Kudos

Hi ,

Is it soap to rfc ?

If it is soap to rfc we have to send request messages that will strike the responce message..if request message have not intact to responce message fualt message will send by soap.

plz award points

thanq