cancel
Showing results for 
Search instead for 
Did you mean: 

ADAPTER.JAVA_EXCEPTION while receiving Response in Sync SOAP Scenario

Former Member
0 Kudos

Hi Experts

I followed the following blog as we have exactly the same requirement

https://blogs.sap.com/2016/10/29/sync-soap-async-target-send-messageid-back-source-response-message-...

However when I run the webservice in SOAP UI, I get the following response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
<SOAP:Fault>
<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.JAVA_EXCEPTION</code>
<text>See log trace with id: n/a</text>
</s:SystemError>
</detail>
</SOAP:Fault>
</SOAP:Body>
</SOAP:Envelope>

The messages in message monitoring are all delivered fine. Could it be an authentication issue when the response is returned? Please help.

Regards

Sonal

Former Member
0 Kudos

Screenshot attached

E

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I typed the module name incorrectly. Working all smooth and good now.