Soap.OPToSOAPDomConv.TOPToSoapDomConvert

From RAD Studio API Documentation
Jump to: navigation, search

Soap.OPToSOAPDomConv.TSOAPDomConvSoap.SOAPDomConv.TSOAPDOMProcessorSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTOPToSoapDomConvert

Delphi

TOPToSoapDomConvert = class(TSOAPDomConv, IOPConvert)

C++

class PASCALIMPLEMENTATION TOPToSoapDomConvert : public TSOAPDomConv

Properties

Type Visibility Source Unit Parent
class public
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv Soap.OPToSOAPDomConv

Description

TOPToSoapDomConvert handles the marshaling and unmarshaling of SOAP method calls.

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.

See Also