[propget] HRESULT MethodName([out, retval] BSTR * pVal);
[propput] HRESULT MethodName([in] BSTR newVal);
This gets/sets the methodName for the generated SOAP message, this typically maps to the remote function you are trying to call
dim e, t
set e = CreateObject("pocketSOAP.ENvelope.2")
e.URI = "http://example.org/"
e.MethodName = "AddNumbers"
...
Copyright © Simon Fell, 2000-2004. All rights reserved.