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; }
Public Property IsDispatchByBody As Boolean
Get
Set
public:
property bool IsDispatchByBody {
bool get ();
void set (bool value);
}
member IsDispatchByBody : bool with get, set
Property Value
Type:
BooleanRemarks
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