SoapBindings Class |
Namespace: Hummingbird.TestFramework.Services
The SoapBindings type exposes the following members.
Name | Description | |
---|---|---|
HTTP_SOAP11_ANONYMOUS |
For traditional SOAP 1.1 Web Services, it uses BasicHttpBinding, without authentication and proxy.
| |
HTTPS_SOAP11_ANONYMOUS |
For traditional SOAP 1.1 Web Services, it uses BasicHttpBinding, without authentication and proxy. connection is secured by HTTPS.
Maximum response message size is set to 2MB, if the message is larger than 2MB, you must specifies appropriate binding to use.
|
Name | Description | |
---|---|---|
GetBasicHttpBinding(RequestOptions, Boolean) |
Get a custom Binding object for SOAP 1.1 WebServices.
| |
GetBasicHttpBinding(RequestOptions, Boolean, WSMessageEncoding) |
Get a custom Binding object for SOAP 1.1 WebServices.
| |
GetSoap12HttpBinding |
Get a custom Binding object for SOAP 1.2 WebServices.
|