Soap.WSDLIntf.TWebServiceBindingType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TWebServiceBindingType = (btUnknown, btSoap, btHttp, btMime, btDIME);

C++

enum DECLSPEC_DENUM TWebServiceBindingType : unsigned char { btUnknown, btSoap, btHttp, btMime, btDIME };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Soap.WSDLIntf.pas
Soap.WSDLIntf.hpp
Soap.WSDLIntf Soap.WSDLIntf

Beschreibung

TWebServiceBindingType legt den Bindungstyp einer Anforderung oder Antwort eines Webdienstes fest.

Die folgende Tabelle enthält die möglichen Werte:



Wert Bedeutung

btUnknown

Der Bindungstyp ist unbekannt.

btSoap

Die Anforderung oder Antwort ist als SOAP-Paket codiert.

btHttp

Die Anforderung oder Antwort ist als HTTP-Nachricht codiert.

btMime

Die Anforderung oder Antwort verwendet eine MIME-Codierung.

btDIME

Die Anforderung oder Antwort verwendet eine DIME-Codierung.