SOAP Toolkit 3.0 - SOAP Message Protocol

I’m trying to create a test script using both VBScript and SOAP Toolkit 3.0 to invoke a webMethods flow service. The targert service has a WSDL document using SOAP Message Protocol. The input to the target service must be two SOAP Objects soapRequestData, and soapResponseData. Has anyone accomplished this using SOAP Toolkit 3.0?

I’m also trying to do a similar test using the MSSOAPlib.SoapClient with VB 6.0.

No success with SOAP Message Protocol. However, if you are using SOAP RPC style this is trivial.

I am also trying SOAP Message without any success. But SOAP RPC works fine with with VB 6.0. Does VB 6.0 supports SOAP Doc Literal?