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.
S_OK
m_sf.understoodHeader "http://gxa.org/routing", "id"
Copyright © Simon Fell, 2000-2004. All rights reserved.