All,
When we invoke another webservice which is down, we are receiving remote SOAP fault along with the full SOAP request message along with the error message. Please see the following highlighted message.
Any suggestions on how to remove this SOAP request message in remote fault? Any help on this is really appreciated.
Version: Oracle SOA 12.2.1.2.
<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
<part name="summary">
<summary>
oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "http://localhost:9002/soa-infra/services/default/HelloWorld!1.0*soa_ac197ab1-2609-442c-9742-0ca785192cda/hellowbpelprocess_client_ep" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: localhost
===== reqeust ========
SOAPAction:"process"
Content-Type:text/xml; charset=UTF-8
Content-Length:2033
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
<env:Header>
<wsa:To>http://localhost:9002/soa-infra/services/default/HelloWorld!1.0*soa_ac197ab1-2609-442c-9742-0ca785192cda/hellowbpelprocess_client_ep</wsa:To>
<wsa:Action>process</wsa:Action>
<wsa:MessageID>urn:91b93a8c-8cc9-11e7-b822-34f39a92b562</wsa:MessageID>
<wsa:RelatesTo>urn:91b93a8c-8cc9-11e7-b822-34f39a92b562</wsa:RelatesTo>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
<wsa:ReferenceParameters>
<instra:tracking.ecid xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">413b49b2-5bd4-4199-9632-671e078d0805-00000133</instra:tracking.ecid>
<instra:tracking.conversationId xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">urn:91b93a8c-8cc9-11e7-b822-34f39a92b562</instra:tracking.conversationId>
<instra:tracking.parentComponentInstanceId xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">bpel:70005</instra:tracking.parentComponentInstanceId>
<instra:tracking.parentReferenceId xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">70005-BpInv0-BpSeq0.3-3</instra:tracking.parentReferenceId>
<instra:tracking.FlowEventId xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">70014</instra:tracking.FlowEventId>
<instra:tracking.FlowId xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">70002</instra:tracking.FlowId>
<instra:tracking.CorrelationFlowId xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">0000LsiUWFRFg4WFLzfP8A1PdNtX000003</instra:tracking.CorrelationFlowId>
<instra:tracking.quiescing.SCAEntityId xmlns:instra="http://xmlns.oracle.com/sca/tracking/1.0">50004</instra:tracking.quiescing.SCAEntityId>
</wsa:ReferenceParameters>
</wsa:ReplyTo>
<wsa:FaultTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
</wsa:FaultTo>
</env:Header>
<env:Body>
<process xmlns="http://xmlns.oracle.com/MyApplication/HelloWorld/HellowBPELProcess">
<input>dasf</input>
</process>
</env:Body>
</env:Envelope>
</summary>
</part>
Thanks
Sree