SoapBindings Properties |
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.
|