RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPHeader.MustUnderstand Property

Indicates whether an application is required to recognize and handle the header on received messages.

Pascal
property MustUnderstand: Boolean;
C++
__property Boolean MustUnderstand;

When MustUnderstand is false, applications can ignore this header if they do not recognize it and know how to handle it. 

When MustUnderstand is true, applications that receive messages with this header but that do not recognize or handle it must throw a MustUnderstand fault. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!