ISOAPEnvelope::SetMethod Method

HRESULT SetMethod([in] BSTR methodName, [in] BSTR methodNameNamespaceURI);

This sets both the methodName and the Namespace URI in a single call.

 

Parameters

methodName
BSTR, [in]: The methodName to call e.g. getQuote
methodNameNamespaceURI
BSTR, [in]: The method namespace URI e.g. urn:xmethods-delayed-quotes

 

Return Values

 

Sample Code

dim e
set e = CreateObject("pocketSOAP.Envelope.2")
e.setMethod "AddNumbers", "http://example.org/"
...

 

See Also

The ISOAPEnvelope Interface | 

 

 

Copyright

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