ISOAPEnvelope::MethodName Property

[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

 

Return Values

 

Sample Code

dim e, t
set e = CreateObject("pocketSOAP.ENvelope.2")
e.URI = "http://example.org/"
e.MethodName = "AddNumbers"
...

 

See Also

The ISOAPEnvelope Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.