Click or drag to resize

WsdlServiceOptionsIsOrdered Property

Gets a value indicating whether XML tags' order is important.

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool IsOrdered { get; }

Property Value

Type: Boolean
true if XML Tags must be ordered; otherwise, false.
Remarks
In XML documents structures are defined in xsd:Sequence. Some service may accept structures unordered, some not. Use unordered structure lets your requests and response more compatible with other service test softwares.
See Also