RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WSDLIntf.TWebServiceBindingType Enumeration

TWebServiceBindingType indicates the binding type of a Web Service request or response.

Pascal
TWebServiceBindingType = (
  btUnknown,
  btSoap,
  btHttp,
  btMime,
  btDIME
);
C++
enum TWebServiceBindingType {
  btUnknown,
  btSoap,
  btHttp,
  btMime,
  btDIME
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!