cancel
Showing results for 
Search instead for 
Did you mean: 

Syncronous SOAP Receiver Message: APPLICATION_ERROR

Former Member
0 Kudos

Hi Experts,

I am facing a application error in SXMB_MONI for syncronous messages in a SOAP receiver scenario.


- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>Application</SAP:Category> 
  <SAP:Code area="UNKNOWN">APPLICATION_ERROR</SAP:Code> 
  <SAP:P1 /> 
  <SAP:P2 /> 
  <SAP:P3 /> 
  <SAP:P4 /> 
  <SAP:AdditionalText>application fault</SAP:AdditionalText> 
  <SAP:ApplicationFaultMessage namespace="http://xml.apache.org/axis/">hostname</SAP:ApplicationFaultMessage> 
  <SAP:Stack /> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

In RWB the SOAP adapter shows me that the message was delivery successfully however the guys from the third party application said to me that the message didn't reach it.

I would like to know if you have any idea where the error is.

Have you already faced something like this?

<< Moderator message - Please do not offer points >>

Thanks in advance,

Daniela

Edited by: Rob Burbank on Oct 15, 2010 4:42 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Based on the exception, this is really not as descriptive as possible. Can you try the following:

1. Execute the WSDL via SOAP UI and let us know of the results.

2. Under SXI_MONITOR, can you double click the response message payload? The response message payload should more or less give an idea as to why this error occurred.

Hope this helps,

Former Member
0 Kudos

Hi Daniela,

From the log that you provided, it seems as though you haven't provided the correct hostname for the 3rd party app in your SOAP receiver channel.

Regards,

Glenn