How can I send an Object from a SOAP Handler to the web service? I know I can modify the SOAP message but I’m trying to send the whole SOAP message back. In the web service I don’t have access to the SOAP envelope. Also, this is implementing a wsdl and I can’t change the parameter type which is a particular kind of XML. So I’m thinking of using some kind of parallel messaging mechanism between the SOAP Handler and the web service.
Share
In the SOAP Handler,
In the Web Service: