SOAP Fault not displayed as response in EM test page
Hello,
I created a composite with a BPEL component. Exposed service and the BPEL component use the same wsdl. In this WSDL I specified a SOAP fault. In the BPEL component I use reply to send the SOAP fault back to the client:
<reply name="Reply2" faultName="ns1:fault" variable="SOAPFault"
partnerLink="bpel_client"
portType="ns1:BPELPortTypeSOAP"
operation="sendData"/>
When I test the process using EM test page I only get a exception:
java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: null at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:575) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:381) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at ....
In SOA Suite 10g I was able to see the SOAP Fault in the response.
Is EM test page able to display the SOAP fault in the output?
Thanks and regards,
Mike