ISOAPNode12 Interface

uuid(7c0183c2-8598-4cdf-923f-40a5576f39c2)

This interface contains the SOAP 1.2 specific features for a SOAP node, the Role and Relay properties are used on soap headers and control the targetting of soap headers to different intermediaries.

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
role  [propget] This is the role attribute from the SOAP 1.2 spec, its very similar to the actor attribute in SOAP 1.1
role  [propput]
relay  [propget] This is the relay attributre from the SOAP 1.2 spec.
relay  [propput]
ref  [propget] This is the ref attribute from the SOAP 1.2 spec, its very similar to the href attribute in SOAP 1.1
ref  [propput]

 

When to Implement

The CoSoapNode object provides an implementation of this interface, you shouldn't need to implement it.

 

When to Call

Use this interface if you need to access SOAP 1.2 specific features of a soap node.

 

See Also

The PocketSOAP Library | 

 

 

Copyright

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