RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESOAPDomConvertError Class

ESOAPDomConvertError is the class for exceptions that occur when marshaling or unmarshaling a SOAP request.

Pascal
ESOAPDomConvertError = class(Exception);
C++
class ESOAPDomConvertError : public Exception;

TOPToSoapDomConvert raises ESOAPDomConvertError exceptions when it can't marshal or unmarshal a SOAP packet that encodes a method call or its results. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!