HRESULT SetMethod([in] BSTR methodName, [in] BSTR methodNameNamespaceURI);
This sets both the methodName and the Namespace URI in a single call.
dim e set e = CreateObject("pocketSOAP.Envelope.2") e.setMethod "AddNumbers", "http://example.org/" ...
Copyright © Simon Fell, 2000-2004. All rights reserved.