cancel
Showing results for 
Search instead for 
Did you mean: 

ES Fault Message Propagation

Former Member
0 Kudos

Hi,

I have a Synchronous Enterprise Service (ES) modeled with ESB with fault message. The ES is imported and implemented in CAF Java.

The WebDynpro Java Client will call a PI wrapper service, which will forward the call to the ES.

During the testing, when the exception was thrown by the ES (CAF Java), however, what we got in the PI is just "APPLICATION_ERROR', as shown below, without the exception stack.

We are interested to know the content of the exception stack to display the actual root-cause to the client.

Any help would be much appreciated.

Thanks.


<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- XML Validation Outbound Channel Response -->
<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://ericsson.com/xi/MDM">
  StandardSupplierFaultMessage</SAP:ApplicationFaultMessage>
  <SAP:Stack />
  <SAP:Retry>M</SAP:Retry>
</SAP:Error>

julius

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

No answer!

Former Member
0 Kudos

No one with a suggestion?