Handler service invocation issue

Hi All,

I have an issue in invoking the request handler. Below is the brief description of what i did.

  1. created a flow service - “requestHandlerService” where i have done logging and some logic.

  2. registerd the flow service as request Handler - “requestHandler”

  3. Added the handler in WSDL->handlers.

So, when i test the WSDL using SOAP UI, the i can see the handler service (i.e requestHandlerService) is not getting invoked. Not sure where is missed.

Can you please share your thoughts on this.

Thanks in Advance.

Regards,
Jacob B

Hi All,

The issue was with the input definition being changed after registering the handler. I have unregistered and registered the handler again. It is working as expected.

Regards,
Jacob B