RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOPToSoapDomConvert Class

TOPToSoapDomConvert handles the marshaling and unmarshaling of SOAP method calls.

Pascal
TOPToSoapDomConvert = class(TSOAPDomConv, IOPConvert);
C++
class TOPToSoapDomConvert : public TSOAPDomConv, public IOPConvert;

OPToSOAPDomConv

TOPToSoapDomConvert is an implementation of the IOPConvert interface that handles the marshaling and unmarshaling of SOAP method calls. It uses a DOM parser to parse and edit the SOAP encoding of a method call and its results. 

Typically, applications do not use TOPToSoapDomConvert directly. Rather, It is created and used by THTTPRio on client applications and THTTPSoapPascalInvoker or THTTPSoapCppInvoker on server applications. 

TOPToSoapDomConvert converts between the SOAP encoding of a method call or its results and an invocation context. If the method call results in an exception, TOPToSoapDomConvert generates a SOAP error packet for that exception so that the client can raise the exception remotely. 

 

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