You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

orchestration can't handle soap Exception

edited Apr 12, 2018 7:00AM in Integration 5 comments

Summary

orchestration can't handle soap Exception

Content

Hello,

on ICS 18.1.3.0.0 i can't handle a soap Exception because  ICS doesn't recognize the fault.

 

My service return the following exception payload managed by service WSDL

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sam="http://example.com/sample">

  <soapenv:Body>

    <soapenv:Fault>

      <faultcode>soapenv:Server</faultcode>

      <faultstring/>

      <detail>

        <sam:UserDefinedFault>

          <additionalInfo>111</additionalInfo>

          <detail>fault</detail>

          <message>message</message>

        </sam:UserDefinedFault>

      </detail>

    </soapenv:Fault>

  </soapenv:Body>

</soapenv:Envelope>

 

I have on ics orchestration a instance of {http://schemas.oracle.com/bpel/extension}remoteFault

 

Error Occurred While Invoking inoke Application. Fault:<fault xmlns="

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!