Hello,
I would like to know if there is any way to trigger the default fault sequence
from the endpoint if throws an exception.
For example I have a JAX-WS WebService which is described from the following
WSDL:
<operation name="method1">
<soap:operation soapAction="http://wso2example.com/webapp "
style="document"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="SystemException">
<soap:fault name="SystemException"
use="literal"/>
</fault>
</operation>
If in the WebService throw a SystemException how this will trigger directly the
fault sequence in the ESB?
Best Regards,
Christos
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev