Soap.WSDLIntf.TWebServiceBindingType
Delphi
TWebServiceBindingType = (btUnknown, btSoap, btHttp, btMime, btDIME);
C++
enum DECLSPEC_DENUM TWebServiceBindingType : unsigned char { btUnknown, btSoap, btHttp, btMime, btDIME };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Soap.WSDLIntf.pas Soap.WSDLIntf.hpp |
Soap.WSDLIntf | Soap.WSDLIntf |
Description
TWebServiceBindingType indicates the binding type of a Web Service request or response.
The following table lists the possible values:
| Value | Meaning |
|---|---|
|
btUnknown |
The binding type is unknown. |
|
btSoap |
The request or response is encoded as a SOAP packet. |
|
btHttp |
The request or response is an HTTP messge. |
|
btMime |
The request or response uses a MIME encoding. |
|
btDIME |
The request or response uses a DIME encoding. |