Click or drag to resize

SoapBindings Class

Provide commonly used Http binding for Soap based WebService.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.ServicesSoapBindings

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static class SoapBindings

The SoapBindings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHTTP_SOAP11_ANONYMOUS
For traditional SOAP 1.1 Web Services, it uses BasicHttpBinding, without authentication and proxy.
Public propertyStatic memberHTTPS_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.
Top
Methods
  NameDescription
Public methodStatic memberGetBasicHttpBinding(RequestOptions, Boolean)
Get a custom Binding object for SOAP 1.1 WebServices.
Public methodStatic memberGetBasicHttpBinding(RequestOptions, Boolean, WSMessageEncoding)
Get a custom Binding object for SOAP 1.1 WebServices.
Public methodStatic memberGetSoap12HttpBinding
Get a custom Binding object for SOAP 1.2 WebServices.
Top
See Also