Summary
In order to add a custom handler, alter the client and server deployment descriptors:
• On the server side,
o add an operation handler;
o add a new operation.
• On the client side,
o possibly alter each operation to direct the flow to the operation handler defined in the server side deployment descriptor;
o add the operation which matches the new operation on the server side.
• In the WDSL, possibly add one or more new messages tying together the operation and the handler.
Last modified date: 08/16/2019