ISerializerFactoryConfig3::understoodHeader Method

HRESULT understoodHeader([in] BSTR NamespaceURI, [in] BSTR localName);

Registers the QName of a SOAP Header element that we understand. If we deserialize a response that contains a soap header with mustUnderstand='1' which isn't in the list of understood headers, then an error will be returned.

 

Parameters

NamespaceURI
BSTR, [in]: The namespaceURI part of the QName
localName
BSTR, [in]: The localname part of the QName

 

Return Values

S_OK

 

Sample Code

m_sf.understoodHeader "http://gxa.org/routing", "id"

 

See Also

The ISerializerFactoryConfig3 Interface | 

 

 

Copyright

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