orchestration can't handle soap Exception
Summary
orchestration can't handle soap ExceptionContent
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="