Hi,
I am trying to execute a webMethods webservice fault handler.
Steps I have taken as follows:
1> I created a SOAP 1.2 webservice descriptor for both consumer and provider.
2> Then I created a fault handler flow service
3> Registered the fault handler service using “pub.soap.handler:registerWmConsumer” and
“pub.soap.handler:registerWmProvider”.
4> Then I added the above fault handlers in provider WSD and consumer WSD.
5> Then I refreshed the consumer WSD connectors.
6> but I am unable to execute fault handler. Do I need to set any fault code “3”? if yes how to do it in code?
Can someone provide me with a sample example code on webservice fault handler.