Click or drag to resize

WsdlServiceOptionsIsDispatchByBody Property

Indicate when used as ServerStub, the service is dispatched by body element. It's value is False.

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool IsDispatchByBody { get; set; }

Property Value

Type: Boolean
Remarks
This flag must be true if all operation has no SoapAction defined in WSDL. When set to True, the code generator will add "DispatchByBodyBehavior" to the generated interface.
See Also