RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.Converter Property

Specifies the interface of the component that handles the marshaling of SOAP messages.

Pascal
property Converter: TOPToSoapDomConvert;
C++
__property TOPToSoapDomConvert Converter;

Converter is the component that marshals and unmarshals method calls for the invoker. The invoker uses this object to interpret incoming method calls and to generate the results it returns. 

 

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