VBscript/MS SOAP Toolkit 3.0 Issues Invoking ACL-enabled Web Service

Not sure what the soapClient.mssoapinit does or what input parameter it is expecting. If it is attempting to initialize a soap call from a WSDL file located at the supplies URL, then giving it the URL of the custom soap processor will not work.

You would need to create a WSDL and host it in some IS package’s pub folder (setting the .access file as needed to allow access to this static file).

Mark