Soap.SOAPHTTPTrans.THTTPReqResp.SoapAction

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property  SoapAction: string read GetSOAPAction write SetSOAPAction

C++

__property System::UnicodeString SoapAction = {read=GetSOAPAction, write=SetSOAPAction, stored=IsSOAPActionStored};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Spécifie l'en-tête SoapAction à inclure dans le message HTTP qui exécute l'appel de méthode.

SoapAction spécifie l'en-tête SoapAction qui apparaît dans le message HTTP envoyé par la méthode Send.La valeur de cet en-tête est déduite des informations d'un document WSDL, selon les indications de la propriété WSDLView.

Voir aussi