We are using WSDL version 1.158 as per the SOAP toolkit update, we need to replace some classes with the provided code line.

In the earlier version 1.158 TransactionProcessor was the interface and in current version it is now a class with handler method. We don't wanted to update the WSDL version and as per the article we can keep the older versions but not sure how we can add handler for a interface here. Can someone guide on this
