Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOAP Fault not displayed as response in EM test page

779570Jul 22 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2011
Added on Jul 22 2011
0 comments
116 views