Summary
In order to add a custom handler, alter the client and server deployment descriptors:
On the server side,
add an operation handler;
add a new operation.
On the client side,
possibly alter each operation to direct the flow to the operation handler defined in the server side deployment descriptor;
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