Soap.OPToSOAPDomConv.TOPToSoapDomConvert.WSDLView

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property WSDLView: TWSDLView read FWSDLView write SetWSDLView;

C++

__property Soap::Wsdlnode::TWSDLView* WSDLView = {read=FWSDLView, write=SetWSDLView};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TOPToSoapDomConvert

Description

Donne accès aux informations dans un document WSDL qui représentent la requête SOAP.

WSDLView représente les informations sur la requête SOAP lorsque l'application utilise un document WSDL pour définir des informations sur l'interface. Si l'application n'utilise aucun document WSDL, WSDLView a la valeur nil (Delphi) ou NULL (C++).

WSDL inclut le document WSDL analysé, ainsi que des propriétés pour identifier l'appel de méthode cible.