CoEnvelope12 CoClass

uuid(f8af8269-905e-4dbe-b28c-b30da00432be)
progid(pocketSOAP.Envelope.12)

This is a SOAP Envelope that's already configure to be in SOAP 1.2 format

 

Supported Interfaces

Name Description
ISOAPEnvelope  [default] The primary interface to the SOAP Envelope object
ISOAPNamespaces   This interface allows access to the current Namespace definitions during [de]serialization
ISOAPEnvelope2   Exposes SOAP envelope version information

 

How to Instantiate

Call CoCreateInstance (or CreateObject etc) using the CLSID of ProgID.

 

Sample Code

dim env, t
set env = CreateObject("PocketSOAP.Envelope.12")
env.SetMethod "echoString", "http://example.org/ts-tests"
env.Parameters.Create "inputString", "Hello World"

set t = CreateObject("PocketSOAP.HTTPTransport")
t.Send "http://www.whitemesa.net/soap12/test-rpc", env
env.Parse t

 

See Also

The PocketSOAP Library | 

 

 

Copyright

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