XML Schema Patterns for Databinding Test Result Page: WCF (3.0)

Note that these results indicate a databinding implementation is able to consume an example XML Schema wrapped in WSDL and later echo SOAP messages containing a valid instance of the XML document in the body. It is therefore possible for an implementation to simply echo the input XML, giving the impression that the XML Schema has been honoured and used to generate an internal data model presenting the input data with fidelity.

Additional tests, more dependent on the structure would be required to prove correctness, however, the Working Group believes that these tests provide a good indication of the interoperability of XML Schema based databinding tools.

Toolkit details

Name
WCF
Version
3.0
Language Mapping
c#
Binding
n.a.
Link

Synthetic view

Number of passed tests: 488

Total number of tests: 558

All tests: 603

87% 13%

Passed and failed percentages

80% 11% 9%

Total: passed 488 - failed 70 - skipped 45 - total 603

93% 3% 4%

Basic: passed 148 - failed 5 - skipped 6 - total 159

76% 14% 10%

Advanced: passed 339 - failed 65 - skipped 40 - total 444

Pending: passed 1 - failed 0 - skipped -1 - total 0

Failed Basic tests

  1. ComplexTypeAttributeExtension
  2. DateTimeElement
  3. DateTimeAttribute
  4. GlobalAttribute
  5. MinOccurs1

Failed Advanced tests

  1. AttributeTypeReferenceUnqualified
  2. UnsignedLongElement
  3. TimeElement
  4. ElementTypeReferenceUnqualified
  5. PrecisionDecimal
  6. DoubleSimpleTypePattern
  7. AttributeDefault
  8. NillableOptionalElement
  9. UnsignedByteElement
  10. LocalElementSimpleType
  11. ShortSimpleTypePattern
  12. UnionDateString
  13. DecimalElement
  14. UnsignedShortElement
  15. GlobalElementUnqualifiedType
  16. UnsignedLongSimpleTypePattern
  17. UnionSimpleDateString
  18. UnsignedIntElement
  19. DateElement
  20. DecimalAttribute
  21. LongSimpleTypePattern
  22. GlobalAttributeUnqualifiedType
  23. QualifiedLocalAttributes
  24. ElementReferenceUnqualified
  25. IntSimpleTypePattern
  26. DateAttribute
  27. UnsignedByteAttribute
  28. FloatElement
  29. MixedComplexContent
  30. UnsignedIntAttribute
  31. GlobalAttributeSimpleType
  32. FloatSimpleTypePattern
  33. FloatEnumerationType
  34. GlobalElementComplexTypeSequenceExtension
  35. AttributeReferenceUnqualified
  36. MixedContentType
  37. UnsignedIntSimpleTypePattern
  38. UnsignedShortSimpleTypePattern
  39. UnsignedShortAttribute
  40. UnsignedLongAttribute
  41. TimeAttribute
  42. UnionMemberTypes

In the report below:

Passed
(Green) indicates the service responded with a message equivalent to the request message.
Failed
(Red) indicates the service responded with a message different to the request message.
Skipped
(White) indicates the test was not run. Often this is because the toolkit was unable to consume the XML Schema or WSDL document.

Detailed Results

Test Name Test Instance Test Result Request
Response
AnySimpleTypeAttribute AnySimpleTypeAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnySimpleTypeAttribute>
            <ex:anySimpleTypeAttribute anySimpleType="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnySimpleTypeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ef14ce8f-0eec-4b1a-af22-873095961373" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6312a70d-207e-4284-b8c2-3ffb03f04a5f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnySimpleTypeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anySimpleTypeAttribute anySimpleType="hello"/>
        </echoAnySimpleTypeAttribute>
    </s:Body>
</s:Envelope>
AnySimpleTypeAttribute AnySimpleTypeAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnySimpleTypeAttribute>
            <ex:anySimpleTypeAttribute anySimpleType="1"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnySimpleTypeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="73fc8d26-f9d7-4071-b0f0-ddc75a3de887" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e6ea92fb-0d13-4f14-8d86-ee717123a772</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnySimpleTypeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anySimpleTypeAttribute anySimpleType="1"/>
        </echoAnySimpleTypeAttribute>
    </s:Body>
</s:Envelope>
AnySimpleTypeElement AnySimpleTypeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnySimpleTypeElement>
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnySimpleTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="82cbd051-d1e0-411c-9195-17fa5922bc6f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ba49ac9a-8c1d-4e92-9227-0f9f54a95664</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anySimpleTypeElement/>
        </echoAnySimpleTypeElement>
    </s:Body>
</s:Envelope>
AnySimpleTypeElement AnySimpleTypeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnySimpleTypeElement>
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">anySimpleTypeValue</ex:anySimpleTypeElement>
        </ex:echoAnySimpleTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fbeceacb-3c99-4b00-9f26-a9a369a31647" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0018d30f-93ee-46be-80c6-513ff00ca540</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anySimpleTypeElement>anySimpleTypeValue</anySimpleTypeElement>
        </echoAnySimpleTypeElement>
    </s:Body>
</s:Envelope>
AnyTypeElement AnyTypeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyTypeElement>
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnyTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b1803204-90c1-41b4-ba78-00af8035bb2f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c95d7118-3220-4d2b-85b5-e74cd5128ece</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyTypeElement/>
        </echoAnyTypeElement>
    </s:Body>
</s:Envelope>
AnyTypeElement AnyTypeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyTypeElement>
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <foo>
                    <bar>cheese</bar>
                </foo>
            </ex:anyTypeElement>
        </ex:echoAnyTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f2b15176-af9b-452b-94dc-1e7d8ad935a9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1c910bd3-d7f6-4a26-8908-d63de3303424</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <foo xmlns="">
                    <bar>cheese</bar>
                </foo>
            </anyTypeElement>
        </echoAnyTypeElement>
    </s:Body>
</s:Envelope>
DocumentationElement DocumentationElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDocumentationElement>
            <ex:documentationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello world</ex:documentationElement>
        </ex:echoDocumentationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="06cbe44f-8f8e-4739-9be1-6708669087ac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">48eba05c-5262-484e-8cd0-31f6ba051856</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDocumentationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <documentationElement>hello world</documentationElement>
        </echoDocumentationElement>
    </s:Body>
</s:Envelope>
IdentifierName IdentifierName02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIdentifierName>
            <ex:identifierName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:identifierName>
        </ex:echoIdentifierName>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a81eaa2d-c26c-4c8d-9f7c-16acc2d8b7e3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">77994959-1c40-4deb-9a79-ccaecb056155</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <identifierName>Hello</identifierName>
        </echoIdentifierName>
    </s:Body>
</s:Envelope>
NonIdentifierName NonIdentifierName02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonIdentifierName>
            <ex:non-Identifier-Name
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:non-Identifier-Name>
        </ex:echoNonIdentifierName>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cc406844-efaa-4d83-90a8-e83ef16684de" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c5b3cd40-c3e2-48e7-8c10-d63f85ad520e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <non-Identifier-Name>Hello</non-Identifier-Name>
        </echoNonIdentifierName>
    </s:Body>
</s:Envelope>
StringElement StringElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringElement>
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6bfc5ed4-b246-47fb-82bc-37391f428bd3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">92fcbe75-e269-41fe-b225-830d3015b44e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElement/>
        </echoStringElement>
    </s:Body>
</s:Envelope>
StringElement StringElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringElement>
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello cruel world.</ex:stringElement>
        </ex:echoStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="619600f3-c262-4b2f-b5b4-fd927193d32c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">052a7647-1a79-4121-bfb5-9e04e208b127</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElement>Hello cruel world.</stringElement>
        </echoStringElement>
    </s:Body>
</s:Envelope>
StringAttribute StringAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringAttribute>
            <ex:stringAttribute string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3ecbb30a-2d1f-49d3-88a5-9b7087515c14" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ac7b509b-e4ad-481b-a477-5b0abac54d9d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringAttribute string="hello"/>
        </echoStringAttribute>
    </s:Body>
</s:Envelope>
StringAttribute StringAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringAttribute>
            <ex:stringAttribute string="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0cde96e6-f127-4fce-8b57-760ca96c06bc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6051e464-0295-4fac-a281-1e059b6b21db</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringAttribute string="0123456789"/>
        </echoStringAttribute>
    </s:Body>
</s:Envelope>
BooleanElement BooleanElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">false</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3241cd3d-31b5-4b45-9473-c1a211d4ba1c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">017af890-8584-4ae0-88e8-2eaa5e32a5ea</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>false</booleanElement>
        </echoBooleanElement>
    </s:Body>
</s:Envelope>
BooleanElement BooleanElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">true</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="68e24c49-59d9-4752-9ddc-0d76ea64ad06" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">82be6302-5247-46f8-9d74-e3adc0c31aee</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>true</booleanElement>
        </echoBooleanElement>
    </s:Body>
</s:Envelope>
BooleanElement BooleanElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fe77ad8d-a703-4808-b015-d85c053bec57" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">84962fad-be36-4eae-af54-dd090098ca07</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>false</booleanElement>
        </echoBooleanElement>
    </s:Body>
</s:Envelope>
BooleanElement BooleanElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="30dcc707-66e7-4bdd-8cce-8997846fd994" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3f42cf3b-c6de-42ee-9e95-8a95e850662e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>true</booleanElement>
        </echoBooleanElement>
    </s:Body>
</s:Envelope>
BooleanAttribute BooleanAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanAttribute>
            <ex:booleanAttribute boolean="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoBooleanAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c0230181-4bbd-450a-b231-c9d88a5a6883" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">975bea1d-105a-4974-a335-0d285bdbcee6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanAttribute boolean="true"/>
        </echoBooleanAttribute>
    </s:Body>
</s:Envelope>
BooleanAttribute BooleanAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanAttribute>
            <ex:booleanAttribute boolean="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoBooleanAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="50e68954-c371-4184-8114-19e29d682527" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e24015ec-ca81-4370-abd0-227fa4100cb8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanAttribute boolean="false"/>
        </echoBooleanAttribute>
    </s:Body>
</s:Envelope>
DecimalElement DecimalElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9e90f2bb-def2-49e8-bb0e-586f375015eb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1049b013-e0f4-4cd0-a711-4584d2a1b058</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>0</decimalElement>
        </echoDecimalElement>
    </s:Body>
</s:Envelope>
DecimalElement DecimalElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1.23</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5edb94d6-db11-427e-ad88-49cafeab4a24" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9ca90272-0b6c-47df-b9da-2834682c53f0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>-1.23</decimalElement>
        </echoDecimalElement>
    </s:Body>
</s:Envelope>
DecimalElement DecimalElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12678967.543233</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="70bbe7e8-c114-4a33-bef5-6d133a91329e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7c964fb9-397e-4aed-a07e-d7dc47e5111b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>12678967.543233</decimalElement>
        </echoDecimalElement>
    </s:Body>
</s:Envelope>
DecimalElement DecimalElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+1000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="54b76c61-ecf7-4bea-86ef-4ecb7188d099" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">65b8a2bb-2692-44db-92da-5713b0c57a58</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>1000000.00</decimalElement>
        </echoDecimalElement>
    </s:Body>
</s:Envelope>
DecimalElement DecimalElement05 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
DecimalElement DecimalElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b446e37f-0bcd-4512-a2c8-673335c8ac45" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">18f638bb-f373-4095-a506-f9622930ee8c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>210</decimalElement>
        </echoDecimalElement>
    </s:Body>
</s:Envelope>
DecimalElement DecimalElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ab7bb920-c7ba-45a9-9c9e-4d38269894ae" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">93d10835-38f5-4e87-ab63-4a91dae29869</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>210.00</decimalElement>
        </echoDecimalElement>
    </s:Body>
</s:Envelope>
DecimalAttribute DecimalAttribute01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalAttribute>
            <ex:decimalAttribute
                decimal="+10000000999829292922093443563.32423442"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDecimalAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cb1ed07b-5dbc-41d6-a0f0-4e2e7b5b340f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9bf7b527-5dee-4999-ba55-d3dbf119c929</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalAttribute decimal="10000000999829292922093443563"/>
        </echoDecimalAttribute>
    </s:Body>
</s:Envelope>
FloatElement FloatElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a1e43556-6047-448e-b798-0f2e60624450" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0a6f4b84-50aa-442f-98e1-4875bb3dc93c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>-10000</floatElement>
        </echoFloatElement>
    </s:Body>
</s:Envelope>
FloatElement FloatElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e50a7826-f14f-4014-aee1-f80de926b961" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b0ebe4d9-50cc-45e3-b86e-61fc3a7084d9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>1.26743237E+15</floatElement>
        </echoFloatElement>
    </s:Body>
</s:Envelope>
FloatElement FloatElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="dc8841f2-c16f-4e61-a8a3-b8f70c03f435" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cfbd4e9c-d069-4b6f-8dfe-32ed5b392641</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>0.1278</floatElement>
        </echoFloatElement>
    </s:Body>
</s:Envelope>
FloatElement FloatElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="547d7861-76cd-4536-80cb-db6977901dd2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c1d2c57b-a535-4ece-a125-2836156733a5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>12</floatElement>
        </echoFloatElement>
    </s:Body>
</s:Envelope>
FloatElement FloatElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0b44407f-692e-448c-9744-c53118344ed8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2f5c7a7e-ada5-4dbe-9861-150293dffd10</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>INF</floatElement>
        </echoFloatElement>
    </s:Body>
</s:Envelope>
FloatAttribute FloatAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatAttribute>
            <ex:floatAttribute float="-7446.445E5"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoFloatAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="dacd6196-7953-4ce0-a04c-8dc66387f054" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4653f379-77bb-4a6c-b095-fb01828063be</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatAttribute float="-7.446445E+08"/>
        </echoFloatAttribute>
    </s:Body>
</s:Envelope>
DoubleElement DoubleElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ee6e7c64-0743-4c7b-a022-722ec209ef6e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1559da60-af83-453d-a582-e19b917542df</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>-10000</doubleElement>
        </echoDoubleElement>
    </s:Body>
</s:Envelope>
DoubleElement DoubleElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.432233E12</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="272bb484-5cd3-4507-b344-1e2fe6cc6822" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">64eed312-78b9-4907-aced-4f49d1c21e90</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>1.267432233E+15</doubleElement>
        </echoDoubleElement>
    </s:Body>
</s:Envelope>
DoubleElement DoubleElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1876fc48-1877-4248-a208-ed034ecec96f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">69b493bb-f79f-4cfa-ba44-eb0c7eb49ace</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>0.1278</doubleElement>
        </echoDoubleElement>
    </s:Body>
</s:Envelope>
DoubleElement DoubleElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f40ed2f8-3370-458e-9bf8-c5731050b576" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e0d587b4-c4f8-479c-a376-113224fa6e7d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>12</doubleElement>
        </echoDoubleElement>
    </s:Body>
</s:Envelope>
DoubleElement DoubleElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7ce516b5-78d8-4513-89e3-20a9b52d91db" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e049e227-4816-473c-b216-f932b1001972</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>INF</doubleElement>
        </echoDoubleElement>
    </s:Body>
</s:Envelope>
DoubleAttribute DoubleAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleAttribute>
            <ex:doubleAttribute double="12.334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDoubleAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b7e32986-d435-45c3-9f9a-89d27342af5f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ec3dbef7-536d-4327-84d4-3effa3ad3855</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleAttribute double="12.334"/>
        </echoDoubleAttribute>
    </s:Body>
</s:Envelope>
DurationElement DurationElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1Y2M3DT10H30M</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e5d48786-08ea-4719-8e16-2e08905b8dd3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f9317e5d-87b9-4828-b7f2-5c7bd62eec66</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1Y2M3DT10H30M</durationElement>
        </echoDurationElement>
    </s:Body>
</s:Envelope>
DurationElement DurationElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-P1347M</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="57443079-f16e-456c-b746-0f16006b0da3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">78f9b85a-6f82-490c-afa0-ce4606d75eda</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>-P1347M</durationElement>
        </echoDurationElement>
    </s:Body>
</s:Envelope>
DurationElement DurationElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1347Y</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1bcaaa47-dfe7-4f13-be01-bfd4aaecfebc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ae6ea872-4be3-4a25-8acb-1a6488aed69b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1347Y</durationElement>
        </echoDurationElement>
    </s:Body>
</s:Envelope>
DurationElement DurationElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1M</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="859c13c7-9b98-4091-86fc-55b01f1fd003" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">de02356f-2857-466d-807a-6bb542f53f60</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1M</durationElement>
        </echoDurationElement>
    </s:Body>
</s:Envelope>
DurationAttribute DurationAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationAttribute>
            <ex:durationAttribute duration="P1M"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDurationAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="49f5eeb3-d6b9-470f-b128-9a3b0e469f29" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b442f232-bdd9-4030-bd1b-06f72ad0c81c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDurationAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationAttribute duration="P1M"/>
        </echoDurationAttribute>
    </s:Body>
</s:Envelope>
DateTimeElement DateTimeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31T13:20:00-05:42</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="34bc3671-71a0-45ac-aee5-af64797fa44c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">415b5329-34d1-4cf0-ac12-0341920a9d98</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>1999-05-31T20:02:00+01:00</dateTimeElement>
        </echoDateTimeElement>
    </s:Body>
</s:Envelope>
DateTimeElement DateTimeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f5389883-52db-48b7-9929-1b51ff4129f1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f5bf54af-6935-48b6-82e0-0832083b0418</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>2000-03-04T20:00:00+00:00</dateTimeElement>
        </echoDateTimeElement>
    </s:Body>
</s:Envelope>
DateTimeElement DateTimeElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2000-03-04T23:00:00Z</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a2a7b25b-20cf-43cf-8116-c2b356cd86ac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">814d1a17-5f28-4357-8211-7645c2afea8b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>2000-03-04T23:00:00Z</dateTimeElement>
        </echoDateTimeElement>
    </s:Body>
</s:Envelope>
DateTimeElement DateTimeElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2038-12-12T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fbf43ffe-57b5-42e7-84e5-330a8b945da1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f38b3625-894e-4a1d-9c06-7bf9cd2445c7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>2038-12-12T23:00:00</dateTimeElement>
        </echoDateTimeElement>
    </s:Body>
</s:Envelope>
DateTimeElement DateTimeElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0739-03-04T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2a86152f-f72a-4cca-af16-bb45c6f38418" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d4064aaf-f565-46e2-a8e7-5eb65ff38da8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>0739-03-04T23:00:00</dateTimeElement>
        </echoDateTimeElement>
    </s:Body>
</s:Envelope>
DateTimeElement DateTimeElement06 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">10739-03-04T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
DateTimeAttribute DateTimeAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeAttribute>
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00-05:42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2a7f7c07-6997-40a1-855e-48faf07ea907" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1718c289-091e-41e2-984a-704d3d938b3f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeAttribute dateTime="2006-10-26T11:33:00+01:00"/>
        </echoDateTimeAttribute>
    </s:Body>
</s:Envelope>
DateTimeAttribute DateTimeAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeAttribute>
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a02c0fab-c288-475a-9c0c-18819d18501a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">204d0654-20a3-45fd-8572-7907d3c785e2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeAttribute dateTime="2006-10-26T02:51:00+01:00"/>
        </echoDateTimeAttribute>
    </s:Body>
</s:Envelope>
DateTimeAttribute DateTimeAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeAttribute>
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="48d196fa-3628-4318-861f-ee71b0a53c9c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">67546ac8-201d-4453-a905-964ea7811e36</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeAttribute dateTime="2006-10-26T04:51:00Z"/>
        </echoDateTimeAttribute>
    </s:Body>
</s:Envelope>
DateTimeAttribute DateTimeAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeAttribute>
            <ex:dateTimeAttribute dateTime="2038-12-12T23:59:59"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d848ed16-6c3f-40a5-9fa2-1570ff08023b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">26900fbb-1d68-4044-b49d-6ab6142f9aec</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeAttribute dateTime="2038-12-12T23:59:59"/>
        </echoDateTimeAttribute>
    </s:Body>
</s:Envelope>
DateTimeAttribute DateTimeAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeAttribute>
            <ex:dateTimeAttribute dateTime="0739-04-04T04:51:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0d0ea6bc-b16b-43a2-844f-ba2abf0a6cf7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">66d2d3a4-722d-4fb6-b3db-ca29c8124eb8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeAttribute dateTime="0739-04-04T04:51:00"/>
        </echoDateTimeAttribute>
    </s:Body>
</s:Envelope>
DateTimeAttribute DateTimeAttribute06 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeAttribute>
            <ex:dateTimeAttribute dateTime="10739-04-04T04:51:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
TimeElement TimeElement01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">00:00:00</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="069e9f19-98f9-480c-8883-ce422bc69801" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cd2e00c5-e700-4c4e-b59f-3ab395d92279</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>00:00:00.0000000+01:00</timeElement>
        </echoTimeElement>
    </s:Body>
</s:Envelope>
TimeElement TimeElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12:00:01</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="eaec1010-2a54-4e8c-911f-bcde8dc192c7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f4e25927-68e2-46e9-ae3e-324647dac1d6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>12:00:01.0000000+01:00</timeElement>
        </echoTimeElement>
    </s:Body>
</s:Envelope>
TimeElement TimeElement03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">23:59:59</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7b94982d-381b-436a-8043-0f6606435cd5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a2369f44-5c5e-4101-8555-52712afc0332</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>23:59:59.0000000+01:00</timeElement>
        </echoTimeElement>
    </s:Body>
</s:Envelope>
TimeElement TimeElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">13:21:03Z</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6d38f69b-84fe-4bba-989e-9d0a630c2789" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9a4c6f25-861e-4096-9843-8d6105957649</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>14:21:03.0000000+01:00</timeElement>
        </echoTimeElement>
    </s:Body>
</s:Envelope>
TimeElement TimeElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">13:21:03-04:32</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f3551a42-84bb-4117-8320-b51533301dd3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7ddb311c-a647-4722-bde3-56476f1225e3</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>18:53:03.0000000+01:00</timeElement>
        </echoTimeElement>
    </s:Body>
</s:Envelope>
TimeAttribute TimeAttribute01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeAttribute>
            <ex:timeAttribute time="00:00:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="529d3e04-d6bf-4c39-8399-7db9a38c6052" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">84d13a30-9e8f-4ba7-9bbc-23bd952dbdfd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeAttribute time="00:00:00.0000000+01:00"/>
        </echoTimeAttribute>
    </s:Body>
</s:Envelope>
TimeAttribute TimeAttribute02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeAttribute>
            <ex:timeAttribute time="12:00:01"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9fc55ee9-e2d9-4c81-9cb6-64232f5dca60" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">59ed5132-575f-4ce6-8313-bf3762a36b06</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeAttribute time="12:00:01.0000000+01:00"/>
        </echoTimeAttribute>
    </s:Body>
</s:Envelope>
TimeAttribute TimeAttribute03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeAttribute>
            <ex:timeAttribute time="23:59:59"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="69942fad-26a9-4008-8060-0b59ea333696" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">30fa77d5-424e-45f7-8eb6-dbc02988929d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeAttribute time="23:59:59.0000000+01:00"/>
        </echoTimeAttribute>
    </s:Body>
</s:Envelope>
TimeAttribute TimeAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeAttribute>
            <ex:timeAttribute time="12:34:56Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="05f04ce7-59a4-411c-a05f-2a8019daa2fe" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">693e5a58-b38e-4485-a787-7d8f7dbece8c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeAttribute time="13:34:56.0000000+01:00"/>
        </echoTimeAttribute>
    </s:Body>
</s:Envelope>
TimeAttribute TimeAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeAttribute>
            <ex:timeAttribute time="12:34:56+01:23"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f299ba98-91bf-46e4-9ca0-1ac45b8be0cb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9d6d16bf-5d2d-4d1b-a771-632b5f5597d0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeAttribute time="12:11:56.0000000+01:00"/>
        </echoTimeAttribute>
    </s:Body>
</s:Envelope>
DateElement DateElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateElement>
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a952952f-b463-409d-b0e5-9a48602472ce" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">50614b10-4b4d-4f83-8f7f-594860c7f9c4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateElement>1999-05-31</dateElement>
        </echoDateElement>
    </s:Body>
</s:Envelope>
DateElement DateElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateElement>
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0739-05-31</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b3b88479-7d33-4169-8d8b-4631b114d533" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">03edf3da-178f-41b5-b23d-6dbd729068d2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateElement>0739-05-31</dateElement>
        </echoDateElement>
    </s:Body>
</s:Envelope>
DateElement DateElement03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateElement>
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2038-05-31Z</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="439bc1db-6958-446a-aeae-ef2920343e63" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d91fac95-c182-4424-b35a-d5db715ca6d1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateElement>2038-05-31</dateElement>
        </echoDateElement>
    </s:Body>
</s:Envelope>
DateElement DateElement04 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateElement>
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31+05:43</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="23ef8c13-16de-4807-8453-a7fd60e22ae5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0d63e6a0-8218-4ac1-a247-8947b6f4985d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateElement>1999-05-30</dateElement>
        </echoDateElement>
    </s:Body>
</s:Envelope>
DateElement DateElement05 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateElement>
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">10739-05-31</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
DateAttribute DateAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateAttribute>
            <ex:dateAttribute date="2006-05-30"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="47e74483-62a1-4624-8260-a8225c1b3fc8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8ab7b446-65d2-4e30-a94f-ca14ebba2084</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateAttribute date="2006-05-30"/>
        </echoDateAttribute>
    </s:Body>
</s:Envelope>
DateAttribute DateAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateAttribute>
            <ex:dateAttribute date="0739-05-31"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c2a117cf-b4a2-4cad-86b0-7f2a7b7a7456" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fb461ea8-9ad2-4976-9f2c-13346ce93cfb</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateAttribute date="0739-05-31"/>
        </echoDateAttribute>
    </s:Body>
</s:Envelope>
DateAttribute DateAttribute03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateAttribute>
            <ex:dateAttribute date="2038-12-31Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="8c63fd51-dd0f-4bad-8b29-0368636f8af3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ed42c02e-4916-4e19-863e-262adb8cbd44</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateAttribute date="2038-12-31"/>
        </echoDateAttribute>
    </s:Body>
</s:Envelope>
DateAttribute DateAttribute04 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateAttribute>
            <ex:dateAttribute date="2006-05-30-01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="91c8a106-205f-451f-a8d8-e333c453e356" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f82831aa-6458-406a-8567-c25e03801969</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateAttribute date="2006-05-30"/>
        </echoDateAttribute>
    </s:Body>
</s:Envelope>
DateAttribute DateAttribute05 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateAttribute>
            <ex:dateAttribute date="10739-05-31"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
GYearMonthElement GYearMonthElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6d99256f-8398-4b26-96f5-124fff025610" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a3d688e6-610a-4a98-824f-11b6771a34ac</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>1999-05</gYearMonthElement>
        </echoGYearMonthElement>
    </s:Body>
</s:Envelope>
GYearMonthElement GYearMonthElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0739-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2e4f73a0-ddba-4504-b591-4c9a53629935" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e6de28c6-936d-4599-9b5e-91a865a0e0c8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>0739-05</gYearMonthElement>
        </echoGYearMonthElement>
    </s:Body>
</s:Envelope>
GYearMonthElement GYearMonthElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2038-02</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="41967182-6bb4-4daa-ad9e-9913d1136ba0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0b366982-092f-453c-92bf-f325e99ae429</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>2038-02</gYearMonthElement>
        </echoGYearMonthElement>
    </s:Body>
</s:Envelope>
GYearMonthElement GYearMonthElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2007-05+01:00</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2eeaabd6-6d27-43ed-b28e-c0d025be5638" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4ae24420-81fb-4afa-893c-cc4c3338b63e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>2007-05+01:00</gYearMonthElement>
        </echoGYearMonthElement>
    </s:Body>
</s:Envelope>
GYearMonthElement GYearMonthElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2007-05-01:00</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="39a0a48a-c0b7-446a-a0e0-370cbf5da64d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">08d0ba99-bd30-414c-a5e6-81694591ac80</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>2007-05-01:00</gYearMonthElement>
        </echoGYearMonthElement>
    </s:Body>
</s:Envelope>
GYearMonthElement GYearMonthElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2007-05Z</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4920802f-3731-4c2a-b1cc-592ab3345136" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a3bbe53d-c11c-4e98-bcaa-8d2d4b00f7c7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>2007-05Z</gYearMonthElement>
        </echoGYearMonthElement>
    </s:Body>
</s:Envelope>
GYearMonthElement GYearMonthElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">10739-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c5c0ae21-c890-48bf-9106-a47f8586ed8e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">da3abebd-6e44-46ad-950b-7846619a9cf4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>10739-05</gYearMonthElement>
        </echoGYearMonthElement>
    </s:Body>
</s:Envelope>
GYearMonthAttribute GYearMonthAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="2006-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="181fa5ae-af20-43a5-aef5-235225df99f8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8d38e9e7-a18f-4e06-8a4c-2d225773c8ac</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="2006-09"/>
        </echoGYearMonthAttribute>
    </s:Body>
</s:Envelope>
GYearMonthAttribute GYearMonthAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="0739-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c5c4e63a-6b39-40d1-a94a-b4dc2fa7830d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b01c588a-e087-4433-8994-88e8b68f8cd9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="0739-09"/>
        </echoGYearMonthAttribute>
    </s:Body>
</s:Envelope>
GYearMonthAttribute GYearMonthAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="2038-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f8a043f4-709e-48a1-b139-0b85b4a4bf4d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6f873c2a-ef9a-4718-88b5-39b427e7587a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="2038-09"/>
        </echoGYearMonthAttribute>
    </s:Body>
</s:Envelope>
GYearMonthAttribute GYearMonthAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="2006-09+01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a55263e1-84b8-4c31-870a-5604f34368d9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ab699d63-7d5e-4dfb-a039-c4a95512d358</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="2006-09+01:00"/>
        </echoGYearMonthAttribute>
    </s:Body>
</s:Envelope>
GYearMonthAttribute GYearMonthAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="2006-09-01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1a430e1c-60e8-48df-b0cb-706e8e0ef618" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">451e9c05-189c-4004-a2a6-f4582273fe36</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="2006-09-01:00"/>
        </echoGYearMonthAttribute>
    </s:Body>
</s:Envelope>
GYearMonthAttribute GYearMonthAttribute06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="2007-05Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b256d666-f05a-429c-bd17-905c909c6c4e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">99d84315-c5c5-472d-9aa8-8e4be970ba93</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="2007-05Z"/>
        </echoGYearMonthAttribute>
    </s:Body>
</s:Envelope>
GYearMonthAttribute GYearMonthAttribute07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="10739-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="949c14e6-219a-4682-96f9-bcacc2e55858" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cac9e9c7-21a9-4a9d-a213-28490e25a452</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="10739-09"/>
        </echoGYearMonthAttribute>
    </s:Body>
</s:Envelope>
GYearElement GYearElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ab4ee37c-c9b1-4afa-a91b-c151ccb51afc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f61c49d2-f795-45b5-a525-a7fbd35c1b3b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>1999</gYearElement>
        </echoGYearElement>
    </s:Body>
</s:Envelope>
GYearElement GYearElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0739</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3e44ef16-3673-453d-af32-12ed6349f62f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">76c02539-f7c3-438f-907d-bd9bbcadef97</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>0739</gYearElement>
        </echoGYearElement>
    </s:Body>
</s:Envelope>
GYearElement GYearElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2039</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="699617ac-0835-49db-8dca-1e5ef89a738d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">20d502ca-cebd-472c-bd52-47c90e6ee6c4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>2039</gYearElement>
        </echoGYearElement>
    </s:Body>
</s:Envelope>
GYearElement GYearElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2007-13:00</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6a05660b-59ae-496f-8910-10a9f96c44ee" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a3db7e90-e35e-4678-9df6-ede86d1200a6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>2007-13:00</gYearElement>
        </echoGYearElement>
    </s:Body>
</s:Envelope>
GYearElement GYearElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999+02:00</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c2a039a8-ebea-4c50-9d6a-5ec8d3202349" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ccb7910a-1949-446f-86ba-ee8211d72967</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>1999+02:00</gYearElement>
        </echoGYearElement>
    </s:Body>
</s:Envelope>
GYearElement GYearElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2008Z</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5376c96e-e494-462c-857b-16726d0738b0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b2df40bd-eaed-41c3-a2ba-5c16cd9ccfff</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>2008Z</gYearElement>
        </echoGYearElement>
    </s:Body>
</s:Envelope>
GYearElement GYearElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">10739</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1a09605a-6cbf-439b-8a54-f499609a5c94" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ce7d6792-185e-478d-b51d-1e3699d2c3f1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>10739</gYearElement>
        </echoGYearElement>
    </s:Body>
</s:Envelope>
GYearAttribute GYearAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="1999"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0f87c350-60af-43a5-9725-64f33e240881" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ba791570-2618-4072-a7df-c765509e723a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="1999"/>
        </echoGYearAttribute>
    </s:Body>
</s:Envelope>
GYearAttribute GYearAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="0739"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="321d3f11-16aa-43c3-b93d-f19bb277b7c6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">def75e02-98ef-4135-9169-011277d239f2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="0739"/>
        </echoGYearAttribute>
    </s:Body>
</s:Envelope>
GYearAttribute GYearAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="2039"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="60303ba9-7e7a-44b5-b92e-4fed71cdcd36" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6ecca79a-62ba-41ce-9e0d-7bddc103726e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="2039"/>
        </echoGYearAttribute>
    </s:Body>
</s:Envelope>
GYearAttribute GYearAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="2007-13:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fcdc82de-aca5-489d-94f2-4ecb3c9d3a67" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5c7597be-5458-49f1-8039-bd404d87ed67</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="2007-13:00"/>
        </echoGYearAttribute>
    </s:Body>
</s:Envelope>
GYearAttribute GYearAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="1999+02:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d479dfbb-973e-456c-8334-d57bafb2da22" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8f51e061-a945-47ae-aeb1-44e7f571cb23</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="1999+02:00"/>
        </echoGYearAttribute>
    </s:Body>
</s:Envelope>
GYearAttribute GYearAttribute06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="2008Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d3d8bc09-1999-4707-8786-b05a193f54c3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ff91851f-1c26-4743-90f5-3963cd3d3d3b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="2008Z"/>
        </echoGYearAttribute>
    </s:Body>
</s:Envelope>
GYearAttribute GYearAttribute07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="10739"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9a2efea1-89b4-45af-b76f-f3c6cc916ce9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">33c1e1c9-704a-4ab6-adf3-c1c48d56c26f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="10739"/>
        </echoGYearAttribute>
    </s:Body>
</s:Envelope>
GMonthDayElement GMonthDayElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayElement>
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="035026a7-b43f-4d17-a524-efb8f69a55e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1fcf72f3-283e-4814-a386-8125e7e5a87a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31</gMonthDayElement>
        </echoGMonthDayElement>
    </s:Body>
</s:Envelope>
GMonthDayElement GMonthDayElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayElement>
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31Z</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ded2ff10-5011-40e4-923f-6029249cd8af" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5b138e47-3921-4409-b689-88c18deb76ef</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31Z</gMonthDayElement>
        </echoGMonthDayElement>
    </s:Body>
</s:Envelope>
GMonthDayElement GMonthDayElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayElement>
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31-05:00</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="51aa57d2-2fa8-43b5-acf0-dc155e9af33a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7e5d7fa4-d608-4995-88c0-2dd91d872002</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31-05:00</gMonthDayElement>
        </echoGMonthDayElement>
    </s:Body>
</s:Envelope>
GMonthDayElement GMonthDayElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayElement>
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31+01:00</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6d219a86-b97a-4af8-87fa-279998cdb104" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2d2f1d50-2c23-4420-a954-743407322b6d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31+01:00</gMonthDayElement>
        </echoGMonthDayElement>
    </s:Body>
</s:Envelope>
GMonthDayAttribute GMonthDayAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayAttribute>
            <ex:gMonthDayAttribute gMonthDay="--09-28"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fafeb438-6756-4a3f-a132-d543c15d810d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1233550e-1648-439b-9b62-3c03453dfcc8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayAttribute gMonthDay="--09-28"/>
        </echoGMonthDayAttribute>
    </s:Body>
</s:Envelope>
GMonthDayAttribute GMonthDayAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayAttribute>
            <ex:gMonthDayAttribute gMonthDay="--09-28Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f5d64248-7fe4-4085-84e0-42a83c275ad5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">26eb5cd7-8138-4ef0-bc4e-e3ec17ece801</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayAttribute gMonthDay="--09-28Z"/>
        </echoGMonthDayAttribute>
    </s:Body>
</s:Envelope>
GMonthDayAttribute GMonthDayAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayAttribute>
            <ex:gMonthDayAttribute gMonthDay="--09-28-13:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b423be3b-b31f-4def-a84c-d7dc5843a236" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">71fde486-c81a-4fff-a42e-d30834945e53</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayAttribute gMonthDay="--09-28-13:00"/>
        </echoGMonthDayAttribute>
    </s:Body>
</s:Envelope>
GMonthDayAttribute GMonthDayAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayAttribute>
            <ex:gMonthDayAttribute gMonthDay="--09-28+01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7bfafd3d-2ee9-4de1-bdcd-4cf8e223f622" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4e8ecfcb-38a0-427b-962f-77b286b9c076</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayAttribute gMonthDay="--09-28+01:00"/>
        </echoGMonthDayAttribute>
    </s:Body>
</s:Envelope>
GDayElement GDayElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayElement>
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---05</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="09f6c3f5-790e-41d5-b955-1cdd93443e5e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7f11733b-6ac9-410e-baac-86f5906c50dc</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayElement>---05</gDayElement>
        </echoGDayElement>
    </s:Body>
</s:Envelope>
GDayElement GDayElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayElement>
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---12Z</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="14e8ecd4-fd81-411c-8a8a-1889009430f8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e6525706-2052-4e51-9fc8-8b2c8c2c6aa4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayElement>---12Z</gDayElement>
        </echoGDayElement>
    </s:Body>
</s:Envelope>
GDayElement GDayElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayElement>
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---31-12:00</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="718c216d-6905-4a09-bea8-fb0d0cc20543" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ea802ab0-5a37-40a4-8aa0-50d256b0a144</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayElement>---31-12:00</gDayElement>
        </echoGDayElement>
    </s:Body>
</s:Envelope>
GDayElement GDayElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayElement>
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---05+01:00</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="bcc3cc42-8718-4a1d-bd99-93ccecf89691" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a244c29e-0bf8-4e9a-98a9-97a8f8e2d977</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayElement>---05+01:00</gDayElement>
        </echoGDayElement>
    </s:Body>
</s:Envelope>
GDayAttribute GDayAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayAttribute>
            <ex:gDayAttribute gDay="---09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="80e4e917-c259-4073-8ebd-fe755c27e5b0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a7ef8529-4568-4cf6-b135-f34009112fe2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayAttribute gDay="---09"/>
        </echoGDayAttribute>
    </s:Body>
</s:Envelope>
GDayAttribute GDayAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayAttribute>
            <ex:gDayAttribute gDay="---12Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3d737bae-79d5-4bcc-a0d3-4983fe039d59" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ec6e88ca-4c7c-48eb-8681-fba8b5b74610</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayAttribute gDay="---12Z"/>
        </echoGDayAttribute>
    </s:Body>
</s:Envelope>
GDayAttribute GDayAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayAttribute>
            <ex:gDayAttribute gDay="---24-12:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7089db1f-eed1-4b8f-a5a2-0a640f309b07" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7a4275fa-10b4-4415-a272-dc3ce8904396</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayAttribute gDay="---24-12:00"/>
        </echoGDayAttribute>
    </s:Body>
</s:Envelope>
GDayAttribute GDayAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayAttribute>
            <ex:gDayAttribute gDay="---31+01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="aaa0add9-235a-4566-9f7e-158a50e387a2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c5f3cb8f-d02b-465f-a1d9-dc96bbc6dfe1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayAttribute gDay="---31+01:00"/>
        </echoGDayAttribute>
    </s:Body>
</s:Envelope>
GMonthElement GMonthElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthElement>
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--02</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7232e823-2c62-4028-aba3-73497817e61d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5ab551cc-30eb-4042-adce-3c1a1645c272</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--02</gMonthElement>
        </echoGMonthElement>
    </s:Body>
</s:Envelope>
GMonthElement GMonthElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthElement>
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-01:33</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="675f9008-53a5-440d-9b78-491aa23a4e98" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d8e0305f-9e77-444d-880b-b9d144dae2ae</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--12-01:33</gMonthElement>
        </echoGMonthElement>
    </s:Body>
</s:Envelope>
GMonthElement GMonthElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthElement>
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12+01:02</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="954abab9-805c-4648-9f21-4ceeadb75edf" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">49e9bdf2-f0b5-44e8-8b6e-9501c9c42466</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--12+01:02</gMonthElement>
        </echoGMonthElement>
    </s:Body>
</s:Envelope>
GMonthElement GMonthElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthElement>
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12Z</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="499f51b4-6709-466f-82af-164a52a3eee2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5a73847d-0012-41a0-a1db-551e65ca2285</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--12Z</gMonthElement>
        </echoGMonthElement>
    </s:Body>
</s:Envelope>
GMonthAttribute GMonthAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthAttribute>
            <ex:gMonthAttribute gMonth="--04--"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c2d69f5f-321f-4323-9f87-5d279c552fef" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1d9dd908-7d41-49a5-946b-33ebd1df0b5a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthAttribute gMonth="--04--"/>
        </echoGMonthAttribute>
    </s:Body>
</s:Envelope>
GMonthAttribute GMonthAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthAttribute>
            <ex:gMonthAttribute gMonth="--04Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="bf304422-878c-4d5b-bb35-8db3a933a44a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">83e07c4e-a06a-4106-9f36-5d2fabd0e315</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthAttribute gMonth="--04Z"/>
        </echoGMonthAttribute>
    </s:Body>
</s:Envelope>
GMonthAttribute GMonthAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthAttribute>
            <ex:gMonthAttribute gMonth="--12+02:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a4f97687-03bb-4a24-88fb-4e410b64eeac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5364397d-9900-47a5-8824-8e82ef965a07</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthAttribute gMonth="--12+02:00"/>
        </echoGMonthAttribute>
    </s:Body>
</s:Envelope>
GMonthAttribute GMonthAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthAttribute>
            <ex:gMonthAttribute gMonth="--04-15:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="35f1d751-b39e-41c0-9464-f0a2cdcb8dfb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c0635fe6-bf10-4e65-82ce-f49a10bab7a4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthAttribute gMonth="--04-15:00"/>
        </echoGMonthAttribute>
    </s:Body>
</s:Envelope>
HexBinaryElement HexBinaryElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoHexBinaryElement>
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">76</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ca4a42af-f94f-474d-a339-d68b02642535" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9df04515-64b9-4a7c-9b5e-cf86a62e9cd2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <hexBinaryElement>76</hexBinaryElement>
        </echoHexBinaryElement>
    </s:Body>
</s:Envelope>
HexBinaryElement HexBinaryElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoHexBinaryElement>
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fcb77290-e161-4f2d-9b4d-af926c94c0e1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">baac33ce-3ccb-4f9e-8a31-7f1c5d735ba2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <hexBinaryElement>77696F646D6F6E7974637174716A7169696E6B65616F76786F746E66716B707875757261736E686469796B65706C656D7465626661637661646E6B65636662647669726D6F6E757361</hexBinaryElement>
        </echoHexBinaryElement>
    </s:Body>
</s:Envelope>
HexBinaryAttribute HexBinaryAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoHexBinaryAttribute>
            <ex:hexBinaryAttribute hexBinary="77696f"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoHexBinaryAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ad1ad856-606d-4d63-883f-b0ef707cd32c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1f5ae471-1f75-45bf-a891-1f909084a91f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoHexBinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <hexBinaryAttribute hexBinary="77696F"/>
        </echoHexBinaryAttribute>
    </s:Body>
</s:Envelope>
Base64BinaryElement Base64BinaryElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryElement>
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">bQ==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4ff31640-8f1e-4888-b4ee-f7a87e45e567" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7574f98d-b9dd-46c4-851b-bd01a462951b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>bQ==</base64BinaryElement>
        </echoBase64BinaryElement>
    </s:Body>
</s:Envelope>
Base64BinaryElement Base64BinaryElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryElement>
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">eHdmb3Rh</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="88f2fbee-e950-46ee-b391-7f8d8fe7ccbc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">069ffdda-9289-4dc0-a14b-a54263d30901</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>eHdmb3Rh</base64BinaryElement>
        </echoBase64BinaryElement>
    </s:Body>
</s:Envelope>
Base64BinaryElement Base64BinaryElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryElement>
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">cnRjbGNyZW9scg==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3b115bf6-8c5f-4220-ac17-14599ca3b9d5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1144800a-f245-48e9-9c59-a8b69f55cabd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>cnRjbGNyZW9scg==</base64BinaryElement>
        </echoBase64BinaryElement>
    </s:Body>
</s:Envelope>
Base64BinaryAttribute Base64BinaryAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryAttribute>
            <ex:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoBase64BinaryAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d588eee6-777d-4060-b5a7-ceb9ce16a0d6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">55a0a876-31b3-43d6-9869-fb9f3a75dfac</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBase64BinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="/>
        </echoBase64BinaryAttribute>
    </s:Body>
</s:Envelope>
AnyURIElement AnyURIElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyURIElement>
            <ex:anyURIElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement>
        </ex:echoAnyURIElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cb6d63e6-0d35-443e-879d-9bd7131965a9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8c79b2cc-b5f5-4121-9660-c432810ffa1c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyURIElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyURIElement>http://www.w3.org/2002/ws/databinding/</anyURIElement>
        </echoAnyURIElement>
    </s:Body>
</s:Envelope>
AnyURIAttribute AnyURIAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyURIAttribute>
            <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnyURIAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3cee5349-9f27-4488-bfef-fc7711a4b2cd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2d5f80b3-c605-44d3-ae92-db1a0ceeb79d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyURIAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"/>
        </echoAnyURIAttribute>
    </s:Body>
</s:Envelope>
QNameElement QNameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoQNameElement>
            <ex:QNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">ex:QNameElement</ex:QNameElement>
        </ex:echoQNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="831aa049-895e-4b7e-9030-c027b4fa315d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">675229b8-e64a-4b60-bad0-74574464e9d4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoQNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <QNameElement>QNameElement</QNameElement>
        </echoQNameElement>
    </s:Body>
</s:Envelope>
QNameAttribute QNameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoQNameAttribute>
            <ex:QNameAttribute QName="ex:QNameAttribute"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoQNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="766bb26f-6c0f-459e-a5eb-deba357330d9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">551aca71-9ec8-4d84-b795-d4e383ac2315</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoQNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <QNameAttribute QName="QNameAttribute"/>
        </echoQNameAttribute>
    </s:Body>
</s:Envelope>
NormalizedStringElement NormalizedStringElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNormalizedStringElement>
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNormalizedStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="10d113b4-5cb7-4830-b331-9d4291df09e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">887c4f87-7124-4aa4-8b4b-ccae771770d7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringElement/>
        </echoNormalizedStringElement>
    </s:Body>
</s:Envelope>
NormalizedStringElement NormalizedStringElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNormalizedStringElement>
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">How now brown cow.</ex:normalizedStringElement>
        </ex:echoNormalizedStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="552a7da0-ecf6-4211-ba74-392a067480c8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">bb7af984-4ee5-4d7f-b878-48016f136249</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringElement>How now brown cow.</normalizedStringElement>
        </echoNormalizedStringElement>
    </s:Body>
</s:Envelope>
NormalizedStringAttribute NormalizedStringAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNormalizedStringAttribute>
            <ex:normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNormalizedStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4cf88bb2-6920-4204-82a1-bfcf8598a1b4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8623e859-28ac-49d8-87e1-f3f18397415f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNormalizedStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringAttribute normalizedString="Hello Paris"/>
        </echoNormalizedStringAttribute>
    </s:Body>
</s:Envelope>
TokenElement TokenElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenElement>
            <ex:tokenElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">tokenElement</ex:tokenElement>
        </ex:echoTokenElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="924f8569-f5c7-458d-8692-2cfce8851ab1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0cc840dd-791a-4a1a-94e7-0dcfdde750df</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTokenElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenElement>tokenElement</tokenElement>
        </echoTokenElement>
    </s:Body>
</s:Envelope>
TokenAttribute TokenAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenAttribute>
            <ex:tokenAttribute token="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTokenAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c8393e36-51ae-4ec0-8ff3-49b31d20a242" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">82bb8899-b440-448b-801b-c8e7452dd62e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTokenAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenAttribute token="hello"/>
        </echoTokenAttribute>
    </s:Body>
</s:Envelope>
LanguageElement LanguageElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageElement>
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">en</ex:languageElement>
        </ex:echoLanguageElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="216f34fe-8170-4414-98a3-13b1f35a7c2a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">95af00de-7304-4744-9f1b-a488d82d0e62</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageElement>en</languageElement>
        </echoLanguageElement>
    </s:Body>
</s:Envelope>
LanguageElement LanguageElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageElement>
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">fr</ex:languageElement>
        </ex:echoLanguageElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c0ba1f4d-b49e-4397-a66a-a59fb0346ca1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3db82be3-fe70-477c-874e-a327a3f70896</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageElement>fr</languageElement>
        </echoLanguageElement>
    </s:Body>
</s:Envelope>
LanguageAttribute LanguageAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageAttribute>
            <ex:languageAttribute language="en"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLanguageAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="85f569ca-e02d-4f3e-a182-571ba24c6966" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f95212f4-a66a-473d-8022-0eeef1dee77f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLanguageAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageAttribute language="en"/>
        </echoLanguageAttribute>
    </s:Body>
</s:Envelope>
NMTOKENElement NMTOKENElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENElement>
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">id</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="370f7ed4-c774-4ba6-8f66-3c41449e059a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">674c9d9b-3739-4810-9be2-28170f3288c5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENElement>id</NMTOKENElement>
        </echoNMTOKENElement>
    </s:Body>
</s:Envelope>
NMTOKENElement NMTOKENElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENElement>
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">vocabularies:that.as:clean:assuring-s_to:The_we:contain</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="242df48b-1f82-4a16-be1a-dd6659aac25d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6daebd55-cd79-46ec-a14d-5e45803f9e2d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</NMTOKENElement>
        </echoNMTOKENElement>
    </s:Body>
</s:Envelope>
NMTOKENAttribute NMTOKENAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENAttribute>
            <ex:NMTOKENAttribute NMTOKEN="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNMTOKENAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="59da5cac-3a25-4638-a148-dd19eb784851" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c2bb2f17-bc83-4bdc-aab7-c12cc3a2816f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNMTOKENAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENAttribute NMTOKEN="id"/>
        </echoNMTOKENAttribute>
    </s:Body>
</s:Envelope>
NMTOKENSElement NMTOKENSElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENSElement>
            <ex:NMTOKENSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">a b c d e.b:s-w_x:q</ex:NMTOKENSElement>
        </ex:echoNMTOKENSElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="951063e7-24c2-4ad9-87dd-9518c2cf3e09" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">18ba717f-3acb-4f86-a73f-31bbd91701e9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNMTOKENSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENSElement>a b c d e.b:s-w_x:q</NMTOKENSElement>
        </echoNMTOKENSElement>
    </s:Body>
</s:Envelope>
NMTOKENSAttribute NMTOKENSAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENSAttribute>
            <ex:NMTOKENSAttribute NMTOKENS="id a b e.b:s-dd:q"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNMTOKENSAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b0055368-e19a-4cb7-b73a-41928a437885" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b84d30e4-ad8c-42b1-98f1-902c342341f3</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNMTOKENSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENSAttribute NMTOKENS="id a b e.b:s-dd:q"/>
        </echoNMTOKENSAttribute>
    </s:Body>
</s:Envelope>
NameElement NameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNameElement>
            <ex:NameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:NameElement>
        </ex:echoNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="065baad7-09da-4690-9a95-900da77a6136" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">766ab5d3-a0fe-46b5-8d17-9b91d20fee57</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NameElement>foo</NameElement>
        </echoNameElement>
    </s:Body>
</s:Envelope>
NameAttribute NameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNameAttribute>
            <ex:nameAttribute name="foo"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2ca1d94b-67cb-45f5-9d98-325060d306f0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">185eb093-d720-4061-8d14-a2fb0836ec12</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nameAttribute name="foo"/>
        </echoNameAttribute>
    </s:Body>
</s:Envelope>
NCNameElement NCNameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNCNameElement>
            <ex:NCNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:NCNameElement>
        </ex:echoNCNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="dd9f7847-fa09-4c51-8f6b-4e7b4faf5461" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d3deec47-0718-4183-88cd-0004f6e023a9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNCNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NCNameElement>foo</NCNameElement>
        </echoNCNameElement>
    </s:Body>
</s:Envelope>
NCNameAttribute NCNameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNCNameAttribute>
            <ex:NCNameAttribute NCName="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNCNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3b5a02f4-e702-4682-9c02-35b5ce9f2563" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f48238f1-25cc-4e72-a016-e4f66f90840a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNCNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NCNameAttribute NCName="bar"/>
        </echoNCNameAttribute>
    </s:Body>
</s:Envelope>
IDElement IDElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDElement>
            <ex:IDElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDElement>
        </ex:echoIDElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="85ce7574-cd4d-4d12-a8d9-f118ffbd06f1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">725b5b19-a048-4fad-ba76-28a9c9cbc89e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIDElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDElement>foo</IDElement>
        </echoIDElement>
    </s:Body>
</s:Envelope>
IDAttribute IDAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDAttribute>
            <ex:IDAttribute ID="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIDAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="02988882-84f0-4c05-83ec-d631a4f658f6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c96286d5-314c-4909-a284-2843fefc14df</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIDAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDAttribute ID="bar"/>
        </echoIDAttribute>
    </s:Body>
</s:Envelope>
IDREFElement IDREFElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFElement>
            <ex:IDREFElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDREFElement>
        </ex:echoIDREFElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0cb8101f-d652-4133-8a2e-f18e17aa4422" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f14195a0-1938-46bb-9e3a-37ccb21bca3a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIDREFElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFElement>foo</IDREFElement>
        </echoIDREFElement>
    </s:Body>
</s:Envelope>
IDREFAttribute IDREFAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFAttribute>
            <ex:IDREFAttribute IDREF="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIDREFAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="840a5822-bd13-4af0-ad3f-be30fe61668c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">453b456c-d144-45c2-894e-4264733b37b7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIDREFAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFAttribute IDREF="bar"/>
        </echoIDREFAttribute>
    </s:Body>
</s:Envelope>
IDREFSElement IDREFSElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFSElement>
            <ex:IDREFSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDREFSElement>
        </ex:echoIDREFSElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="97b8da87-8208-4222-b88b-8fa2e4f98d73" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7aaba768-3d19-4d70-abb3-92aa311dafcf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIDREFSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFSElement>foo</IDREFSElement>
        </echoIDREFSElement>
    </s:Body>
</s:Envelope>
IDREFSAttribute IDREFSAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFSAttribute>
            <ex:IDREFSAttribute IDREFS="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIDREFSAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3e11a654-a60c-4bc1-8033-be415b175ecb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c53b8efd-1e32-43c5-a4ad-8d5d60bdbb38</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIDREFSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFSAttribute IDREFS="hello"/>
        </echoIDREFSAttribute>
    </s:Body>
</s:Envelope>
ENTITYElement ENTITYElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITYElement>
            <ex:ENTITYElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">lt</ex:ENTITYElement>
        </ex:echoENTITYElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="acce74d5-828c-41dc-9497-a763de2b8ef0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8f97f600-baf8-43f0-89b2-3511ad93949b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoENTITYElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITYElement>lt</ENTITYElement>
        </echoENTITYElement>
    </s:Body>
</s:Envelope>
ENTITYAttribute ENTITYAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITYAttribute>
            <ex:ENTITYAttribute ENTITY="lt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoENTITYAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d6a78a13-772d-4ace-996c-3437001c0a66" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">af9fe51e-7921-452a-b926-77fa09c78443</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoENTITYAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITYAttribute ENTITY="lt"/>
        </echoENTITYAttribute>
    </s:Body>
</s:Envelope>
ENTITIESElement ENTITIESElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITIESElement>
            <ex:ENTITIESElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">lt gt apos quot</ex:ENTITIESElement>
        </ex:echoENTITIESElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e59c0d63-33d1-43a5-aa5a-56bc4ede8e68" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">37b6a90d-da21-41e1-8160-c438a4c79b56</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoENTITIESElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITIESElement>lt gt apos quot</ENTITIESElement>
        </echoENTITIESElement>
    </s:Body>
</s:Envelope>
ENTITIESAttribute ENTITIESAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITIESAttribute>
            <ex:ENTITIESAttribute ENTITIES="lt gt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoENTITIESAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e083ab6c-3d24-44dd-a3f0-c474666f52e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">910fe95e-a0ec-40d4-a402-ce75bec8bbbe</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoENTITIESAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITIESAttribute ENTITIES="lt gt"/>
        </echoENTITIESAttribute>
    </s:Body>
</s:Envelope>
IntegerElement IntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="415b505a-9907-4d46-9361-8998337c2100" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">45e75850-3013-4f02-8b83-cbcbdd75ebfd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>0</integerElement>
        </echoIntegerElement>
    </s:Body>
</s:Envelope>
IntegerElement IntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2d9826d5-62b8-47cb-bcd3-87f0ebf39eaa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6be8b815-2167-4252-a9b4-a88c7858063f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>1</integerElement>
        </echoIntegerElement>
    </s:Body>
</s:Envelope>
IntegerElement IntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-42</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ab515eea-3061-4866-a1c3-69528ec326dc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">223080b5-2058-4b32-bb71-4cfc67411125</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>-42</integerElement>
        </echoIntegerElement>
    </s:Body>
</s:Envelope>
IntegerElement IntegerElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12678967543233</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1e0ef6a1-5e53-412f-a659-fa8d9e615d1e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fd42cd6e-2125-437e-a80b-a0b3ade3d400</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>12678967543233</integerElement>
        </echoIntegerElement>
    </s:Body>
</s:Envelope>
IntegerElement IntegerElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+10000</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="08422fc2-5aa5-4854-ad2e-710cb040b3c2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ed7768e3-98e6-4547-a606-b33885a08073</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>+10000</integerElement>
        </echoIntegerElement>
    </s:Body>
</s:Envelope>
IntegerElement IntegerElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="42a6fd09-8138-4736-9a75-a3125c33d4ca" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c566ea3f-5e4f-45e0-9e32-a81b3660dafc</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>1234567891234567838475834753838887348573489123456789123456789</integerElement>
        </echoIntegerElement>
    </s:Body>
</s:Envelope>
IntegerElement IntegerElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3afe5e5d-684c-4568-8772-32d09ea70d37" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a71ee11b-b2b1-4779-96df-ae659972b46b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>-1234567891234567838475834753838887348573489123456789123456789</integerElement>
        </echoIntegerElement>
    </s:Body>
</s:Envelope>
IntegerAttribute IntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerAttribute>
            <ex:integerAttribute integer="10002"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fa626ee2-b951-4a05-88b0-a883251bca8a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">72fe5a11-498d-46ea-a974-a605ff21cef9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="10002"/>
        </echoIntegerAttribute>
    </s:Body>
</s:Envelope>
IntegerAttribute IntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerAttribute>
            <ex:integerAttribute integer="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="98674032-f8ad-404a-b86a-03400ee2d490" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f9a83120-6b13-4480-a081-7658b1953a61</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="-0"/>
        </echoIntegerAttribute>
    </s:Body>
</s:Envelope>
IntegerAttribute IntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerAttribute>
            <ex:integerAttribute integer="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fe0aaf4d-38ab-4853-b5fe-5dbc629e8342" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">45ab05e6-f368-4c3c-b36c-933d47063dcb</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="+42"/>
        </echoIntegerAttribute>
    </s:Body>
</s:Envelope>
IntegerAttribute IntegerAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerAttribute>
            <ex:integerAttribute integer="-42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="54e20d24-5385-4fe4-9882-298401e18fa5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">25934281-73d1-4885-a4c4-5b64e5975aaf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="-42"/>
        </echoIntegerAttribute>
    </s:Body>
</s:Envelope>
IntegerAttribute IntegerAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerAttribute>
            <ex:integerAttribute
                integer="-45345384593849583945843453454293405930495309450394503"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7a0572e2-8eae-4ac2-8f18-256e989fcc20" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">67b22d65-33bc-4122-82fa-9d3d6c573d8b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="-45345384593849583945843453454293405930495309450394503"/>
        </echoIntegerAttribute>
    </s:Body>
</s:Envelope>
IntegerAttribute IntegerAttribute06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerAttribute>
            <ex:integerAttribute
                integer="123456789013234235435325235325325345432543253425324534253245"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e3264136-3afb-4a77-bc8c-ec2108509e54" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">29d30135-1edc-4000-9113-2c40a8330c7c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="123456789013234235435325235325325345432543253425324534253245"/>
        </echoIntegerAttribute>
    </s:Body>
</s:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerElement>
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="44830047-32cd-48fe-8fb6-a7a991239474" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">551105ed-cfbd-4735-9e17-debbff9b2651</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerElement>-1</nonPositiveIntegerElement>
        </echoNonPositiveIntegerElement>
    </s:Body>
</s:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerElement>
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d6703417-24f3-4d1d-9c2a-7c42d4b7f475" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">40c5d53d-02a5-4751-8d75-f8fad33235a4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerElement>0</nonPositiveIntegerElement>
        </echoNonPositiveIntegerElement>
    </s:Body>
</s:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerElement>
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+0</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="82517b81-8bb8-4953-89f2-051db7a5df11" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9dd2a08e-4069-4757-b404-8935f5e26dfe</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerElement>+0</nonPositiveIntegerElement>
        </echoNonPositiveIntegerElement>
    </s:Body>
</s:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerElement>
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1234324234532534254325234534252345342534253425324534253244</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d7e33827-c038-4c88-b76c-f8d74c2cfc00" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">14cd75d3-15d4-4434-b1d4-a38bbd694c2e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerElement>-1234324234532534254325234534252345342534253425324534253244</nonPositiveIntegerElement>
        </echoNonPositiveIntegerElement>
    </s:Body>
</s:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerAttribute>
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="-20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cf0a3efb-62de-4097-8401-6874d1872725" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6fb16c49-1658-44fa-96d5-ddbced446f7b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerAttribute nonPositiveInteger="-20"/>
        </echoNonPositiveIntegerAttribute>
    </s:Body>
</s:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerAttribute>
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="56ae85ed-3568-407c-8491-be351c447dc5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">56854dc3-6577-44ed-84ff-3a345e0b2251</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerAttribute nonPositiveInteger="0"/>
        </echoNonPositiveIntegerAttribute>
    </s:Body>
</s:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerAttribute>
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="+0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4a3aded7-7fa3-4f36-b1a1-b07646f8c138" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">478850ce-7917-475c-8257-fad9bb8f0b8b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerAttribute nonPositiveInteger="+0"/>
        </echoNonPositiveIntegerAttribute>
    </s:Body>
</s:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerAttribute>
            <ex:nonPositiveIntegerAttribute
                nonPositiveInteger="-202342353425435345342567965342969786978679"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9b4edf21-679c-461d-955a-f97c77cc1493" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">424fed95-5ece-4f30-9c1e-61d82a08d2bf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerAttribute nonPositiveInteger="-202342353425435345342567965342969786978679"/>
        </echoNonPositiveIntegerAttribute>
    </s:Body>
</s:Envelope>
NegativeIntegerElement NegativeIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNegativeIntegerElement>
            <ex:negativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1</ex:negativeIntegerElement>
        </ex:echoNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="209c9a7d-d263-4f59-93ab-7624cce1942a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">971a7ed7-bc22-4f64-b6dc-472b5eb9c987</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerElement>-1</negativeIntegerElement>
        </echoNegativeIntegerElement>
    </s:Body>
</s:Envelope>
NegativeIntegerElement NegativeIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNegativeIntegerElement>
            <ex:negativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-12343242342345345346453643564536543645363456</ex:negativeIntegerElement>
        </ex:echoNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="bb004937-418a-431d-9327-d8e19a6dd325" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">598f9385-b650-4334-a840-12aa7975a75c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerElement>-12343242342345345346453643564536543645363456</negativeIntegerElement>
        </echoNegativeIntegerElement>
    </s:Body>
</s:Envelope>
NegativeIntegerAttribute NegativeIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNegativeIntegerAttribute>
            <ex:negativeIntegerAttribute negativeInteger="-100"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6ad11780-5297-447a-bd7e-1d8c2d8e64eb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">73491315-58df-4191-9ffb-9507fdc47aec</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerAttribute negativeInteger="-100"/>
        </echoNegativeIntegerAttribute>
    </s:Body>
</s:Envelope>
NegativeIntegerAttribute NegativeIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNegativeIntegerAttribute>
            <ex:negativeIntegerAttribute
                negativeInteger="-12343242342345345346453643564536543645363456"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="30c36d7f-d269-40ae-b1eb-8a1f3f50e013" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4a719f78-1823-422e-b48f-faf23b06fe57</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerAttribute negativeInteger="-12343242342345345346453643564536543645363456"/>
        </echoNegativeIntegerAttribute>
    </s:Body>
</s:Envelope>
LongElement LongElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongElement>
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="99b76ee8-f395-4d2d-bf04-3d480ee1ec67" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4a9ed3d7-efc4-4fce-89ec-c3a8ed91485e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longElement>1</longElement>
        </echoLongElement>
    </s:Body>
</s:Envelope>
LongElement LongElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongElement>
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fa5bcc6c-69ba-4ce3-b27f-028510ca7348" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1faee78a-ded7-4f6b-b5dd-158da1e8726a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longElement>-1</longElement>
        </echoLongElement>
    </s:Body>
</s:Envelope>
LongElement LongElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongElement>
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1e6496e1-fa0a-48d2-81c3-b5fe6796dab9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ece0ab43-4282-43a3-a079-6638aaf15d33</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longElement>42</longElement>
        </echoLongElement>
    </s:Body>
</s:Envelope>
LongElement LongElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongElement>
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-9223372036854775808</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="94c8691b-cb05-471a-8bbe-d2789783da99" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0b8d1f7c-f460-4366-9749-074d0d3cbce6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longElement>-9223372036854775808</longElement>
        </echoLongElement>
    </s:Body>
</s:Envelope>
LongElement LongElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongElement>
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9223372036854775807</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c02453e0-d979-4cbb-b0ad-3220ec643bcb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">652d4c35-23b4-49d7-9616-8d8ddceab7d7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longElement>9223372036854775807</longElement>
        </echoLongElement>
    </s:Body>
</s:Envelope>
LongAttribute LongAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongAttribute>
            <ex:longAttribute long="1066"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3f726d73-ff55-44df-b2e9-d044ff9d56ac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2a6c82f2-816b-42ad-a6b6-be1f922805b6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longAttribute long="1066"/>
        </echoLongAttribute>
    </s:Body>
</s:Envelope>
LongAttribute LongAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongAttribute>
            <ex:longAttribute long="-1515"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="99c864f7-d191-4d5f-8794-1a85bea5ca0f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">931b64b7-f235-4b2c-96e4-cae4c89c6ea9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longAttribute long="-1515"/>
        </echoLongAttribute>
    </s:Body>
</s:Envelope>
LongAttribute LongAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongAttribute>
            <ex:longAttribute long="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2afcd8ce-1d84-45d5-8ab5-7ce1ce7fbb57" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">20bd8548-d496-455e-b42c-18ab345b6c86</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longAttribute long="42"/>
        </echoLongAttribute>
    </s:Body>
</s:Envelope>
LongAttribute LongAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongAttribute>
            <ex:longAttribute long="-9223372036854775808"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e07dacec-0dac-425f-95e1-2eb77ed4f4bd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2d7e9550-9328-46cb-b177-8ef26c540f30</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longAttribute long="-9223372036854775808"/>
        </echoLongAttribute>
    </s:Body>
</s:Envelope>
LongAttribute LongAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongAttribute>
            <ex:longAttribute long="9223372036854775807"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="935578ae-21d6-4a66-b579-f9dba9892e44" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4b4c92de-c349-48c1-a2d8-f1872e04edff</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longAttribute long="9223372036854775807"/>
        </echoLongAttribute>
    </s:Body>
</s:Envelope>
IntElement IntElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4758d58d-69db-4a91-af97-c89713033354" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a5975278-6269-4794-a843-1ae6c61e209e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>1</intElement>
        </echoIntElement>
    </s:Body>
</s:Envelope>
IntElement IntElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-42</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3ae2ce32-d975-4140-bc7d-d459103a6089" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">867bbffa-a207-4cce-b689-edfebf2a76ab</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>-42</intElement>
        </echoIntElement>
    </s:Body>
</s:Envelope>
IntElement IntElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7d723319-110d-4438-96c6-519eb1ab8f73" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">94175ccf-88a4-4ad7-b606-eed8f8f85c82</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>42</intElement>
        </echoIntElement>
    </s:Body>
</s:Envelope>
IntElement IntElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2147483647</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="df12408f-2a35-45ce-8c87-262a1cfdd9a4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0d3ba7c3-acf3-4709-b683-2b671b90472d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>2147483647</intElement>
        </echoIntElement>
    </s:Body>
</s:Envelope>
IntElement IntElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-2147483648</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="41fd39db-82af-4e7c-b23a-1358848714a1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9f759d2c-ec5b-4627-b09f-53eb6c64c6f6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>-2147483648</intElement>
        </echoIntElement>
    </s:Body>
</s:Envelope>
IntAttribute IntAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntAttribute>
            <ex:intAttribute int="42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a30c7738-bdd1-4069-bc3d-9e5c33eeda77" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">65e77257-9895-4ebc-af4a-c9930cd5e934</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intAttribute int="42"/>
        </echoIntAttribute>
    </s:Body>
</s:Envelope>
IntAttribute IntAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntAttribute>
            <ex:intAttribute int="-42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="23b3b1c9-1a28-46e9-b96f-010395ea792c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8ea57b34-b31b-4487-9ed1-69202530a98b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intAttribute int="-42"/>
        </echoIntAttribute>
    </s:Body>
</s:Envelope>
IntAttribute IntAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntAttribute>
            <ex:intAttribute int="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4b987145-6458-4319-987e-0f9e49cf0b8a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d84a7729-ac11-42d6-a243-7a287497019e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intAttribute int="42"/>
        </echoIntAttribute>
    </s:Body>
</s:Envelope>
IntAttribute IntAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntAttribute>
            <ex:intAttribute int="2147483647"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="344b8766-c88c-4f77-a9ab-337cf4a843e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">79173870-0244-4d59-a8dd-cf2059f0e298</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intAttribute int="2147483647"/>
        </echoIntAttribute>
    </s:Body>
</s:Envelope>
IntAttribute IntAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntAttribute>
            <ex:intAttribute int="-2147483648"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="566fa352-d334-453f-956c-ce0eb66af297" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fa126218-38e8-4b4b-a260-9be1b467b1d5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intAttribute int="-2147483648"/>
        </echoIntAttribute>
    </s:Body>
</s:Envelope>
ShortElement ShortElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortElement>
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1b3df794-998e-4f2b-8eb4-103f7886030f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9fa20f0e-328e-420f-8466-b25dc8982fc9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortElement>1</shortElement>
        </echoShortElement>
    </s:Body>
</s:Envelope>
ShortElement ShortElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortElement>
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="bc01ab04-0f45-46b7-9966-1b37a3484d23" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3d293f26-ee4d-4ade-b517-3ab8d3e1d3f3</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortElement>42</shortElement>
        </echoShortElement>
    </s:Body>
</s:Envelope>
ShortElement ShortElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortElement>
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">32767</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="68e771e0-fd92-4f5c-8391-6d3684c5965f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c4b2fc66-9852-4ecb-8832-90352e85b67c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortElement>32767</shortElement>
        </echoShortElement>
    </s:Body>
</s:Envelope>
ShortElement ShortElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortElement>
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-32768</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="8e4b1b6f-4600-4246-b96a-bd9139e06971" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6335ddee-b995-42cc-a982-c6382f5adb50</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortElement>-32768</shortElement>
        </echoShortElement>
    </s:Body>
</s:Envelope>
ShortAttribute ShortAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortAttribute>
            <ex:shortAttribute short="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d42ebaae-e538-410f-97a7-c5f222ea42b1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5e2d23d1-71c2-496a-b0c2-55fe08f6131c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortAttribute short="22"/>
        </echoShortAttribute>
    </s:Body>
</s:Envelope>
ShortAttribute ShortAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortAttribute>
            <ex:shortAttribute short="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="74a6ca04-0bce-43be-a29f-08cbc27fa576" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">bc6cd162-c205-490d-b1b4-a1edb1a04f6f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortAttribute short="42"/>
        </echoShortAttribute>
    </s:Body>
</s:Envelope>
ShortAttribute ShortAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortAttribute>
            <ex:shortAttribute short="32767"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e113dba4-16a0-4161-a6b3-0015a294eb2a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ba4261f6-529a-4a5e-b64b-d397a672e843</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortAttribute short="32767"/>
        </echoShortAttribute>
    </s:Body>
</s:Envelope>
ShortAttribute ShortAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortAttribute>
            <ex:shortAttribute short="-32768"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0d90fe97-10a2-41b0-a4e7-4d43beccda9e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b20d191f-f1fe-4b6a-8751-11ea6a18a4c9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortAttribute short="-32768"/>
        </echoShortAttribute>
    </s:Body>
</s:Envelope>
ByteElement ByteElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteElement>
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:byteElement>
        </ex:echoByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="02153712-655b-4399-a321-53f338f76387" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5df65b0b-1403-46eb-a762-4d93fb11672d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteElement>1</byteElement>
        </echoByteElement>
    </s:Body>
</s:Envelope>
ByteElement ByteElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteElement>
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">127</ex:byteElement>
        </ex:echoByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6e9e0c04-4f5a-4bc3-928c-8af337cbfa8b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0abad9a4-cd09-4ce2-a96a-eb61158db016</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteElement>127</byteElement>
        </echoByteElement>
    </s:Body>
</s:Envelope>
ByteElement ByteElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteElement>
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-128</ex:byteElement>
        </ex:echoByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1decbbbc-7eed-4194-92a2-37410f39f708" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">597c10cf-0341-47ba-9a6d-c2af30e63cfd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteElement>-128</byteElement>
        </echoByteElement>
    </s:Body>
</s:Envelope>
ByteAttribute ByteAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteAttribute>
            <ex:byteAttribute byte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c6c0aafe-268e-4b54-b00c-605796675319" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ab043d58-6eba-4883-8409-416cbac50548</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteAttribute byte="64"/>
        </echoByteAttribute>
    </s:Body>
</s:Envelope>
ByteAttribute ByteAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteAttribute>
            <ex:byteAttribute byte="127"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a077bfe6-f8c2-4fec-8dc4-7ff9ec749bb7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f4e5bf9b-2f55-4c46-ba66-f86436251526</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteAttribute byte="127"/>
        </echoByteAttribute>
    </s:Body>
</s:Envelope>
ByteAttribute ByteAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteAttribute>
            <ex:byteAttribute byte="-128"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e6f0b89e-59d6-482f-a500-8da0d21e7dfa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2ca46486-f447-4beb-b4ab-7df41361f301</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteAttribute byte="-128"/>
        </echoByteAttribute>
    </s:Body>
</s:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerElement>
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="27425942-e037-4b39-90f1-bb65bfc64dc8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">70616e02-1afe-45dd-8265-0cd14883a2f8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerElement>1</nonNegativeIntegerElement>
        </echoNonNegativeIntegerElement>
    </s:Body>
</s:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerElement>
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-0</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a7bd2e10-44e8-484b-bc3d-528b9ed7f809" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a16404d1-d333-40d3-a52a-02a90a096c63</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerElement>-0</nonNegativeIntegerElement>
        </echoNonNegativeIntegerElement>
    </s:Body>
</s:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerElement>
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2102963c-7aad-4eb1-967a-686b0b834802" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d127ce7e-ab7d-453f-9d3a-43672c8e3743</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerElement>0</nonNegativeIntegerElement>
        </echoNonNegativeIntegerElement>
    </s:Body>
</s:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerElement>
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="31bb0c63-1a4e-4598-ac37-ca9d90ec203d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c1e3b00b-ef01-4d11-b63e-1e1b66ee0d17</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerElement>+42</nonNegativeIntegerElement>
        </echoNonNegativeIntegerElement>
    </s:Body>
</s:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerElement>
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3141592653531415926536106615151970884848347234273984723</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2d888fc5-c49a-4ce6-98bc-b86ffe5ebd40" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1589cf14-7046-4986-a572-2bda3d42d032</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerElement>3141592653531415926536106615151970884848347234273984723</nonNegativeIntegerElement>
        </echoNonNegativeIntegerElement>
    </s:Body>
</s:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerAttribute>
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="36fb1e38-230f-4266-8e32-6b9982c4a334" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5074882c-0318-464d-813c-c4d1a20d657d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerAttribute nonNegativeInteger="20"/>
        </echoNonNegativeIntegerAttribute>
    </s:Body>
</s:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerAttribute>
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f626cbcf-ab41-4b36-80fe-cae9cad2783e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fb764d05-8ba5-4b33-94ad-64c2abcc7f98</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerAttribute nonNegativeInteger="-0"/>
        </echoNonNegativeIntegerAttribute>
    </s:Body>
</s:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerAttribute>
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1d044c18-b8ff-4fc3-bfee-eae18aeec16f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">24439323-5269-43c1-a01e-992e91bcbaae</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerAttribute nonNegativeInteger="0"/>
        </echoNonNegativeIntegerAttribute>
    </s:Body>
</s:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerAttribute>
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5146b7c5-22f5-466b-848d-0919079c4d1f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3d6b6567-a728-4072-963c-b274f7da46f3</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerAttribute nonNegativeInteger="+42"/>
        </echoNonNegativeIntegerAttribute>
    </s:Body>
</s:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerAttribute>
            <ex:nonNegativeIntegerAttribute
                nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="992a0da9-527e-430e-83cf-ccb34f5c275e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">166b750d-fe2c-4e8a-981c-b8099e7f2619</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerAttribute nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"/>
        </echoNonNegativeIntegerAttribute>
    </s:Body>
</s:Envelope>
UnsignedLongElement UnsignedLongElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongElement>
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b11a35cd-95b6-441a-9b4a-5a192c8905ea" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">dc18ef8a-56e2-417d-8c48-f5eb9416f5f4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongElement>1</unsignedLongElement>
        </echoUnsignedLongElement>
    </s:Body>
</s:Envelope>
UnsignedLongElement UnsignedLongElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongElement>
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-0</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedLongElement UnsignedLongElement03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongElement>
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedLongElement UnsignedLongElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongElement>
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">18446744073709551615</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="71560c4f-504f-4593-9e51-eff7e3b11592" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0684a9d8-8667-402c-be56-2e8b70703d7b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongElement>18446744073709551615</unsignedLongElement>
        </echoUnsignedLongElement>
    </s:Body>
</s:Envelope>
UnsignedLongAttribute UnsignedLongAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongAttribute>
            <ex:unsignedLongAttribute unsignedLong="2034"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="69fcddb3-90d7-4c07-8e60-b59aeba10064" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c7acec51-6aba-481a-81a5-ecdd0a8b9c77</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongAttribute unsignedLong="2034"/>
        </echoUnsignedLongAttribute>
    </s:Body>
</s:Envelope>
UnsignedLongAttribute UnsignedLongAttribute02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongAttribute>
            <ex:unsignedLongAttribute unsignedLong="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedLongAttribute UnsignedLongAttribute03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongAttribute>
            <ex:unsignedLongAttribute unsignedLong="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedLongAttribute UnsignedLongAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongAttribute>
            <ex:unsignedLongAttribute
                unsignedLong="18446744073709551615"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fca17f5d-ef41-4171-9298-ca31a3cce470" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">00def4cc-6123-4e57-91ed-93ebff754c2f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongAttribute unsignedLong="18446744073709551615"/>
        </echoUnsignedLongAttribute>
    </s:Body>
</s:Envelope>
UnsignedIntElement UnsignedIntElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntElement>
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="410f4e7c-77b6-4332-afc0-98819ba6f7ca" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c69d2356-c3ed-40d1-9241-509553d1865a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntElement>1</unsignedIntElement>
        </echoUnsignedIntElement>
    </s:Body>
</s:Envelope>
UnsignedIntElement UnsignedIntElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntElement>
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-0</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedIntElement UnsignedIntElement03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntElement>
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedIntElement UnsignedIntElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntElement>
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">4294967295</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="55281515-306e-47d7-a201-a4ff9927ee95" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1dfc198f-4101-483f-8d14-6b0eeef5b341</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntElement>4294967295</unsignedIntElement>
        </echoUnsignedIntElement>
    </s:Body>
</s:Envelope>
UnsignedIntAttribute UnsignedIntAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntAttribute>
            <ex:unsignedIntAttribute unsignedInt="32334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e5f62b15-3fb3-4086-b961-5bbc5cab33fc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">262bb5d6-dd99-47e6-a968-cee13c29a747</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntAttribute unsignedInt="32334"/>
        </echoUnsignedIntAttribute>
    </s:Body>
</s:Envelope>
UnsignedIntAttribute UnsignedIntAttribute02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntAttribute>
            <ex:unsignedIntAttribute unsignedInt="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedIntAttribute UnsignedIntAttribute03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntAttribute>
            <ex:unsignedIntAttribute unsignedInt="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedIntAttribute UnsignedIntAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntAttribute>
            <ex:unsignedIntAttribute unsignedInt="4294967295"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="12cec1f5-3627-489d-9006-99308534b86b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e82a0fad-03b6-4065-b53b-30f1d3791b5d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntAttribute unsignedInt="4294967295"/>
        </echoUnsignedIntAttribute>
    </s:Body>
</s:Envelope>
UnsignedShortElement UnsignedShortElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortElement>
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e75e7d3b-4805-41be-b861-ac6914715cf2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">34a4ac3a-1f4c-45bd-a9db-f85f477db255</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortElement>1</unsignedShortElement>
        </echoUnsignedShortElement>
    </s:Body>
</s:Envelope>
UnsignedShortElement UnsignedShortElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortElement>
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-0</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedShortElement UnsignedShortElement03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortElement>
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedShortElement UnsignedShortElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortElement>
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">65535</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a36cc130-30f4-4a27-a18b-5cbbd44eeb43" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8c8af067-fdd0-47cb-afda-5aa9f5ddf3d2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortElement>65535</unsignedShortElement>
        </echoUnsignedShortElement>
    </s:Body>
</s:Envelope>
UnsignedShortAttribute UnsignedShortAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortAttribute>
            <ex:unsignedShortAttribute unsignedShort="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7d691210-d54a-4b52-a2e6-458b59d56c48" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1636926e-c267-4db6-af2a-c143941f233f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortAttribute unsignedShort="22"/>
        </echoUnsignedShortAttribute>
    </s:Body>
</s:Envelope>
UnsignedShortAttribute UnsignedShortAttribute02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortAttribute>
            <ex:unsignedShortAttribute unsignedShort="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedShortAttribute UnsignedShortAttribute03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortAttribute>
            <ex:unsignedShortAttribute unsignedShort="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedShortAttribute UnsignedShortAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortAttribute>
            <ex:unsignedShortAttribute unsignedShort="65535"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cbebdc02-848e-458f-ac69-a7869dabb68e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4352b665-c67c-4f86-aa61-8d1287853b58</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortAttribute unsignedShort="65535"/>
        </echoUnsignedShortAttribute>
    </s:Body>
</s:Envelope>
UnsignedByteElement UnsignedByteElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteElement>
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f13d3c0a-d444-4d2b-969e-97d20041b23d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7c2e60f0-1e47-49e5-889b-97b3aaefa4b2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteElement>1</unsignedByteElement>
        </echoUnsignedByteElement>
    </s:Body>
</s:Envelope>
UnsignedByteElement UnsignedByteElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteElement>
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-0</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedByteElement UnsignedByteElement03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteElement>
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedByteElement UnsignedByteElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteElement>
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">255</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="56ab41b7-4108-4378-86fb-6f06ca977f47" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">caa103c9-8ad5-47ac-b822-972436787692</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteElement>255</unsignedByteElement>
        </echoUnsignedByteElement>
    </s:Body>
</s:Envelope>
UnsignedByteAttribute UnsignedByteAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteAttribute>
            <ex:unsignedByteAttribute unsignedByte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="bca9cf5b-716d-4bf7-aeb1-54480e54135d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">30cf228e-b722-4127-9313-12c16c13483b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteAttribute unsignedByte="64"/>
        </echoUnsignedByteAttribute>
    </s:Body>
</s:Envelope>
UnsignedByteAttribute UnsignedByteAttribute02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteAttribute>
            <ex:unsignedByteAttribute unsignedByte="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedByteAttribute UnsignedByteAttribute03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteAttribute>
            <ex:unsignedByteAttribute unsignedByte="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
            <faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnsignedByteAttribute UnsignedByteAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteAttribute>
            <ex:unsignedByteAttribute unsignedByte="255"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="228e1700-427e-4f62-9c22-f9d71008d792" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">28c06474-ce2f-4281-8d03-00c7a7147a71</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteAttribute unsignedByte="255"/>
        </echoUnsignedByteAttribute>
    </s:Body>
</s:Envelope>
PositiveIntegerElement PositiveIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerElement>
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f4bcf0f4-c49e-4827-a9de-77384beb07ad" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c9210eff-1f16-4391-8afe-7b9b41100792</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerElement>1</positiveIntegerElement>
        </echoPositiveIntegerElement>
    </s:Body>
</s:Envelope>
PositiveIntegerElement PositiveIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerElement>
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+42</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e0d530a6-44ea-4a51-aeba-ab07beabb95d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">954f8563-af74-42ef-a0b1-489c3f63d6f1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerElement>+42</positiveIntegerElement>
        </echoPositiveIntegerElement>
    </s:Body>
</s:Envelope>
PositiveIntegerElement PositiveIntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerElement>
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">153452759384758934752984759387692835739846739486754598674</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d1c3bffb-4917-42b3-9643-4e6fb5da7ac6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2fcd12a1-1bdd-4193-b01c-0a1d16b233e0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerElement>153452759384758934752984759387692835739846739486754598674</positiveIntegerElement>
        </echoPositiveIntegerElement>
    </s:Body>
</s:Envelope>
PositiveIntegerAttribute PositiveIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerAttribute>
            <ex:positiveIntegerAttribute positiveInteger="257"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7dce98e0-312c-4e8b-83a8-7e6bf39b3526" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">65d16b98-ddff-48fd-93df-e7c4430d28e7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerAttribute positiveInteger="257"/>
        </echoPositiveIntegerAttribute>
    </s:Body>
</s:Envelope>
PositiveIntegerAttribute PositiveIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerAttribute>
            <ex:positiveIntegerAttribute positiveInteger="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="278473a4-cc06-4201-a4e7-904627ae829e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">05301ee5-5654-40d0-96cd-45a7553d2562</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerAttribute positiveInteger="+42"/>
        </echoPositiveIntegerAttribute>
    </s:Body>
</s:Envelope>
PositiveIntegerAttribute PositiveIntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerAttribute>
            <ex:positiveIntegerAttribute
                positiveInteger="153452759384758934752984759387692835739846739486754598674"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5da7786d-f27e-4b40-8b45-d253819dd204" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">663f0b6c-384d-46ca-bd09-48436c7e883b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerAttribute positiveInteger="153452759384758934752984759387692835739846739486754598674"/>
        </echoPositiveIntegerAttribute>
    </s:Body>
</s:Envelope>
GlobalSimpleType GlobalSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalSimpleType>
            <ex:globalSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:globalSimpleType>
        </ex:echoGlobalSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="381163f3-4431-4aca-814e-65ff9e0d1f8f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">565ea7f0-2ded-4561-8656-41c6c5e63123</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalSimpleType>foo</globalSimpleType>
        </echoGlobalSimpleType>
    </s:Body>
</s:Envelope>
StringEnumerationType StringEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringEnumerationType>
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">John</ex:beatle>
        </ex:echoStringEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9496874f-e37e-4aec-b619-65098d011a08" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cf92c03f-ac40-41ce-b02f-0db8d7a2eaac</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>John</beatle>
        </echoStringEnumerationType>
    </s:Body>
</s:Envelope>
StringEnumerationType StringEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringEnumerationType>
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Paul</ex:beatle>
        </ex:echoStringEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="05cbb3e0-a017-48e3-8e63-77213c65681b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d91efc4a-0f95-430c-a8bc-f4e95a6e8e3c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>Paul</beatle>
        </echoStringEnumerationType>
    </s:Body>
</s:Envelope>
StringEnumerationType StringEnumerationType03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringEnumerationType>
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Ringo</ex:beatle>
        </ex:echoStringEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f9d01348-857b-44e9-9558-5adb62ef5e98" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d513041d-6bce-4362-a72a-beb6d00b6cf0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>Ringo</beatle>
        </echoStringEnumerationType>
    </s:Body>
</s:Envelope>
NMTOKENEnumerationType NMTOKENEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENEnumerationType>
            <ex:nMTOKENEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">token1</ex:nMTOKENEnumerationType>
        </ex:echoNMTOKENEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="dff520a0-98ad-4aff-8cdf-4444d201023d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">dec7fb03-a26a-4667-86ed-38838a621db2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNMTOKENEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nMTOKENEnumerationType>token1</nMTOKENEnumerationType>
        </echoNMTOKENEnumerationType>
    </s:Body>
</s:Envelope>
IntEnumerationType IntEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntEnumerationType>
            <ex:intEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:intEnumerationType>
        </ex:echoIntEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1b776e78-1775-478c-89fa-29f9875a8997" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5027ed51-6381-4390-9d3d-b2dcaea5b807</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intEnumerationType>2</intEnumerationType>
        </echoIntEnumerationType>
    </s:Body>
</s:Envelope>
ShortEnumerationType ShortEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortEnumerationType>
            <ex:shortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">11</ex:shortEnumerationType>
        </ex:echoShortEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3d90093a-ae1d-4931-97e9-3e0dedbd8b03" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d897c743-ff3f-4659-a631-2dbf5da661c0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortEnumerationType>11</shortEnumerationType>
        </echoShortEnumerationType>
    </s:Body>
</s:Envelope>
LongEnumerationType LongEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongEnumerationType>
            <ex:longEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9152052</ex:longEnumerationType>
        </ex:echoLongEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="834eba4c-da15-4b9f-97d6-f5e53d93ee29" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">354d1477-165d-4b14-9265-8be4b0c0c0d6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longEnumerationType>9152052</longEnumerationType>
        </echoLongEnumerationType>
    </s:Body>
</s:Envelope>
DoubleEnumerationType DoubleEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleEnumerationType>
            <ex:doubleEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:doubleEnumerationType>
        </ex:echoDoubleEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6e44859f-7c58-49e7-86a7-1f0e28e4c82e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7cc8b139-455f-46f1-804b-21e3eec5946c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleEnumerationType>1.26743233E+15</doubleEnumerationType>
        </echoDoubleEnumerationType>
    </s:Body>
</s:Envelope>
IntegerEnumerationType IntegerEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerEnumerationType>
            <ex:integerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">4000000</ex:integerEnumerationType>
        </ex:echoIntegerEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a32f22c2-f9c0-446c-9bd8-fdd5a4c61da8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1b1ecebd-0a7e-4887-8094-66da89f8fb08</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerEnumerationType>4000000</integerEnumerationType>
        </echoIntegerEnumerationType>
    </s:Body>
</s:Envelope>
DecimalEnumerationType DecimalEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalEnumerationType>
            <ex:decimalEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1000.0002</ex:decimalEnumerationType>
        </ex:echoDecimalEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="96c4d7ca-d97e-4a2b-a570-55a4a9ed5e82" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c4ee7309-2a1e-4d35-aefc-1d8f047dd4b0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalEnumerationType>1000.0002</decimalEnumerationType>
        </echoDecimalEnumerationType>
    </s:Body>
</s:Envelope>
FloatEnumerationType FloatEnumerationType01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatEnumerationType>
            <ex:floatEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:floatEnumerationType>
        </ex:echoFloatEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4f7f30e2-d419-4c68-80fd-9d6f11337263" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">649d8e28-1c3d-48d0-82dc-8df83c00c993</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatEnumerationType>1.26743237E+15</floatEnumerationType>
        </echoFloatEnumerationType>
    </s:Body>
</s:Envelope>
NonNegativeIntegerEnumerationType NonNegativeIntegerEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerEnumerationType>
            <ex:nonNegativeIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:nonNegativeIntegerEnumerationType>
        </ex:echoNonNegativeIntegerEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c83449b6-115b-484f-980e-aa575b11535f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4e4383b9-d8ae-4d6a-8581-3cb52532a846</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerEnumerationType>12</nonNegativeIntegerEnumerationType>
        </echoNonNegativeIntegerEnumerationType>
    </s:Body>
</s:Envelope>
PositiveIntegerEnumerationType PositiveIntegerEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerEnumerationType>
            <ex:positiveIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:positiveIntegerEnumerationType>
        </ex:echoPositiveIntegerEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1b6b9ac2-14ac-4360-9e9d-4bfbeab0b7c3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8463c14f-7c7a-467f-a8a7-91acc0cdd278</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerEnumerationType>12</positiveIntegerEnumerationType>
        </echoPositiveIntegerEnumerationType>
    </s:Body>
</s:Envelope>
UnsignedLongEnumerationType UnsignedLongEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongEnumerationType>
            <ex:unsignedLongEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">33333333333333</ex:unsignedLongEnumerationType>
        </ex:echoUnsignedLongEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="edea73c3-1c58-4a67-8787-f9d5786e985c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">325f8326-ecda-44f9-88f1-cbd53c124734</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongEnumerationType>33333333333333</unsignedLongEnumerationType>
        </echoUnsignedLongEnumerationType>
    </s:Body>
</s:Envelope>
UnsignedIntEnumerationType UnsignedIntEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntEnumerationType>
            <ex:unsignedIntEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3333333333</ex:unsignedIntEnumerationType>
        </ex:echoUnsignedIntEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4ec940e6-a01e-43e7-be82-1a3a50a9b687" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9631a4a5-a3df-497a-aeae-8b5c68b67682</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntEnumerationType>3333333333</unsignedIntEnumerationType>
        </echoUnsignedIntEnumerationType>
    </s:Body>
</s:Envelope>
UnsignedShortEnumerationType UnsignedShortEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortEnumerationType>
            <ex:unsignedShortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3333</ex:unsignedShortEnumerationType>
        </ex:echoUnsignedShortEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3fd4ca10-7637-46be-bd9f-b8646b196a32" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e402a85f-35d2-4d9c-b8ba-d9180866d82c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortEnumerationType>3333</unsignedShortEnumerationType>
        </echoUnsignedShortEnumerationType>
    </s:Body>
</s:Envelope>
TokenEnumerationType TokenEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenEnumerationType>
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="14ec8666-14c7-425a-a01e-80fd4e3898df" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">af4f7af3-7824-4c90-b7a4-f9a9282f6f85</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenEnumerationType>1</tokenEnumerationType>
        </echoTokenEnumerationType>
    </s:Body>
</s:Envelope>
TokenEnumerationType TokenEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenEnumerationType>
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3e89099e-45de-42ed-a348-facee79bf4df" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ac436a99-5370-4020-9ba2-17c1725aa76f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenEnumerationType>2</tokenEnumerationType>
        </echoTokenEnumerationType>
    </s:Body>
</s:Envelope>
ComplexTypeSequence ComplexTypeSequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequence>
            <ex:complexTypeSequence id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Widget</ex:name>
                <ex:shade>Light Blue</ex:shade>
                <ex:length>33</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="376d45e8-f443-424f-aced-5982ed5eb65c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4f68da2d-dd7c-4b97-81e5-4a38c83973a7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequence id="6026" inStock="232">
                <name>Widget</name>
                <shade>Light Blue</shade>
                <length>33</length>
            </complexTypeSequence>
        </echoComplexTypeSequence>
    </s:Body>
</s:Envelope>
ComplexTypeSequence ComplexTypeSequence02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequence>
            <ex:complexTypeSequence id="6026" inStock="52"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Widget</ex:name>
                <ex:shade>Green</ex:shade>
                <ex:length>1233</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5cddc464-8c0e-49ca-9ab1-97927832c6bb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">df8de90e-6ce7-4b57-9e5d-aceb9566201e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequence id="6026" inStock="52">
                <name>Widget</name>
                <shade>Green</shade>
                <length>1233</length>
            </complexTypeSequence>
        </echoComplexTypeSequence>
    </s:Body>
</s:Envelope>
ComplexTypeOnlyAttributes ComplexTypeOnlyAttributes01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeOnlyAttributes>
            <ex:complexTypeOnlyAttributes a1="11226026" a2="223232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoComplexTypeOnlyAttributes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9ee9c829-c362-4c39-9db0-aa6f5927cc56" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">096dbf08-72c6-4e49-a80a-b065f39817b5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeOnlyAttributes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeOnlyAttributes a1="11226026" a2="223232"/>
        </echoComplexTypeOnlyAttributes>
    </s:Body>
</s:Envelope>
ComplexTypeAll ComplexTypeAll01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeAll>
            <ex:complexTypeAll id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Widget</ex:name>
                <ex:length>33</ex:length>
                <ex:shade>Light Blue</ex:shade>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9176cf8b-8fe6-4927-95e2-525180f919c4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">85f349bc-8f5d-4f81-abc1-ac2be92ce4bd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAll id="6026" inStock="232">
                <name>Widget</name>
                <shade>Light Blue</shade>
                <length>33</length>
            </complexTypeAll>
        </echoComplexTypeAll>
    </s:Body>
</s:Envelope>
ComplexTypeAll ComplexTypeAll02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeAll>
            <ex:complexTypeAll id="6026" inStock="332"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:shade>Green</ex:shade>
                <ex:length>21</ex:length>
                <ex:name>Widget</ex:name>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a21c924a-7cb0-4f2c-ad32-d8e6628fd1b9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2778d3d1-0809-46aa-bb69-1ee48503b26f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAll id="6026" inStock="332">
                <name>Widget</name>
                <shade>Green</shade>
                <length>21</length>
            </complexTypeAll>
        </echoComplexTypeAll>
    </s:Body>
</s:Envelope>
ComplexTypeChoice ComplexTypeChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeChoice>
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:apple>21</ex:apple>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4ddded24-f616-4b51-8f1d-8bc9d709bcba" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ace81e92-07ba-4c01-a288-30712ef93e9e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit>
                <apple>21</apple>
            </fruit>
        </echoComplexTypeChoice>
    </s:Body>
</s:Envelope>
ComplexTypeChoice ComplexTypeChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeChoice>
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:orange>Two Hundred</ex:orange>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="65d31fd7-bdf3-4a56-bda8-e1c8c763d671" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c4cd94a3-a3f3-4d9c-8782-100a09b2dfb7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit>
                <orange>Two Hundred</orange>
            </fruit>
        </echoComplexTypeChoice>
    </s:Body>
</s:Envelope>
ComplexTypeChoice ComplexTypeChoice03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeChoice>
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:banana>329</ex:banana>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a4719a0b-804b-4639-ad1f-f08310069954" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">99472b4f-a0e0-495d-a4be-9c27891bc559</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit>
                <banana>329</banana>
            </fruit>
        </echoComplexTypeChoice>
    </s:Body>
</s:Envelope>
ComplexTypeSequenceChoice ComplexTypeSequenceChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequenceChoice>
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>225000</ex:amount>
                <ex:repayment>
                    <ex:years>20</ex:years>
                    <ex:months>6</ex:months>
                    <ex:rate>5.25</ex:rate>
                </ex:repayment>
            </ex:mortgage>
        </ex:echoComplexTypeSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fbb5d52a-35cc-46be-9948-0d5e4bf63f75" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c21fee97-06b9-4693-ae6f-6a3d76854c3c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mortgage>
                <amount>225000</amount>
                <repayment>
                    <years>20</years>
                    <months>6</months>
                    <rate>5.25</rate>
                </repayment>
            </mortgage>
        </echoComplexTypeSequenceChoice>
    </s:Body>
</s:Envelope>
ComplexTypeSequenceChoice ComplexTypeSequenceChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequenceChoice>
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>225000</ex:amount>
                <ex:interestonly>
                    <ex:years>25</ex:years>
                    <ex:rate>5.50</ex:rate>
                </ex:interestonly>
            </ex:mortgage>
        </ex:echoComplexTypeSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="eddccf2c-7012-4ac1-976a-2828e5d0e7e3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ddc619cf-6a7b-4c18-a393-4b7c6da8f16f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mortgage>
                <amount>225000</amount>
                <interestonly>
                    <years>25</years>
                    <rate>5.50</rate>
                </interestonly>
            </mortgage>
        </echoComplexTypeSequenceChoice>
    </s:Body>
</s:Envelope>
ElementMinOccurs1 ElementMinOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs1>
            <ex:elementMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elementMinOccurs1item>item1</ex:elementMinOccurs1item>
            </ex:elementMinOccurs1>
        </ex:echoElementMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3e125dc1-b18d-4ea6-90e3-304ee13b7bbe" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2d8dc2e8-9d24-45f9-ad90-76736980add7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs1>
                <elementMinOccurs1item>item1</elementMinOccurs1item>
            </elementMinOccurs1>
        </echoElementMinOccurs1>
    </s:Body>
</s:Envelope>
ElementMinOccursFinite ElementMinOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccursFinite>
            <ex:elementMinOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elementMinOccursFiniteitem>item1</ex:elementMinOccursFiniteitem>
                <ex:elementMinOccursFiniteitem>item3</ex:elementMinOccursFiniteitem>
                <ex:elementMinOccursFiniteitem>item2</ex:elementMinOccursFiniteitem>
            </ex:elementMinOccursFinite>
        </ex:echoElementMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f5e6c9bf-58ef-4310-afcb-a0e50e51e94a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">77e4fc56-21ff-4f58-bda6-65d70bb58a8a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccursFinite>
                <elementMinOccursFiniteitem>item1</elementMinOccursFiniteitem>
                <elementMinOccursFiniteitem>item3</elementMinOccursFiniteitem>
                <elementMinOccursFiniteitem>item2</elementMinOccursFiniteitem>
            </elementMinOccursFinite>
        </echoElementMinOccursFinite>
    </s:Body>
</s:Envelope>
ElementMinOccurs2MaxOccurs2 ElementMinOccurs2MaxOccurs201 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs2MaxOccurs2>
            <ex:itemColors2
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:itemColor>Red</ex:itemColor>
                <ex:itemColor>Yellow</ex:itemColor>
            </ex:itemColors2>
        </ex:echoElementMinOccurs2MaxOccurs2>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9cefb190-1663-4f06-b789-7607f7dfe205" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1f3b4548-d572-4ffa-be00-3dd7e02f68fc</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs2MaxOccurs2 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors2>
                <itemColor>Red</itemColor>
                <itemColor>Yellow</itemColor>
            </itemColors2>
        </echoElementMinOccurs2MaxOccurs2>
    </s:Body>
</s:Envelope>
ElementMinOccurs2orMore ElementMinOccurs2orMore01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs2orMore>
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:itemColor>Red</ex:itemColor>
                <ex:itemColor>Black</ex:itemColor>
                <ex:itemColor>White</ex:itemColor>
                <ex:itemColor>Yellow</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b8077117-d9a0-4753-80a0-8e6011d9ddbb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b6840691-8adb-4537-bf23-7677cec60e50</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors>
                <itemColor>Red</itemColor>
                <itemColor>Black</itemColor>
                <itemColor>White</itemColor>
                <itemColor>Yellow</itemColor>
            </itemColors>
        </echoElementMinOccurs2orMore>
    </s:Body>
</s:Envelope>
ElementMinOccurs2orMore ElementMinOccurs2orMore02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs2orMore>
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:itemColor>Black</ex:itemColor>
                <ex:itemColor>White</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9fad0e42-bf33-4c4e-b1d7-5d1c83116f8c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">66423483-1ff5-435e-87f5-b8e86c9bdd92</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors>
                <itemColor>Black</itemColor>
                <itemColor>White</itemColor>
            </itemColors>
        </echoElementMinOccurs2orMore>
    </s:Body>
</s:Envelope>
ElementMaxOccurs1 ElementMaxOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccurs1>
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>44</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4b9b200a-93c7-4051-b7bc-64160c7904e2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b4296fe4-c81f-4703-9b99-f6a7a4d9b871</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMaxOccurs1>
                <value>44</value>
            </elementMaxOccurs1>
        </echoElementMaxOccurs1>
    </s:Body>
</s:Envelope>
ElementMaxOccurs1 ElementMaxOccurs102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccurs1>
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>4</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="10a362aa-d4be-4f88-a414-4f7b22970ef4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f51057a5-963f-46d6-bacc-7ebcc5706840</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMaxOccurs1>
                <value>4</value>
            </elementMaxOccurs1>
        </echoElementMaxOccurs1>
    </s:Body>
</s:Envelope>
ElementMaxOccursUnbounded ElementMaxOccursUnbounded01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursUnbounded>
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:day>2002-09-24</ex:day>
                <ex:day>2003-04-14</ex:day>
                <ex:day>2004-03-31</ex:day>
                <ex:day>2005-06-04</ex:day>
                <ex:day>2006-07-03</ex:day>
            </ex:publications>
        </ex:echoElementMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fa2583b1-dacb-4cc0-97af-aebee63e5cf0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">76b930ea-91b5-42b4-bbb5-79dd7aa7a32f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <publications>
                <day>2002-09-24</day>
                <day>2003-04-14</day>
                <day>2004-03-31</day>
                <day>2005-06-04</day>
                <day>2006-07-03</day>
            </publications>
        </echoElementMaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ElementMaxOccursUnbounded ElementMaxOccursUnbounded02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursUnbounded>
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:day>2006-01-26</ex:day>
            </ex:publications>
        </ex:echoElementMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5a63989e-418a-4caa-823a-9df170855b07" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">98da33b2-5f96-4815-bafb-789790cf2727</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <publications>
                <day>2006-01-26</day>
            </publications>
        </echoElementMaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ElementMaxOccursFinite ElementMaxOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursFinite>
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:mnth>May</ex:mnth>
                <ex:mnth>June</ex:mnth>
                <ex:mnth>July</ex:mnth>
                <ex:mnth>August</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7f8122e1-6578-4bf3-a676-394e8be63689" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">39c9f643-cae4-4118-bd05-7e73d766d51b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <summer>
                <mnth>May</mnth>
                <mnth>June</mnth>
                <mnth>July</mnth>
                <mnth>August</mnth>
            </summer>
        </echoElementMaxOccursFinite>
    </s:Body>
</s:Envelope>
ElementMaxOccursFinite ElementMaxOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursFinite>
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:mnth>August</ex:mnth>
                <ex:mnth>September</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="37c2e6ee-d42f-49ec-98e9-68e107a5be50" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">774bb85d-3164-42a0-b931-49a3f2a4c333</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <summer>
                <mnth>August</mnth>
                <mnth>September</mnth>
            </summer>
        </echoElementMaxOccursFinite>
    </s:Body>
</s:Envelope>
AttributeOptional AttributeOptional01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeOptional>
            <ex:attributeOptional currency="EUR" id="1711"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>1250</ex:amount>
            </ex:attributeOptional>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="62deba24-c4b7-4c88-8af6-bec724672572" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">13eb042d-5307-4657-a46c-202b1041cb5d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeOptional currency="EUR" id="1711">
                <amount>1250</amount>
            </attributeOptional>
        </echoAttributeOptional>
    </s:Body>
</s:Envelope>
AttributeOptional AttributeOptional02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeOptional>
            <ex:attributeOptional id="1712"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>1250</ex:amount>
            </ex:attributeOptional>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3a429c0c-bfe0-4901-92be-479a9a02d08a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f0237f3e-df00-4077-95ab-4757f82c2f53</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeOptional id="1712">
                <amount>1250</amount>
            </attributeOptional>
        </echoAttributeOptional>
    </s:Body>
</s:Envelope>
AttributeRequired AttributeRequired01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeRequired>
            <ex:attributeRequired id="1611" seasonal="yes"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:percentage>5</ex:percentage>
            </ex:attributeRequired>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b388bd50-f285-49f6-820f-e2dce01f6f31" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">bbead47b-3c3d-41fb-91e9-013de87964af</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeRequired id="1611" seasonal="yes">
                <percentage>5</percentage>
            </attributeRequired>
        </echoAttributeRequired>
    </s:Body>
</s:Envelope>
AttributeRequired AttributeRequired02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeRequired>
            <ex:attributeRequired id="1612" seasonal="no"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:percentage>2</ex:percentage>
            </ex:attributeRequired>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5f492928-1391-45e8-b432-c41da2e8c97f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b342e42d-9620-4919-ad4e-cbde2a13c1c0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeRequired id="1612" seasonal="no">
                <percentage>2</percentage>
            </attributeRequired>
        </echoAttributeRequired>
    </s:Body>
</s:Envelope>
AttributeFixed AttributeFixed01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeFixed>
            <ex:attributeFixed currency="GBP" id="1511"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:fee>500</ex:fee>
            </ex:attributeFixed>
        </ex:echoAttributeFixed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5e86a6b8-0d1f-48e8-b952-3acbd231d562" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">918281a5-bf03-48a9-84fd-d045e0082175</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeFixed xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeFixed currency="GBP" id="1511">
                <fee>500</fee>
            </attributeFixed>
        </echoAttributeFixed>
    </s:Body>
</s:Envelope>
AttributeDefault AttributeDefault01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="24019484-50df-424d-94b9-2f488553cea5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a60ae153-41b1-4c75-a61f-711ebd72d829</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault/>
        </echoAttributeDefault>
    </s:Body>
</s:Envelope>
AttributeDefault AttributeDefault02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault defaultedValue="theDefaultValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e177e8bc-026b-49d3-bfcc-9a4e71e88e16" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2148dcd9-2ff3-4523-82c5-e7ee550801ef</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault/>
        </echoAttributeDefault>
    </s:Body>
</s:Envelope>
AttributeDefault AttributeDefault03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault defaultedValue=""
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="291e3cdb-01bb-4dda-bb1d-77981b5ceec0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0ebef108-ec91-4c94-ae3f-459449ff6b24</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault defaultedValue=""/>
        </echoAttributeDefault>
    </s:Body>
</s:Envelope>
AttributeDefault AttributeDefault04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault defaultedValue="anotherValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cdc58f27-8353-4094-8dcd-cbf0ec85dbc7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ee80f6fb-d69e-4152-b4b2-ed092a02f250</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault defaultedValue="anotherValue"/>
        </echoAttributeDefault>
    </s:Body>
</s:Envelope>
GlobalElement GlobalElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElement>
            <ex:globalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGlobalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9073bafb-b7ec-4f4a-8880-1184ad6c522f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5a72c861-52f7-40d5-a37b-c204dd1bdf41</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElement/>
        </echoGlobalElement>
    </s:Body>
</s:Envelope>
GlobalElement GlobalElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElement>
            <ex:globalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">a value</ex:globalElement>
        </ex:echoGlobalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4cfcb1b9-4de0-4937-b63b-e7b012ef4ef1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">12f5592f-43af-43dc-b826-4cabb36f6520</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElement>a value</globalElement>
        </echoGlobalElement>
    </s:Body>
</s:Envelope>
GlobalElement GlobalElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElement>
            <ex:globalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">another Value</ex:globalElement>
        </ex:echoGlobalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d0a44e72-3d1b-454b-ae37-0947bafc7613" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">06482231-29bd-43d5-af92-f02e800583c7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElement>another Value</globalElement>
        </echoGlobalElement>
    </s:Body>
</s:Envelope>
GlobalElementDefault GlobalElementDefault01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementDefault>
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGlobalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6b62b45a-5517-408f-8245-2190879956c4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">81293e9b-6ae0-4dc1-bced-4fac1e0667cb</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementDefault/>
        </echoGlobalElementDefault>
    </s:Body>
</s:Envelope>
GlobalElementDefault GlobalElementDefault02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementDefault>
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">theDefaultValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b1a04f33-ba5e-45da-a034-d1b4ba4c85b7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b33d1823-c1ae-466b-8c46-1fc63343c8db</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementDefault>theDefaultValue</globalElementDefault>
        </echoGlobalElementDefault>
    </s:Body>
</s:Envelope>
GlobalElementDefault GlobalElementDefault03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementDefault>
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">anotherValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1be40359-454d-4df2-ac17-7a6227bffa4d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d4ff64fb-98c4-46a8-a3e8-b4bb8143a4ff</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementDefault>anotherValue</globalElementDefault>
        </echoGlobalElementDefault>
    </s:Body>
</s:Envelope>
ElementMinOccurs0 ElementMinOccurs001 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0>
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:lastName>Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="223d58a9-4522-4bed-83c3-a94fddd3f79f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">40ddbcb0-4c45-4e1e-827b-f169fade1f30</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs0>
                <firstName>Paul</firstName>
                <lastName>Downey</lastName>
            </elementMinOccurs0>
        </echoElementMinOccurs0>
    </s:Body>
</s:Envelope>
ElementMinOccurs0 ElementMinOccurs002 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0>
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2a15cf35-c175-48da-bb88-cb55f7c3b3e0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">db8800af-cc10-4f55-b95e-27aa0111a229</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs0>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </elementMinOccurs0>
        </echoElementMinOccurs0>
    </s:Body>
</s:Envelope>
NillableElement NillableElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableElement>
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="45c36d80-709a-4cfe-93b4-e11dee5cc03c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0e637516-38d5-4980-8690-acaf9996c8b5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableMiddleName>
                <firstName>Paul</firstName>
                <middleName xsi:nil="true"/>
                <lastName>Downey</lastName>
            </nillableMiddleName>
        </echoNillableElement>
    </s:Body>
</s:Envelope>
NillableElement NillableElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableElement>
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2121740e-3fba-48f4-b39f-86c27353330d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6958609a-db37-4f05-8db4-63ba59a19abd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableMiddleName>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </nillableMiddleName>
        </echoNillableElement>
    </s:Body>
</s:Envelope>
NillableOptionalElement NillableOptionalElement01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableOptionalElement>
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="79fc796d-ded9-4f2f-91c6-b874da58835d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">93cf9ff1-6887-4b23-b93b-599dad025ff0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName>
                <firstName>Paul</firstName>
                <middleName xsi:nil="true"/>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </echoNillableOptionalElement>
    </s:Body>
</s:Envelope>
NillableOptionalElement NillableOptionalElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableOptionalElement>
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d5a7e5a5-7f73-490f-8fc6-14147cc53f2f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d9185748-fb08-4e02-8245-d37135a29036</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </echoNillableOptionalElement>
    </s:Body>
</s:Envelope>
NillableOptionalElement NillableOptionalElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableOptionalElement>
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ddf9b317-f1af-4876-b0ba-fa48c7df02a2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8100703c-2c32-4276-b2b3-4d61ce96ffb5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName>
                <firstName>Paul</firstName>
                <middleName xsi:nil="true"/>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </echoNillableOptionalElement>
    </s:Body>
</s:Envelope>
UnionMemberTypes UnionMemberTypes01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionMemberTypes>
            <ex:unionMemberTypes
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">22</ex:unionMemberTypes>
        </ex:echoUnionMemberTypes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionMemberTypes' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnionMemberTypes UnionMemberTypes02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionMemberTypes>
            <ex:unionMemberTypes
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">a string?</ex:unionMemberTypes>
        </ex:echoUnionMemberTypes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionMemberTypes' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnionDateString UnionDateString01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionDateString>
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Tonight</ex:unionDateString>
        </ex:echoUnionDateString>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionDateString' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnionDateString UnionDateString02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionDateString>
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-06-06</ex:unionDateString>
        </ex:echoUnionDateString>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionDateString' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnionSimpleDateString UnionSimpleDateString01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionSimpleDateString>
            <ex:unionSimpleDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Monday Night</ex:unionSimpleDateString>
        </ex:echoUnionSimpleDateString>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionSimpleDateString' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
UnionSimpleDateString UnionSimpleDateString02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionSimpleDateString>
            <ex:unionSimpleDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-06-06</ex:unionSimpleDateString>
        </ex:echoUnionSimpleDateString>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionSimpleDateString' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
NullEnumerationType NullEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNullEnumerationType>
            <ex:nullEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNullEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3ee6f0f3-99c4-4ccc-ad8d-29876a3a8cb3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">65185be5-89a3-48db-ad88-89260f3dcd35</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNullEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nullEnumerationType/>
        </echoNullEnumerationType>
    </s:Body>
</s:Envelope>
ElementEmptyComplexType ElementEmptyComplexType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementEmptyComplexType>
            <ex:elementEmptyComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementEmptyComplexType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e826e4a4-10be-4295-95f9-1c48692401c0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ab47b1b2-d208-4533-90e3-7b74e27b99ce</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementEmptyComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementEmptyComplexType/>
        </echoElementEmptyComplexType>
    </s:Body>
</s:Envelope>
ElementEmptySequence ElementEmptySequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementEmptySequence>
            <ex:elementEmptySequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementEmptySequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4b378d12-51f7-4083-97d8-f93d0a1c18aa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8cdbbd2e-f260-411e-b8b2-e11b371e7b2c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementEmptySequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementEmptySequence/>
        </echoElementEmptySequence>
    </s:Body>
</s:Envelope>
GlobalElementSequence GlobalElementSequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementSequence>
            <ex:globalElementSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:foo>one</ex:foo>
                <ex:bar>two</ex:bar>
            </ex:globalElementSequence>
        </ex:echoGlobalElementSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a01b865c-4687-4238-9757-83a02340a5af" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a96fdf9c-be15-453b-b289-dd9a2db432ab</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementSequence>
                <foo>one</foo>
                <bar>two</bar>
            </globalElementSequence>
        </echoGlobalElementSequence>
    </s:Body>
</s:Envelope>
GlobalElementAll GlobalElementAll01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementAll>
            <ex:globalElementAll
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalElementAllA>one</ex:globalElementAllA>
                <ex:globalElementAllB>42</ex:globalElementAllB>
            </ex:globalElementAll>
        </ex:echoGlobalElementAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="31373798-f2b9-4982-addc-0775e4665684" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">80b8c828-398a-4e31-b9ff-44c627c0ca28</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementAll>
                <globalElementAllA>one</globalElementAllA>
                <globalElementAllB>42</globalElementAllB>
            </globalElementAll>
        </echoGlobalElementAll>
    </s:Body>
</s:Envelope>
GlobalElementAll GlobalElementAll02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementAll>
            <ex:globalElementAll
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalElementAllB>42</ex:globalElementAllB>
                <ex:globalElementAllA>douze</ex:globalElementAllA>
            </ex:globalElementAll>
        </ex:echoGlobalElementAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="79b7067b-ba59-426b-a018-4c279f3ccf1e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">44dc8b68-b3a6-40d5-8f0b-d0a45cf43266</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementAll>
                <globalElementAllA>douze</globalElementAllA>
                <globalElementAllB>42</globalElementAllB>
            </globalElementAll>
        </echoGlobalElementAll>
    </s:Body>
</s:Envelope>
GlobalElementChoice GlobalElementChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementChoice>
            <ex:globalElementChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalElementChoiceA>one</ex:globalElementChoiceA>
            </ex:globalElementChoice>
        </ex:echoGlobalElementChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c599beff-74c8-4d40-ad56-287166d8080c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1311f335-350e-433d-ba01-97f41fbbe802</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementChoice>
                <globalElementChoiceA>one</globalElementChoiceA>
            </globalElementChoice>
        </echoGlobalElementChoice>
    </s:Body>
</s:Envelope>
GlobalElementChoice GlobalElementChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementChoice>
            <ex:globalElementChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalElementChoiceB>two</ex:globalElementChoiceB>
            </ex:globalElementChoice>
        </ex:echoGlobalElementChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="081b2f88-9468-4196-9b82-a3bc145c2602" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7dca88e2-5730-4c2a-942d-2539117cd735</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementChoice>
                <globalElementChoiceB>two</globalElementChoiceB>
            </globalElementChoice>
        </echoGlobalElementChoice>
    </s:Body>
</s:Envelope>
NestedSequenceElementList NestedSequenceElementList01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNestedSequenceElementList>
            <ex:nestedSequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:nestedItem>
                    <ex:item>item onexone</ex:item>
                    <ex:item>item onextwo</ex:item>
                    <ex:item>item onexthree</ex:item>
                    <ex:item>item onexfour</ex:item>
                </ex:nestedItem>
                <ex:nestedItem>
                    <ex:item>item twoxone</ex:item>
                    <ex:item>item twoxtwo</ex:item>
                    <ex:item>item twoxthree</ex:item>
                    <ex:item>item twoxfour</ex:item>
                </ex:nestedItem>
            </ex:nestedSequenceElementList>
        </ex:echoNestedSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="12ca8f42-d0b1-4b33-be09-d0e2eeb404ce" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a271780b-9f73-4cf9-b3ae-bbe51471df2d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNestedSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nestedSequenceElementList>
                <nestedItem>
                    <item>item onexone</item>
                    <item>item onextwo</item>
                    <item>item onexthree</item>
                    <item>item onexfour</item>
                </nestedItem>
                <nestedItem>
                    <item>item twoxone</item>
                    <item>item twoxtwo</item>
                    <item>item twoxthree</item>
                    <item>item twoxfour</item>
                </nestedItem>
            </nestedSequenceElementList>
        </echoNestedSequenceElementList>
    </s:Body>
</s:Envelope>
MixedContentType MixedContentType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elem1>Tagged Value</ex:elem1> mixed value <ex:elem2>Tagged Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6aebfe59-0069-497e-8592-680194962168" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">28fecc89-713a-491e-95dc-e46da753e9df</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>mixed value </mixedContentType>
        </echoMixedContentType>
    </s:Body>
</s:Envelope>
MixedContentType MixedContentType02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"> some text <ex:elem1>Tagged Value</ex:elem1> more text <ex:elem2>Tagged
          Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cf45834e-cc84-4487-9b5f-8d3277e40fcf" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">40cbc308-ccf0-40ff-984f-c14d83484d62</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged
          Value</elem2>some text more text </mixedContentType>
        </echoMixedContentType>
    </s:Body>
</s:Envelope>
MixedContentType MixedContentType03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elem1>Tagged Value</ex:elem1> mixed text value <ex:elem2>Tagged Value</ex:elem2> mixed
        text value </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d1011b3f-1d5b-435b-abe5-58c25d762113" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a9759bbf-be42-4e28-812b-93189d4cdf67</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>mixed text value mixed
        text value </mixedContentType>
        </echoMixedContentType>
    </s:Body>
</s:Envelope>
MixedContentType MixedContentType04 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"> text mixed value <ex:elem1>Tagged Value</ex:elem1>
                <ex:elem2>Tagged Value</ex:elem2> some more text in a mixed value </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="66ec2b1e-26fb-4bf5-8faa-0bceb728cae8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">73168fb4-aeea-4d04-aa6a-559789a0614d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>text mixed value some more text in a mixed value </mixedContentType>
        </echoMixedContentType>
    </s:Body>
</s:Envelope>
StringSimpleTypePattern StringSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringSimpleTypePattern>
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2622f818-4aff-40e5-92b3-201711383222" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">de892fb4-694f-4a23-a968-fe93cd2a9eff</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringSimpleTypePattern>123</stringSimpleTypePattern>
        </echoStringSimpleTypePattern>
    </s:Body>
</s:Envelope>
StringSimpleTypePattern StringSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringSimpleTypePattern>
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1ff4aa3e-5c19-47a6-a9f0-c6c536ec3cab" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9c94aed6-def8-4f94-a923-11bbc74813b2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringSimpleTypePattern>009</stringSimpleTypePattern>
        </echoStringSimpleTypePattern>
    </s:Body>
</s:Envelope>
IntSimpleTypePattern IntSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntSimpleTypePattern>
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="25bdabf9-1815-41a1-bcfb-985a3b92397d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">66908349-134a-4017-af94-66565e00e4c8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intSimpleTypePattern>123</intSimpleTypePattern>
        </echoIntSimpleTypePattern>
    </s:Body>
</s:Envelope>
IntSimpleTypePattern IntSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntSimpleTypePattern>
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1842c284-6098-46fb-9c48-63bd3c819a8e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ef98535e-f994-4b3c-a940-a2c34aadab0f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intSimpleTypePattern>9</intSimpleTypePattern>
        </echoIntSimpleTypePattern>
    </s:Body>
</s:Envelope>
IntegerSimpleTypePattern IntegerSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerSimpleTypePattern>
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="8c8e0beb-4b57-4c4e-92c7-e73c38553059" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">08ee3d61-f279-4f67-a31d-722905405678</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerSimpleTypePattern>123</integerSimpleTypePattern>
        </echoIntegerSimpleTypePattern>
    </s:Body>
</s:Envelope>
IntegerSimpleTypePattern IntegerSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerSimpleTypePattern>
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e249f680-4fe1-4182-8984-93ff419cf74f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">079992e2-2ee7-435a-afb3-ac5be7f5777f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerSimpleTypePattern>9</integerSimpleTypePattern>
        </echoIntegerSimpleTypePattern>
    </s:Body>
</s:Envelope>
LongSimpleTypePattern LongSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongSimpleTypePattern>
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b3f89310-aee5-4862-a2ea-ddc117b6502f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">15b766e8-78e2-41f9-a4ba-3b95e255ed92</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longSimpleTypePattern>123</longSimpleTypePattern>
        </echoLongSimpleTypePattern>
    </s:Body>
</s:Envelope>
LongSimpleTypePattern LongSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongSimpleTypePattern>
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c25aefe4-cc88-486b-97b8-1cfa49e46cd5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">89eff32e-21f9-4b60-826a-d555ee1430fd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longSimpleTypePattern>9</longSimpleTypePattern>
        </echoLongSimpleTypePattern>
    </s:Body>
</s:Envelope>
DecimalSimpleTypePattern DecimalSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypePattern>
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234.12</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="134ee921-c0ea-4879-8a8a-9ff4529eec49" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e884eec2-3254-490f-a75c-4d90b4f05063</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypePattern>1234.12</decimalSimpleTypePattern>
        </echoDecimalSimpleTypePattern>
    </s:Body>
</s:Envelope>
DecimalSimpleTypePattern DecimalSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypePattern>
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9898.00</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="888ccad9-0741-4bec-9ed5-151e22566c7e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">86c33050-74cf-4d8f-a104-068d2626719c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypePattern>9898.00</decimalSimpleTypePattern>
        </echoDecimalSimpleTypePattern>
    </s:Body>
</s:Envelope>
FloatSimpleTypePattern FloatSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatSimpleTypePattern>
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6c1faa33-d1b6-42df-9fdc-be1828353ee6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3630ff09-be6f-4deb-bb8c-8a61b98831f7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatSimpleTypePattern>123</floatSimpleTypePattern>
        </echoFloatSimpleTypePattern>
    </s:Body>
</s:Envelope>
FloatSimpleTypePattern FloatSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatSimpleTypePattern>
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a253de19-c855-42ea-9014-606119669c30" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">af1b777f-4d0f-49df-933a-3431c469a848</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatSimpleTypePattern>9</floatSimpleTypePattern>
        </echoFloatSimpleTypePattern>
    </s:Body>
</s:Envelope>
DoubleSimpleTypePattern DoubleSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleSimpleTypePattern>
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6af2c6b2-1083-4bff-870b-214be5a8976d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f7980e66-1671-4025-b376-f62f2f58c689</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleSimpleTypePattern>123</doubleSimpleTypePattern>
        </echoDoubleSimpleTypePattern>
    </s:Body>
</s:Envelope>
DoubleSimpleTypePattern DoubleSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleSimpleTypePattern>
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="de8ed37d-f4cc-4975-b389-7c4137a0d98d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9b835eab-ce97-441e-95d0-3254821e8308</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleSimpleTypePattern>9</doubleSimpleTypePattern>
        </echoDoubleSimpleTypePattern>
    </s:Body>
</s:Envelope>
ShortSimpleTypePattern ShortSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortSimpleTypePattern>
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c4a02b2c-50e6-4e26-a5fe-ca3c51e81fec" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">50a4ed6c-99da-42c2-9ad2-fa882e64325f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortSimpleTypePattern>123</shortSimpleTypePattern>
        </echoShortSimpleTypePattern>
    </s:Body>
</s:Envelope>
ShortSimpleTypePattern ShortSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortSimpleTypePattern>
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d9e73cd9-98e1-4448-9d79-f94f9851f01b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">62cabb64-a9cd-4452-bfe0-cdf4a722f05b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortSimpleTypePattern>9</shortSimpleTypePattern>
        </echoShortSimpleTypePattern>
    </s:Body>
</s:Envelope>
NonNegativeIntegerSimpleTypePattern NonNegativeIntegerSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerSimpleTypePattern>
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:nonNegativeIntegerSimpleTypePattern>
        </ex:echoNonNegativeIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9e74dee4-9459-4463-9b23-6c406fdf8b42" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2054e198-0708-4099-8657-9a35dcf4658a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerSimpleTypePattern>123</nonNegativeIntegerSimpleTypePattern>
        </echoNonNegativeIntegerSimpleTypePattern>
    </s:Body>
</s:Envelope>
NonNegativeIntegerSimpleTypePattern NonNegativeIntegerSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerSimpleTypePattern>
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:nonNegativeIntegerSimpleTypePattern>
        </ex:echoNonNegativeIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4ab13a06-2e4f-4b6c-a8ce-e512ed43cb0c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">dbc03a69-6f46-4f58-9b56-6c4c1838ca94</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerSimpleTypePattern>009</nonNegativeIntegerSimpleTypePattern>
        </echoNonNegativeIntegerSimpleTypePattern>
    </s:Body>
</s:Envelope>
PositiveIntegerSimpleTypePattern PositiveIntegerSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerSimpleTypePattern>
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ee5d845e-312a-4032-9afe-ae496f03de72" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b800c9e8-7f6e-4aca-bac5-bd4ed3ec763e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerSimpleTypePattern>123</positiveIntegerSimpleTypePattern>
        </echoPositiveIntegerSimpleTypePattern>
    </s:Body>
</s:Envelope>
PositiveIntegerSimpleTypePattern PositiveIntegerSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerSimpleTypePattern>
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="270a93fa-c552-4f48-a774-0044bbbf4baf" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d5bb76f2-d0e1-4b99-9af4-e5e48adf0220</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerSimpleTypePattern>009</positiveIntegerSimpleTypePattern>
        </echoPositiveIntegerSimpleTypePattern>
    </s:Body>
</s:Envelope>
UnsignedLongSimpleTypePattern UnsignedLongSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongSimpleTypePattern>
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6c8be47d-0ef4-4325-b8f3-28ed60bc564e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">134620ae-df75-41bc-abf1-c2050151998e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongSimpleTypePattern>123</unsignedLongSimpleTypePattern>
        </echoUnsignedLongSimpleTypePattern>
    </s:Body>
</s:Envelope>
UnsignedLongSimpleTypePattern UnsignedLongSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongSimpleTypePattern>
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c44571b9-fd84-45b3-af21-ca17a99dae27" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f662f506-d8e2-4a54-bb38-6c4c45e76957</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongSimpleTypePattern>9</unsignedLongSimpleTypePattern>
        </echoUnsignedLongSimpleTypePattern>
    </s:Body>
</s:Envelope>
UnsignedIntSimpleTypePattern UnsignedIntSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntSimpleTypePattern>
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fc5c989f-3158-4bd7-ba1d-7d94efe0a533" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cda09574-6992-4c69-83db-be31a77384d9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntSimpleTypePattern>123</unsignedIntSimpleTypePattern>
        </echoUnsignedIntSimpleTypePattern>
    </s:Body>
</s:Envelope>
UnsignedIntSimpleTypePattern UnsignedIntSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntSimpleTypePattern>
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e4f8bb16-0a90-41b8-8cb9-a5e86e315c54" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">eeacb25b-f4f9-43ad-b829-67931beb94ea</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntSimpleTypePattern>9</unsignedIntSimpleTypePattern>
        </echoUnsignedIntSimpleTypePattern>
    </s:Body>
</s:Envelope>
UnsignedShortSimpleTypePattern UnsignedShortSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortSimpleTypePattern>
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d3f49e7f-3e13-49f2-9906-e1b31d9d5cd5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b99b4bf2-d7e6-4474-b4b3-88b329db4bf5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortSimpleTypePattern>123</unsignedShortSimpleTypePattern>
        </echoUnsignedShortSimpleTypePattern>
    </s:Body>
</s:Envelope>
UnsignedShortSimpleTypePattern UnsignedShortSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortSimpleTypePattern>
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4b1539b8-ea7b-4448-9a08-ad180c270f5a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">19bc7271-f0d9-4249-9142-4251b8891b08</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortSimpleTypePattern>9</unsignedShortSimpleTypePattern>
        </echoUnsignedShortSimpleTypePattern>
    </s:Body>
</s:Envelope>
DateSimpleTypePattern DateSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateSimpleTypePattern>
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-12-18</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e81f43a1-3751-4714-a6f9-db688387a713" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7b056297-d952-46d4-a6e2-f64d3aeba9f2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateSimpleTypePattern>2006-12-18</dateSimpleTypePattern>
        </echoDateSimpleTypePattern>
    </s:Body>
</s:Envelope>
DateSimpleTypePattern DateSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateSimpleTypePattern>
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2007-01-01</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="87565330-87fe-4748-b320-2ee81a8cfac1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">78f1754b-d561-4122-8263-9c9b03741b00</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateSimpleTypePattern>2007-01-01</dateSimpleTypePattern>
        </echoDateSimpleTypePattern>
    </s:Body>
</s:Envelope>
RestrictedMinInclusive RestrictedMinInclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinInclusive>
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f6746c15-b1aa-4000-9a14-9af985772ceb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">35050747-5b85-456b-b260-4fe34ca65fc1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinInclusive>1</restrictedMinInclusive>
        </echoRestrictedMinInclusive>
    </s:Body>
</s:Envelope>
RestrictedMinInclusive RestrictedMinInclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinInclusive>
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d2fb5631-306d-48db-9550-c5e0984c22e4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">14044793-00c7-4a17-a54e-2cc28e1ad938</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinInclusive>2</restrictedMinInclusive>
        </echoRestrictedMinInclusive>
    </s:Body>
</s:Envelope>
RestrictedMaxInclusive RestrictedMaxInclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxInclusive>
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d51d1fb1-04cc-4032-90b0-707f72e209b7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9ea512fb-c9e5-4b8d-a288-4107f8c773ff</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxInclusive>1</restrictedMaxInclusive>
        </echoRestrictedMaxInclusive>
    </s:Body>
</s:Envelope>
RestrictedMaxInclusive RestrictedMaxInclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxInclusive>
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f9134ca7-3cd6-4738-8598-3297409bdfe0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">21982b15-da8e-44b3-bfea-1f2e4b35e6b7</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxInclusive>3</restrictedMaxInclusive>
        </echoRestrictedMaxInclusive>
    </s:Body>
</s:Envelope>
RestrictedMinExclusive RestrictedMinExclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinExclusive>
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3aa66116-f43c-4b59-b7cc-156476d8fbbb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5dc2b7b8-2df6-41bf-8d96-dbd544186150</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinExclusive>2</restrictedMinExclusive>
        </echoRestrictedMinExclusive>
    </s:Body>
</s:Envelope>
RestrictedMinExclusive RestrictedMinExclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinExclusive>
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c69fa2ff-00f2-4ecd-94a9-ae1aa1b9aa78" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5722d803-7095-43d6-b942-d1b4744d7a4e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinExclusive>3</restrictedMinExclusive>
        </echoRestrictedMinExclusive>
    </s:Body>
</s:Envelope>
RestrictedMaxExclusive RestrictedMaxExclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxExclusive>
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="df3d7102-40b9-4053-9e84-3e2fb79f8797" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">652261bd-3075-45fa-9499-2935496cf776</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxExclusive>1</restrictedMaxExclusive>
        </echoRestrictedMaxExclusive>
    </s:Body>
</s:Envelope>
RestrictedMaxExclusive RestrictedMaxExclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxExclusive>
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1c7f7a1b-cb0e-4e01-a331-a98864565ec1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3db27e4c-4b31-4ebb-b394-80cea0377fa9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxExclusive>2</restrictedMaxExclusive>
        </echoRestrictedMaxExclusive>
    </s:Body>
</s:Envelope>
RestrictedLength RestrictedLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedLength>
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">en</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="94b12622-1ea3-4676-bf58-5398a45d15e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1b8558df-51c4-48cf-a801-4b67c5ddd901</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedLength>en</restrictedLength>
        </echoRestrictedLength>
    </s:Body>
</s:Envelope>
RestrictedLength RestrictedLength02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedLength>
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">FR</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e97f5198-02a2-4af9-862a-3937b2639ec0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fbe21fb6-f37f-43cd-abc6-1ecd52c8e533</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedLength>FR</restrictedLength>
        </echoRestrictedLength>
    </s:Body>
</s:Envelope>
RestrictedMaxLength RestrictedMaxLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxLength>
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">AUSTRALIA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0fb5caa7-04f0-4431-b7ad-7fc258879abc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">dd8e5674-593c-441d-b5d3-f7a22b3f112d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxLength>AUSTRALIA</restrictedMaxLength>
        </echoRestrictedMaxLength>
    </s:Body>
</s:Envelope>
RestrictedMaxLength RestrictedMaxLength02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxLength>
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">N AMERICA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="98390b10-102f-4ef4-8c22-624f917adf85" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">57cf144d-5d06-4af9-a479-73832c75f74a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxLength>N AMERICA</restrictedMaxLength>
        </echoRestrictedMaxLength>
    </s:Body>
</s:Envelope>
RestrictedMinLength RestrictedMinLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinLength>
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">AUS</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e72efc62-72ee-4113-b05d-ec0359de425e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d9e48ad8-5fa1-4f78-bff5-570efe41d488</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinLength>AUS</restrictedMinLength>
        </echoRestrictedMinLength>
    </s:Body>
</s:Envelope>
RestrictedMinLength RestrictedMinLength02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinLength>
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">GB</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="633768a4-9802-459b-9df1-c3a7c045f9a9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9e763d3e-842a-409f-8e54-21a6beb0d581</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinLength>GB</restrictedMinLength>
        </echoRestrictedMinLength>
    </s:Body>
</s:Envelope>
AnyAttributeStrict AnyAttributeStrict01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeStrict>
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="646d8127-d105-4dda-aed8-5d0c13991a2b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f755bfa1-ea63-48d3-a336-4bd4b18b8070</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeStrict ex:eyeColor="blue" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </anyAttributeStrict>
        </echoAnyAttributeStrict>
    </s:Body>
</s:Envelope>
AnyAttributeStrict AnyAttributeStrict02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeStrict>
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d5941e31-f642-45e4-a9c2-d9985a7dd54b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3f8c0202-5ad5-4077-8d14-11251dbd17e1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeStrict ex:eyeColor="blue" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </anyAttributeStrict>
        </echoAnyAttributeStrict>
    </s:Body>
</s:Envelope>
AnyAttributeStrict AnyAttributeStrict03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeStrict>
            <ex:anyAttributeStrict ex:eyeColor="blue"
                ex:hairColor="green"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b9abc2fc-e401-4773-8101-7b05c4d569af" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">934b87c8-4f3a-4708-a8bf-fc7fdb3676cc</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeStrict ex:eyeColor="blue" ex:hairColor="green" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </anyAttributeStrict>
        </echoAnyAttributeStrict>
    </s:Body>
</s:Envelope>
AnyAttributeSkip AnyAttributeSkip01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeSkip>
            <ex:anyAttributeSkip eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeSkip>
        </ex:echoAnyAttributeSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1d85304f-2a2f-4e81-bbdb-2cddc6a11f41" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cc1d1d19-f251-452d-ae60-4472f8f98104</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeSkip eyeColor="blue">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </anyAttributeSkip>
        </echoAnyAttributeSkip>
    </s:Body>
</s:Envelope>
AnyAttributeLax AnyAttributeLax01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeLax>
            <ex:anyAttributeLax eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeLax>
        </ex:echoAnyAttributeLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="805bacee-dfd1-4327-99c3-d7aaa2f8a8ac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fa4b7331-f8ab-4dc5-94a6-1b4f952fe6a6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeLax eyeColor="blue">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </anyAttributeLax>
        </echoAnyAttributeLax>
    </s:Body>
</s:Envelope>
ElementReference ElementReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementReference>
            <ex:customerName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:customerName>
        </ex:echoElementReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6ba1a3cb-4a7b-4441-99bf-f0372af032a7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">49670843-fbbf-4c67-8fce-e3b538208f3d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <customerName>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </customerName>
        </echoElementReference>
    </s:Body>
</s:Envelope>
AttributeReference AttributeReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeReference>
            <ex:clientName ex:phoneNumber="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:clientName>
        </ex:echoAttributeReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4764bbcf-ca58-4eea-a9cb-426578c6b63d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d3a01afc-dd60-4702-a1f8-af7134521c51</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <clientName a:phoneNumber="0123456789" xmlns:a="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <a:firstName>Bobby</a:firstName>
                <a:lastName>Sox</a:lastName>
            </clientName>
        </echoAttributeReference>
    </s:Body>
</s:Envelope>
AttributeElementNameClash AttributeElementNameClash01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeElementNameClash>
            <ex:clientDetails phone="+15556667788" title="1"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:forename>Bobby</ex:forename>
                <ex:surname>Sox</ex:surname>
                <ex:title>Mr</ex:title>
            </ex:clientDetails>
        </ex:echoAttributeElementNameClash>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5c636624-f606-4e8f-95ba-63577511cf3d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c9095bc7-b1b3-448e-8cf8-37491d786a5e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeElementNameClash xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <clientDetails phone="+15556667788" title="1">
                <forename>Bobby</forename>
                <surname>Sox</surname>
                <title>Mr</title>
            </clientDetails>
        </echoAttributeElementNameClash>
    </s:Body>
</s:Envelope>
ExtendedSequenceStrict ExtendedSequenceStrict01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceStrict>
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceStrict>
        </ex:echoExtendedSequenceStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6f9857f0-b3f4-431b-a2f2-247e36bf365a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1414fa9f-9b44-4424-8c9e-c85c00bf5ac0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrict>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceStrict>
        </echoExtendedSequenceStrict>
    </s:Body>
</s:Envelope>
ExtendedSequenceStrict ExtendedSequenceStrict02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceStrict>
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
                <ex:extension>
                    <ex:middleName>William</ex:middleName>
                    <ex:title>Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceStrict>
        </ex:echoExtendedSequenceStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="546f3ac4-2ef8-40cd-826e-54f5a8ce5225" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4f06e4de-0587-428d-996f-74a91a892b1b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrict>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">William</ex:middleName>
                    <ex:title xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mr</ex:title>
                </extension>
            </extendedSequenceStrict>
        </echoExtendedSequenceStrict>
    </s:Body>
</s:Envelope>
ExtendedSequenceLax ExtendedSequenceLax01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceLax>
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceLax>
        </ex:echoExtendedSequenceLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7c5f08e5-2f34-49aa-9ab6-d0d37a2bfcd3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c280fc0b-515c-40a3-81df-545a7baf7b8f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLax>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceLax>
        </echoExtendedSequenceLax>
    </s:Body>
</s:Envelope>
ExtendedSequenceLax ExtendedSequenceLax02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceLax>
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
                <ex:extension>
                    <ex:middleName>William</ex:middleName>
                    <ex:title>Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceLax>
        </ex:echoExtendedSequenceLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="12c7c7eb-9803-4ce0-b3ff-7f516f3e8d5a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5eeb2caa-d88e-481b-aed2-f15ee00b7d1d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLax>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">William</ex:middleName>
                    <ex:title xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mr</ex:title>
                </extension>
            </extendedSequenceLax>
        </echoExtendedSequenceLax>
    </s:Body>
</s:Envelope>
ExtendedSequenceSkip ExtendedSequenceSkip01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceSkip>
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceSkip>
        </ex:echoExtendedSequenceSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="89071d09-a14f-45fb-9399-a8664e0fb85e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c06bd7f3-b808-404b-9dee-d6803fd8891c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkip>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceSkip>
        </echoExtendedSequenceSkip>
    </s:Body>
</s:Envelope>
ExtendedSequenceSkip ExtendedSequenceSkip02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceSkip>
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
                <ex:extension>
                    <ex:middleName>William</ex:middleName>
                    <ex:title>Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceSkip>
        </ex:echoExtendedSequenceSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d380f531-c6ee-4ac1-819f-e1701a38f501" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">dcb32a78-83c2-42d0-9b75-b38b3e443b0c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkip>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">William</ex:middleName>
                    <ex:title xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mr</ex:title>
                </extension>
            </extendedSequenceSkip>
        </echoExtendedSequenceSkip>
    </s:Body>
</s:Envelope>
ElementTypeDefaultNamespace ElementTypeDefaultNamespace01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementTypeDefaultNamespace>
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementTypeDefaultNamespace>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5885b0fc-ad41-4da3-8c9a-203de1a53bb9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">653f188c-5cc2-4d09-bd8c-5187b6e512d5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementTypeDefaultNamespace xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElementDefaultNamespace/>
        </echoElementTypeDefaultNamespace>
    </s:Body>
</s:Envelope>
ElementTypeDefaultNamespace ElementTypeDefaultNamespace02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementTypeDefaultNamespace>
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">This is a string!</ex:stringElementDefaultNamespace>
        </ex:echoElementTypeDefaultNamespace>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="767e00d7-4ad9-4267-ae01-2c19df913305" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">072ff8b8-2106-4d36-b0b8-7b50623c1d14</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementTypeDefaultNamespace xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElementDefaultNamespace>This is a string!</stringElementDefaultNamespace>
        </echoElementTypeDefaultNamespace>
    </s:Body>
</s:Envelope>
RestrictedStringMinLength RestrictedStringMinLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedStringMinLength>
            <ex:restrictedStringMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String Value</ex:restrictedStringMinLength>
        </ex:echoRestrictedStringMinLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2a004344-8f98-4fb7-800a-4cefff01242e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">45a9150d-0d3b-4fa9-96e7-0738f1fee95c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedStringMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedStringMinLength>String Value</restrictedStringMinLength>
        </echoRestrictedStringMinLength>
    </s:Body>
</s:Envelope>
RestrictedStringMaxLength RestrictedStringMaxLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedStringMaxLength>
            <ex:restrictedStringMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String Value</ex:restrictedStringMaxLength>
        </ex:echoRestrictedStringMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="795e50a8-1c1d-4a6c-a41a-8c659ec54853" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">acd68000-3660-478d-96a9-d72bfa6f857b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedStringMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedStringMaxLength>String Value</restrictedStringMaxLength>
        </echoRestrictedStringMaxLength>
    </s:Body>
</s:Envelope>
RestrictedStringMinMaxLength RestrictedStringMinMaxLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedStringMinMaxLength>
            <ex:restrictedStringMinMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String Value 2</ex:restrictedStringMinMaxLength>
        </ex:echoRestrictedStringMinMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a11c1112-c205-4b30-bf67-81b304bbc3ce" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">698c9f49-9fb1-4a6f-9cf7-46e5c5a61f84</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoRestrictedStringMinMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedStringMinMaxLength>String Value 2</restrictedStringMinMaxLength>
        </echoRestrictedStringMinMaxLength>
    </s:Body>
</s:Envelope>
BareVector BareVector01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:item1>item one</ex:item1>
                <ex:item1>item two</ex:item1>
                <ex:item2>item three</ex:item2>
                <ex:item2>item four</ex:item2>
                <ex:item3>item five</ex:item3>
                <ex:item3>item six</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0f730390-9285-4f17-ab5f-193422f386b4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b423fe8e-cb55-417c-be2a-fff1bc402e4b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item1>item one</item1>
                <item1>item two</item1>
                <item2>item three</item2>
                <item2>item four</item2>
                <item3>item five</item3>
                <item3>item six</item3>
            </bareVector>
        </echoBareVector>
    </s:Body>
</s:Envelope>
BareVector BareVector02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:item1>item one</ex:item1>
                <ex:item1>item two</ex:item1>
                <ex:item3>item three</ex:item3>
                <ex:item3>item four</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c8100cbc-c228-4094-9909-d53e621fa2ea" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5eded7d3-079b-4f27-be82-840701fa3a1e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item1>item one</item1>
                <item1>item two</item1>
                <item3>item three</item3>
                <item3>item four</item3>
            </bareVector>
        </echoBareVector>
    </s:Body>
</s:Envelope>
BareVector BareVector03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:item2>item one</ex:item2>
                <ex:item2>item two</ex:item2>
                <ex:item2>item three</ex:item2>
                <ex:item2>item four</ex:item2>
                <ex:item3>item five</ex:item3>
                <ex:item3>item six</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6888b820-98bc-4348-b362-b1678e87991a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9aeda454-8cc4-4054-aa48-f705c44a88cd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item2>item one</item2>
                <item2>item two</item2>
                <item2>item three</item2>
                <item2>item four</item2>
                <item3>item five</item3>
                <item3>item six</item3>
            </bareVector>
        </echoBareVector>
    </s:Body>
</s:Envelope>
BareVector BareVector04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:item1>item one</ex:item1>
                <ex:item1>item two</ex:item1>
                <ex:item2>item three</ex:item2>
                <ex:item2>item four</ex:item2>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f2cfe14b-396e-4812-a855-ab6ebbb24d47" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cfd15d5b-afe7-4cae-84e2-a0ee4941f44c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item1>item one</item1>
                <item1>item two</item1>
                <item2>item three</item2>
                <item2>item four</item2>
            </bareVector>
        </echoBareVector>
    </s:Body>
</s:Envelope>
ComplexTypeSequenceExtension ComplexTypeSequenceExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequenceExtension>
            <ex:complexTypeSequenceExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Mary</ex:name>
                <ex:description>tall</ex:description>
            </ex:complexTypeSequenceExtension>
        </ex:echoComplexTypeSequenceExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="efcd674b-114d-4508-9139-6c3f8132d655" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b2418622-b234-4042-9431-389affc2dcca</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeSequenceExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequenceExtension>
                <name>Mary</name>
                <description>tall</description>
            </complexTypeSequenceExtension>
        </echoComplexTypeSequenceExtension>
    </s:Body>
</s:Envelope>
TypeSubstitutionUsingXsiType TypeSubstitutionUsingXsiType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTypeSubstitutionUsingXsiType>
            <ex:assembly
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:part>
                    <ex:number>p1</ex:number>
                </ex:part>
                <ex:part xsi:type="ex:Part2">
                    <ex:number>p2</ex:number>
                    <ex:description>extended part</ex:description>
                </ex:part>
            </ex:assembly>
        </ex:echoTypeSubstitutionUsingXsiType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a7db02f0-f86d-419b-9d5b-cc0634d79a82" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6405a684-6c8a-4730-97cf-80b8022c3218</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTypeSubstitutionUsingXsiType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <assembly>
                <part>
                    <number>p1</number>
                </part>
                <part xsi:type="Part2">
                    <number>p2</number>
                    <description>extended part</description>
                </part>
            </assembly>
        </echoTypeSubstitutionUsingXsiType>
    </s:Body>
</s:Envelope>
SimpleTypeAttributes SimpleTypeAttributes01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSimpleTypeAttributes>
            <ex:simpleTypeAttributes a1="foo" a2="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</ex:simpleTypeAttributes>
        </ex:echoSimpleTypeAttributes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e8d98026-0f55-4220-a889-aa90b11b046a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9f88f9ed-551d-48f2-8d3d-bc10ea488e1a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSimpleTypeAttributes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <simpleTypeAttributes a1="foo" a2="bar">hello</simpleTypeAttributes>
        </echoSimpleTypeAttributes>
    </s:Body>
</s:Envelope>
PrecisionDecimal PrecisionDecimal01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPrecisionDecimal>
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1000.20</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoPrecisionDecimal' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
PrecisionDecimal PrecisionDecimal02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPrecisionDecimal>
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">NaN</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoPrecisionDecimal' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
PrecisionDecimal PrecisionDecimal03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPrecisionDecimal>
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-INF</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoPrecisionDecimal' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
ExtendedSimpleType ExtendedSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSimpleType>
            <ex:extendedSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</ex:extendedSimpleType>
        </ex:echoExtendedSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2dcdf4ad-1f2f-44d4-a2bd-a3c6ae0b7d05" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a1c43031-dfbb-4d47-9ef4-dfe719d5b476</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSimpleType>hello</extendedSimpleType>
        </echoExtendedSimpleType>
    </s:Body>
</s:Envelope>
SequenceMinOccurs1 SequenceMinOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs1>
            <ex:sequenceMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:sequenceMinOccurs1item>item1</ex:sequenceMinOccurs1item>
            </ex:sequenceMinOccurs1>
        </ex:echoSequenceMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="24dc9cad-fce9-48bb-ac06-886aee3569f3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">404c38ec-ed01-411a-8c0e-2bfa38b7efc3</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs1>
                <sequenceMinOccurs1item>item1</sequenceMinOccurs1item>
            </sequenceMinOccurs1>
        </echoSequenceMinOccurs1>
    </s:Body>
</s:Envelope>
SequenceMinOccursFinite SequenceMinOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccursFinite>
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:articleColor>Red</ex:articleColor>
                <ex:articleContrast>Bright</ex:articleContrast>
                <ex:articleColor>Black</ex:articleColor>
                <ex:articleContrast>Bright</ex:articleContrast>
                <ex:articleColor>White</ex:articleColor>
                <ex:articleContrast>Low</ex:articleContrast>
                <ex:articleColor>Yellow</ex:articleColor>
                <ex:articleContrast>Normal</ex:articleContrast>
            </ex:articleColors>
        </ex:echoSequenceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d007820c-7a48-48cb-8df8-aa8793473e6f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">16d0cadd-5554-44b8-9577-1440848c61cf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <articleColors>
                <articleColor>Red</articleColor>
                <articleContrast>Bright</articleContrast>
                <articleColor>Black</articleColor>
                <articleContrast>Bright</articleContrast>
                <articleColor>White</articleColor>
                <articleContrast>Low</articleContrast>
                <articleColor>Yellow</articleColor>
                <articleContrast>Normal</articleContrast>
            </articleColors>
        </echoSequenceMinOccursFinite>
    </s:Body>
</s:Envelope>
SequenceMinOccursFinite SequenceMinOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccursFinite>
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:articleColor>Black</ex:articleColor>
                <ex:articleContrast>Normal</ex:articleContrast>
                <ex:articleColor>White</ex:articleColor>
                <ex:articleContrast>Bright</ex:articleContrast>
            </ex:articleColors>
        </ex:echoSequenceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="78552d42-65dc-448d-bab0-0a8bf2d44ced" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2ca99691-e235-4299-b232-2f0a9ee0c954</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <articleColors>
                <articleColor>Black</articleColor>
                <articleContrast>Normal</articleContrast>
                <articleColor>White</articleColor>
                <articleContrast>Bright</articleContrast>
            </articleColors>
        </echoSequenceMinOccursFinite>
    </s:Body>
</s:Envelope>
SequenceMaxOccurs1 SequenceMaxOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccurs1>
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:myAge>44</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3eaf50f9-3c30-4b1c-af34-6fdc05436cd0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d8fafad3-4419-49ea-b8ef-12e46f40f1d8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <myAgeDetails>
                <myAge>44</myAge>
            </myAgeDetails>
        </echoSequenceMaxOccurs1>
    </s:Body>
</s:Envelope>
SequenceMaxOccurs1 SequenceMaxOccurs102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccurs1>
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:myAge>4</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2292c835-edc2-491e-afd6-8638a6a499b1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c2fd7d4f-de4b-42c7-bc3c-033ff0a2f38e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <myAgeDetails>
                <myAge>4</myAge>
            </myAgeDetails>
        </echoSequenceMaxOccurs1>
    </s:Body>
</s:Envelope>
ElementMinOccurs0MaxOccursFinite ElementMinOccurs0MaxOccursFinite101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0MaxOccursFinite>
            <ex:colorList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementMinOccurs0MaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="46f87642-f3a8-4a8a-a98e-91d34d9a2f45" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">955c17b8-5d09-418e-a87e-eabcb5aa974f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs0MaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <colorList/>
        </echoElementMinOccurs0MaxOccursFinite>
    </s:Body>
</s:Envelope>
ElementMinOccurs0MaxOccursFinite ElementMinOccurs0MaxOccursFinite102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0MaxOccursFinite>
            <ex:colorList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:colorValue>red</ex:colorValue>
                <ex:colorValue>green</ex:colorValue>
            </ex:colorList>
        </ex:echoElementMinOccurs0MaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="253f39d4-6f74-4e70-bd66-416dbf3c06fe" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">444f66ae-d005-49c2-ab6f-adb9cddbd205</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs0MaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <colorList>
                <colorValue>red</colorValue>
                <colorValue>green</colorValue>
            </colorList>
        </echoElementMinOccurs0MaxOccursFinite>
    </s:Body>
</s:Envelope>
ElementMinOccurs0MaxOccursUnbounded ElementMinOccurs0MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0MaxOccursUnbounded>
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="12a6ecdc-421a-44bf-937a-78ce89c577ae" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ff39cee5-6864-4e7a-98c0-01367bd9b04a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationList/>
        </echoElementMinOccurs0MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ElementMinOccurs0MaxOccursUnbounded ElementMinOccurs0MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0MaxOccursUnbounded>
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:durationValue>24</ex:durationValue>
                <ex:durationValue>34</ex:durationValue>
                <ex:durationValue>44</ex:durationValue>
            </ex:durationList>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6dc1b99f-667d-450f-a6f2-3e3c7e020775" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">85fd96cc-afc5-4148-a827-8e7bb3064659</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationList>
                <durationValue>24</durationValue>
                <durationValue>34</durationValue>
                <durationValue>44</durationValue>
            </durationList>
        </echoElementMinOccurs0MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
SequenceMinOccurs0MaxOccursUnbounded SequenceMinOccurs0MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded>
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:durationVal>44</ex:durationVal>
                <ex:durationPercentage>33</ex:durationPercentage>
                <ex:durationVal>24</ex:durationVal>
                <ex:durationPercentage>45</ex:durationPercentage>
                <ex:durationVal>64</ex:durationVal>
                <ex:durationPercentage>22</ex:durationPercentage>
            </ex:durationListSequence>
        </ex:echoSequenceMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d65ee512-fb89-4dbb-83b3-cd417eb56e28" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">16846568-f75e-46b5-83b9-a61f2e95d394</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationListSequence>
                <durationVal>44</durationVal>
                <durationPercentage>33</durationPercentage>
                <durationVal>24</durationVal>
                <durationPercentage>45</durationPercentage>
                <durationVal>64</durationVal>
                <durationPercentage>22</durationPercentage>
            </durationListSequence>
        </echoSequenceMinOccurs0MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
SequenceMinOccurs0MaxOccursUnbounded SequenceMinOccurs0MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded>
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoSequenceMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="99f040e5-5584-460d-9fd2-a88bc556b5b3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">56e97c01-ec4c-49ae-98fe-cba64b50463f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationListSequence/>
        </echoSequenceMinOccurs0MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ElementMinOccurs1MaxOccursUnbounded ElementMinOccurs1MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs1MaxOccursUnbounded>
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:ageValue>44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b6f95814-f36f-434c-8754-a1f9fe5a162b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3106ba82-0c62-4ddb-8236-c223985ad469</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageList>
                <ageValue>44</ageValue>
            </ageList>
        </echoElementMinOccurs1MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ElementMinOccurs1MaxOccursUnbounded ElementMinOccurs1MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs1MaxOccursUnbounded>
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:ageValue>24</ex:ageValue>
                <ex:ageValue>34</ex:ageValue>
                <ex:ageValue>44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e8e9f4cf-ea59-41ca-92c1-329c66c11b52" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2750c036-0e00-41e4-880c-f7bad9f7f98e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageList>
                <ageValue>24</ageValue>
                <ageValue>34</ageValue>
                <ageValue>44</ageValue>
            </ageList>
        </echoElementMinOccurs1MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
SequenceMinOccurs1MaxOccursUnbounded SequenceMinOccurs1MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded>
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:ageVal>44</ex:ageVal>
                <ex:agePercentage>33</ex:agePercentage>
                <ex:ageVal>24</ex:ageVal>
                <ex:agePercentage>45</ex:agePercentage>
                <ex:ageVal>64</ex:ageVal>
                <ex:agePercentage>22</ex:agePercentage>
            </ex:ageListSequence>
        </ex:echoSequenceMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b0a5e2bb-6db4-4869-84bd-187889144d89" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">23bdd20e-54ca-407d-8bb3-7b5dbdc14ab0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageListSequence>
                <ageVal>44</ageVal>
                <agePercentage>33</agePercentage>
                <ageVal>24</ageVal>
                <agePercentage>45</agePercentage>
                <ageVal>64</ageVal>
                <agePercentage>22</agePercentage>
            </ageListSequence>
        </echoSequenceMinOccurs1MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
SequenceMinOccurs1MaxOccursUnbounded SequenceMinOccurs1MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded>
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:ageVal>44</ex:ageVal>
                <ex:agePercentage>33</ex:agePercentage>
            </ex:ageListSequence>
        </ex:echoSequenceMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="411cb627-6688-4af7-b3e3-2786bd17b384" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">786e3c5b-2faf-43e9-a8e9-99fc0afaf119</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageListSequence>
                <ageVal>44</ageVal>
                <agePercentage>33</agePercentage>
            </ageListSequence>
        </echoSequenceMinOccurs1MaxOccursUnbounded>
    </s:Body>
</s:Envelope>
SequenceMaxOccursUnbounded SequenceMaxOccursUnbounded01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursUnbounded>
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:pubDate>2002-09-24</ex:pubDate>
                <ex:pubISBN>1-55960-907-6</ex:pubISBN>
                <ex:pubDate>2003-04-14</ex:pubDate>
                <ex:pubISBN>1-25466-908-6</ex:pubISBN>
                <ex:pubDate>2004-03-31</ex:pubDate>
                <ex:pubISBN>1-35460-909-6</ex:pubISBN>
                <ex:pubDate>2005-06-04</ex:pubDate>
                <ex:pubISBN>1-54560-910-6</ex:pubISBN>
                <ex:pubDate>2006-07-03</ex:pubDate>
                <ex:pubISBN>1-74869-911-6</ex:pubISBN>
            </ex:bookPublications>
        </ex:echoSequenceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5ef98dec-5b42-459e-bc4c-fa205a577044" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">386c7f26-7068-4c4f-b35a-737afe89afa4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bookPublications>
                <pubDate>2002-09-24</pubDate>
                <pubISBN>1-55960-907-6</pubISBN>
                <pubDate>2003-04-14</pubDate>
                <pubISBN>1-25466-908-6</pubISBN>
                <pubDate>2004-03-31</pubDate>
                <pubISBN>1-35460-909-6</pubISBN>
                <pubDate>2005-06-04</pubDate>
                <pubISBN>1-54560-910-6</pubISBN>
                <pubDate>2006-07-03</pubDate>
                <pubISBN>1-74869-911-6</pubISBN>
            </bookPublications>
        </echoSequenceMaxOccursUnbounded>
    </s:Body>
</s:Envelope>
SequenceMaxOccursUnbounded SequenceMaxOccursUnbounded02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursUnbounded>
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:pubDate>2006-01-26</ex:pubDate>
                <ex:pubISBN>1-44795-912-6</ex:pubISBN>
            </ex:bookPublications>
        </ex:echoSequenceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a91afcff-7ee6-497c-b162-bf2e45d8571a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c297cbd5-8c38-45ce-b08a-c3c2b605610c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bookPublications>
                <pubDate>2006-01-26</pubDate>
                <pubISBN>1-44795-912-6</pubISBN>
            </bookPublications>
        </echoSequenceMaxOccursUnbounded>
    </s:Body>
</s:Envelope>
SequenceMaxOccursFinite SequenceMaxOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursFinite>
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:mnth>November</ex:mnth>
                <ex:weather>Rain</ex:weather>
                <ex:mnth>December</ex:mnth>
                <ex:weather>Snow</ex:weather>
                <ex:mnth>January</ex:mnth>
                <ex:weather>Snow</ex:weather>
                <ex:mnth>February</ex:mnth>
                <ex:weather>Rain</ex:weather>
            </ex:winter>
        </ex:echoSequenceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e9c67a4c-e9be-4ab3-ab66-b8de2500908b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a295afe3-f632-447c-b80a-ff6df312ee66</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <winter>
                <mnth>November</mnth>
                <weather>Rain</weather>
                <mnth>December</mnth>
                <weather>Snow</weather>
                <mnth>January</mnth>
                <weather>Snow</weather>
                <mnth>February</mnth>
                <weather>Rain</weather>
            </winter>
        </echoSequenceMaxOccursFinite>
    </s:Body>
</s:Envelope>
SequenceMaxOccursFinite SequenceMaxOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursFinite>
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:mnth>December</ex:mnth>
                <ex:weather>Snow</ex:weather>
            </ex:winter>
        </ex:echoSequenceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cb71aa91-3d86-4446-9f8b-5125aca5bae4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d17dee53-b2d1-41a2-bfdd-4a2e78b6b9c9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <winter>
                <mnth>December</mnth>
                <weather>Snow</weather>
            </winter>
        </echoSequenceMaxOccursFinite>
    </s:Body>
</s:Envelope>
SequenceMinOccurs0 SequenceMinOccurs001 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0>
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:sequenceMinOccurs0>
        </ex:echoSequenceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="15ff2b91-ca2d-4b28-ac7d-6fe1a5a57142" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f27959b6-7c41-473b-ab29-76e83392dee8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs0>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </sequenceMinOccurs0>
        </echoSequenceMinOccurs0>
    </s:Body>
</s:Envelope>
SequenceMinOccurs0 SequenceMinOccurs002 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0>
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoSequenceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="325d0170-b1d5-4420-932f-f761ef157346" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1e9173cb-6953-495b-bf32-2e67d7cf2cd4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs0/>
        </echoSequenceMinOccurs0>
    </s:Body>
</s:Envelope>
SequenceSequenceElement SequenceSequenceElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSequenceElement>
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="68a27d30-f002-4674-8efe-396f957d4f7c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">102d570f-c257-4d18-904b-e2cbdf5d4394</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement>
                <firstName>Paul</firstName>
            </sequenceSequenceElement>
        </echoSequenceSequenceElement>
    </s:Body>
</s:Envelope>
SequenceSequenceElement SequenceSequenceElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSequenceElement>
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a23353bb-8543-4567-8b56-4c49ae1a4735" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">77bdf88e-7d2c-4f05-92ac-40413d456524</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
            </sequenceSequenceElement>
        </echoSequenceSequenceElement>
    </s:Body>
</s:Envelope>
SequenceSequenceElement SequenceSequenceElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSequenceElement>
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="506c0eed-99e1-4eed-98b0-994e73a5a3cf" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9edd67d3-c913-47f4-b872-c9ff4690be2f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </sequenceSequenceElement>
        </echoSequenceSequenceElement>
    </s:Body>
</s:Envelope>
DecimalSimpleTypeTotalDigits DecimalSimpleTypeTotalDigits01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeTotalDigits>
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b6344003-a262-451b-9398-95acbe2d507d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">dbbb2ab3-0aaf-42ee-ae7c-3f2da65947b1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalSimpleTypeTotalDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeTotalDigits>1234</decimalSimpleTypeTotalDigits>
        </echoDecimalSimpleTypeTotalDigits>
    </s:Body>
</s:Envelope>
DecimalSimpleTypeTotalDigits DecimalSimpleTypeTotalDigits02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeTotalDigits>
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12345</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="51c9ace2-5a28-4daa-a9ea-a0823aca7128" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0a6ec2c6-d08b-4818-b086-8d21a2dc1762</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalSimpleTypeTotalDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeTotalDigits>12345</decimalSimpleTypeTotalDigits>
        </echoDecimalSimpleTypeTotalDigits>
    </s:Body>
</s:Envelope>
DecimalSimpleTypeFractionDigits DecimalSimpleTypeFractionDigits01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeFractionDigits>
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234.00</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b13a5b94-bd26-4771-a6e1-a6cb9ba5ba40" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9d8dc062-3645-46b4-8891-ef68f423cfbf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeFractionDigits>1234.00</decimalSimpleTypeFractionDigits>
        </echoDecimalSimpleTypeFractionDigits>
    </s:Body>
</s:Envelope>
DecimalSimpleTypeFractionDigits DecimalSimpleTypeFractionDigits02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeFractionDigits>
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="38f4f439-7202-41e7-81d9-bb30622fd83a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">506e4908-9d02-4410-a2b7-cfd963730d1c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeFractionDigits>1234</decimalSimpleTypeFractionDigits>
        </echoDecimalSimpleTypeFractionDigits>
    </s:Body>
</s:Envelope>
AttributeTypeReference AttributeTypeReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeTypeReference>
            <ex:attributeTypeReference number="123"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeTypeReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="98b6a8e2-225d-434c-8f95-3991396751bd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">910ab33e-a36f-4c53-99a5-afee20bfc183</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeTypeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeTypeReference number="123"/>
        </echoAttributeTypeReference>
    </s:Body>
</s:Envelope>
ElementTypeReference ElementTypeReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementTypeReference>
            <ex:elementTypeReference
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:text>
                    <ex:referenced>foo</ex:referenced>
                </ex:text>
            </ex:elementTypeReference>
        </ex:echoElementTypeReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cdc8d28c-b054-40e2-878e-0837b5808fa5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9eb39141-4d29-47c4-9728-e81093d36f09</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementTypeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementTypeReference>
                <text>
                    <referenced>foo</referenced>
                </text>
            </elementTypeReference>
        </echoElementTypeReference>
    </s:Body>
</s:Envelope>
LocalElementComplexType LocalElementComplexType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalElementComplexType>
            <ex:localElementComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>
                    <ex:firstName>Paul</ex:firstName>
                    <ex:lastName>Paul</ex:lastName>
                </ex:name>
            </ex:localElementComplexType>
        </ex:echoLocalElementComplexType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="45296617-9d57-4f7e-88ac-20432b10c421" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">626ff370-3799-4715-b31d-d3b7002b2738</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLocalElementComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementComplexType>
                <name>
                    <firstName>Paul</firstName>
                    <lastName>Paul</lastName>
                </name>
            </localElementComplexType>
        </echoLocalElementComplexType>
    </s:Body>
</s:Envelope>
Id IdExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoId>
            <ex:idExample string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoId>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4faa28bd-f1c6-4b29-8545-66b8990df7c2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">12929285-72c7-4fa8-9da1-291548b5faa9</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoId xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <idExample string="hello"/>
        </echoId>
    </s:Body>
</s:Envelope>
AttributeGroup AttributeGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeGroup>
            <ex:attributeGroup id="AttributeGroup_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>12345678910</ex:contract>
            </ex:attributeGroup>
        </ex:echoAttributeGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="286373c0-2a47-46ab-b3c0-4402da3b9f5d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">edec0cd4-14ba-4d82-9311-84637141f3a2</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeGroup xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeGroup id="AttributeGroup_contract_001">
                <contract>12345678910</contract>
            </attributeGroup>
        </echoAttributeGroup>
    </s:Body>
</s:Envelope>
AttributeGroup AttributeGroup02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeGroup>
            <ex:attributeGroup
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>9876543210</ex:contract>
            </ex:attributeGroup>
        </ex:echoAttributeGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d9e2bdad-5e03-402e-80d3-c5e1689f6f65" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c1300f4b-ad8e-4106-b143-d9aa219a9420</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeGroup xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeGroup>
                <contract>9876543210</contract>
            </attributeGroup>
        </echoAttributeGroup>
    </s:Body>
</s:Envelope>
ElementFormQualified ElementFormQualified01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementFormQualified>
            <ex:elementFormQualified
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:premium>1175</ex:premium>
            </ex:elementFormQualified>
        </ex:echoElementFormQualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="bbc39562-cf95-4670-b660-136b8f18ed0f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">98fc4772-6bbb-4c4b-a946-67d7416fe330</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementFormQualified xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementFormQualified>
                <premium>1175</premium>
            </elementFormQualified>
        </echoElementFormQualified>
    </s:Body>
</s:Envelope>
NotNillableElement NotNillableElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNotNillableElement>
            <ex:notNillableElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:notNillableElement>Stuff</ex:notNillableElement>
            </ex:notNillableElement>
        </ex:echoNotNillableElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f9372514-472f-4e1a-9c52-a46cf80b4caf" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">febcb495-7fd8-4676-b92f-ebea2427ca96</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNotNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <notNillableElement>
                <notNillableElement>Stuff</notNillableElement>
            </notNillableElement>
        </echoNotNillableElement>
    </s:Body>
</s:Envelope>
NotMixed NotMixedExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNotMixed>
            <ex:notMixed
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:notMixedElement>Stuff</ex:notMixedElement>
            </ex:notMixed>
        </ex:echoNotMixed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="661fd326-a3d9-4649-8104-8049e2e9a0fa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d44d6f66-1c86-4f71-860d-753b387d5b65</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoNotMixed xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <notMixed>
                <notMixedElement>Stuff</notMixedElement>
            </notMixed>
        </echoNotMixed>
    </s:Body>
</s:Envelope>
AttributeFormUnqualified AttributeFormUnqualifiedExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeFormUnqualified>
            <ex:attributeFormUnqualified id="id01"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:premium>1175</ex:premium>
            </ex:attributeFormUnqualified>
        </ex:echoAttributeFormUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2307a07c-9f55-44bb-9b77-80b114de2877" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0d2168e7-6913-4710-b30a-8c3ba81dbb10</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeFormUnqualified xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeFormUnqualified id="id01">
                <premium>1175</premium>
            </attributeFormUnqualified>
        </echoAttributeFormUnqualified>
    </s:Body>
</s:Envelope>
ComplexTypeConcrete ComplexTypeConcreteExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeConcrete>
            <ex:complexTypeConcrete
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:premium>1175</ex:premium>
            </ex:complexTypeConcrete>
        </ex:echoComplexTypeConcrete>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f96557db-ac79-4922-a90c-abe9e0d9d7bf" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5788c67c-d654-4ad3-891b-36bf0834462b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeConcrete xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeConcrete>
                <premium>1175</premium>
            </complexTypeConcrete>
        </echoComplexTypeConcrete>
    </s:Body>
</s:Envelope>
GlobalComplexType GlobalComplexTypeExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalComplexType>
            <ex:globalComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:premium>1175</ex:premium>
            </ex:globalComplexType>
        </ex:echoGlobalComplexType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3d53a92c-429c-4c90-90a1-71a4d50e94b5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9cd36d9a-18d2-4d68-9766-00e95ee21354</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalComplexType>
                <premium>1175</premium>
            </globalComplexType>
        </echoGlobalComplexType>
    </s:Body>
</s:Envelope>
GlobalComplexTypeAbstract GlobalComplexTypeAbstractExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalComplexTypeAbstract>
            <ex:globalComplexTypeAbstract
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:premium>1175</ex:premium>
            </ex:globalComplexTypeAbstract>
        </ex:echoGlobalComplexTypeAbstract>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="28d62955-ae50-4b3c-9d28-e439fbae24dc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b6cbb8e7-9336-434c-becf-98b6c6f69adf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalComplexTypeAbstract xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalComplexTypeAbstract>
                <premium>1175</premium>
            </globalComplexTypeAbstract>
        </echoGlobalComplexTypeAbstract>
    </s:Body>
</s:Envelope>
GlobalElementConcrete GlobalElementConcreteExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementConcrete>
            <ex:globalElementConcrete
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Stuff</ex:globalElementConcrete>
        </ex:echoGlobalElementConcrete>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f65a850e-8127-4bfc-a4d1-1ad9f55da387" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fc7e671e-4855-4316-afd5-084e51d445ef</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementConcrete xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementConcrete>Stuff</globalElementConcrete>
        </echoGlobalElementConcrete>
    </s:Body>
</s:Envelope>
GlobalElementBlock GlobalElementBlockExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementBlock>
            <ex:globalElementBlock
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Stuff</ex:globalElementBlock>
        </ex:echoGlobalElementBlock>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e694f5a4-3447-400e-9946-b4bd464b92aa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">271fd8f2-7a53-4e81-91fc-d1b11f94068b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementBlock xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementBlock>Stuff</globalElementBlock>
        </echoGlobalElementBlock>
    </s:Body>
</s:Envelope>
GlobalElementFinal GlobalElementFinalExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementFinal>
            <ex:globalElementFinal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Stuff</ex:globalElementFinal>
        </ex:echoGlobalElementFinal>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="1f0c7c53-0957-4675-8244-a7bb8321a483" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">eb105606-7993-4bc4-a051-ed3ad7078092</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementFinal xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementFinal>Stuff</globalElementFinal>
        </echoGlobalElementFinal>
    </s:Body>
</s:Envelope>
GlobalComplexTypeBlock GlobalComplexTypeBlockExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalComplexTypeBlock>
            <ex:globalComplexTypeBlock
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>1175</ex:amount>
            </ex:globalComplexTypeBlock>
        </ex:echoGlobalComplexTypeBlock>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f784e5d7-4087-4d67-89bf-c60891ba5a6c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9b89f339-ad93-45d6-8760-24471fb5e84a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalComplexTypeBlock xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalComplexTypeBlock>
                <amount>1175</amount>
            </globalComplexTypeBlock>
        </echoGlobalComplexTypeBlock>
    </s:Body>
</s:Envelope>
ComplexTypeAttribute ComplexTypeAttributeExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeAttribute>
            <ex:complexTypeAttribute currency="EUR" id="1711"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:premium>a1250</ex:premium>
            </ex:complexTypeAttribute>
        </ex:echoComplexTypeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="986d2a03-9dcf-4111-a026-5e20a2300613" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">75b60101-7ebb-4d10-8fba-9a45caa4502a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAttribute currency="EUR" id="1711">
                <premium>a1250</premium>
            </complexTypeAttribute>
        </echoComplexTypeAttribute>
    </s:Body>
</s:Envelope>
ComplexTypeAttributeExtension ComplexTypeAttributeExtension01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeAttributeExtension>
            <ex:complexTypeAttributeExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name gender="female">Mary</ex:name>
            </ex:complexTypeAttributeExtension>
        </ex:echoComplexTypeAttributeExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="cdccc190-6886-42fe-81d3-41856f5281c2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4388870b-36fb-4825-8904-cc90efd7acfd</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeAttributeExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAttributeExtension>
                <name>Mary</name>
            </complexTypeAttributeExtension>
        </echoComplexTypeAttributeExtension>
    </s:Body>
</s:Envelope>
ByteSimpleTypePattern ByteSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteSimpleTypePattern>
            <ex:byteSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:byteSimpleTypePattern>
        </ex:echoByteSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5df26fe3-48cd-4073-b4c8-c11e81d32bf9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">74a8cbc2-ddcc-41cb-8d99-4cb16845b356</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoByteSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteSimpleTypePattern>1</byteSimpleTypePattern>
        </echoByteSimpleTypePattern>
    </s:Body>
</s:Envelope>
ChoiceMaxOccursFinite ChoiceMaxOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMaxOccursFinite>
            <ex:choiceMaxOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:choiceA>first</ex:choiceA>
                <ex:choiceB>second</ex:choiceB>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a54d04eb-83da-4b96-a238-62a0889c22ab" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e83d1ab4-1f14-4058-a8db-b8de6af2ee96</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMaxOccursFinite>
                <choiceA>first</choiceA>
                <choiceB>second</choiceB>
            </choiceMaxOccursFinite>
        </echoChoiceMaxOccursFinite>
    </s:Body>
</s:Envelope>
ChoiceMaxOccursFinite ChoiceMaxOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMaxOccursFinite>
            <ex:choiceMaxOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:choiceA>first</ex:choiceA>
                <ex:choiceA>second</ex:choiceA>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ef601fd8-04df-4ffe-86e1-ab5632dc5b43" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5d0d1102-240b-4eb4-a1a9-9bb4387579e5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMaxOccursFinite>
                <choiceA>first</choiceA>
                <choiceA>second</choiceA>
            </choiceMaxOccursFinite>
        </echoChoiceMaxOccursFinite>
    </s:Body>
</s:Envelope>
ChoiceMaxOccursFinite ChoiceMaxOccursFinite03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMaxOccursFinite>
            <ex:choiceMaxOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:choiceA>only</ex:choiceA>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6f96f733-5d4f-423e-a6ae-d5299ecafc2c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8d715b94-6968-4afe-8820-27983274d26e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMaxOccursFinite>
                <choiceA>only</choiceA>
            </choiceMaxOccursFinite>
        </echoChoiceMaxOccursFinite>
    </s:Body>
</s:Envelope>
ChoiceMaxOccursUnbounded ChoiceMaxOccursUnbounded01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMaxOccursUnbounded>
            <ex:choiceMaxOccursUnbounded
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:choiceB>1st</ex:choiceB>
                <ex:choiceB>2nd</ex:choiceB>
                <ex:choiceB>3rd</ex:choiceB>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9e51cb9c-e8ad-4972-9ae6-f2f8b28269ee" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">281e9bc9-c372-495b-a218-d00d80ac8a89</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMaxOccursUnbounded>
                <choiceB>1st</choiceB>
                <choiceB>2nd</choiceB>
                <choiceB>3rd</choiceB>
            </choiceMaxOccursUnbounded>
        </echoChoiceMaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ChoiceMaxOccursUnbounded ChoiceMaxOccursUnbounded02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMaxOccursUnbounded>
            <ex:choiceMaxOccursUnbounded
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:choiceA>first</ex:choiceA>
                <ex:choiceA>second</ex:choiceA>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4979eae9-3a4f-411b-a2ec-34ac70057b97" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a5fac914-f68d-46b1-8502-09be1dab16f8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMaxOccursUnbounded>
                <choiceA>first</choiceA>
                <choiceA>second</choiceA>
            </choiceMaxOccursUnbounded>
        </echoChoiceMaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ChoiceMaxOccursUnbounded ChoiceMaxOccursUnbounded03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMaxOccursUnbounded>
            <ex:choiceMaxOccursUnbounded
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:choiceA>1st</ex:choiceA>
                <ex:choiceB>second</ex:choiceB>
                <ex:choiceA>3rd</ex:choiceA>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fe385b3e-1052-42e1-9e4f-9adeef1a738e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a17d08ee-d909-4439-856b-7d4b291dca98</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMaxOccursUnbounded>
                <choiceA>1st</choiceA>
                <choiceB>second</choiceB>
                <choiceA>3rd</choiceA>
            </choiceMaxOccursUnbounded>
        </echoChoiceMaxOccursUnbounded>
    </s:Body>
</s:Envelope>
ChoiceMinOccurs0 ChoiceMinOccurs001 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMinOccurs0>
            <ex:choiceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:AChoiceMinOccurs0>A</ex:AChoiceMinOccurs0>
            </ex:choiceMinOccurs0>
        </ex:echoChoiceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="c4c55dd1-1948-4b43-9a23-fbb70de67cdc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0886d5be-f258-4194-a77b-3b202898fb8c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMinOccurs0>
                <AChoiceMinOccurs0>A</AChoiceMinOccurs0>
            </choiceMinOccurs0>
        </echoChoiceMinOccurs0>
    </s:Body>
</s:Envelope>
ChoiceMinOccurs0 ChoiceMinOccurs002 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMinOccurs0>
            <ex:choiceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:BChoiceMinOccurs0>B</ex:BChoiceMinOccurs0>
            </ex:choiceMinOccurs0>
        </ex:echoChoiceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="585118da-6d8f-46b9-ad51-4deb66b74f53" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">be93b8f9-ad1a-42a5-901b-5acd5bb141ff</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMinOccurs0>
                <BChoiceMinOccurs0>B</BChoiceMinOccurs0>
            </choiceMinOccurs0>
        </echoChoiceMinOccurs0>
    </s:Body>
</s:Envelope>
ChoiceMinOccurs0 ChoiceMinOccurs003 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMinOccurs0>
            <ex:choiceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoChoiceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a8fe2e29-5075-44d0-b61f-dc78408c87c1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f7650a1d-6b9f-4fc1-87a2-07278df85afb</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMinOccurs0/>
        </echoChoiceMinOccurs0>
    </s:Body>
</s:Envelope>
ChoiceMinOccursFinite ChoiceMinOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMinOccursFinite>
            <ex:choiceMinOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:AChoiceMinOccursFinite>A</ex:AChoiceMinOccursFinite>
                <ex:AChoiceMinOccursFinite>AA</ex:AChoiceMinOccursFinite>
            </ex:choiceMinOccursFinite>
        </ex:echoChoiceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d5cea206-dea1-4168-bb7f-fdd2385f4c23" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ddbf7607-14d4-4ba9-8726-06a11ab1419a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMinOccursFinite>
                <AChoiceMinOccursFinite>A</AChoiceMinOccursFinite>
                <AChoiceMinOccursFinite>AA</AChoiceMinOccursFinite>
            </choiceMinOccursFinite>
        </echoChoiceMinOccursFinite>
    </s:Body>
</s:Envelope>
ChoiceMinOccursFinite ChoiceMinOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceMinOccursFinite>
            <ex:choiceMinOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:BChoiceMinOccursFinite>B</ex:BChoiceMinOccursFinite>
                <ex:AChoiceMinOccursFinite>BA</ex:AChoiceMinOccursFinite>
            </ex:choiceMinOccursFinite>
        </ex:echoChoiceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="256ae7fc-b22a-4205-a1e6-af234450b1aa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9d41ef8c-a2f7-4207-97c4-ce46347c3780</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceMinOccursFinite>
                <BChoiceMinOccursFinite>B</BChoiceMinOccursFinite>
                <AChoiceMinOccursFinite>BA</AChoiceMinOccursFinite>
            </choiceMinOccursFinite>
        </echoChoiceMinOccursFinite>
    </s:Body>
</s:Envelope>
ChoiceElement ChoiceElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceElement>
            <ex:choiceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:AChoiceElement>A</ex:AChoiceElement>
            </ex:choiceElement>
        </ex:echoChoiceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a059a637-b29d-47f9-a5c7-f565236fe54b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1b81bf65-d26c-4a94-8eed-8cd7dfb0d244</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceElement>
                <AChoiceElement>A</AChoiceElement>
            </choiceElement>
        </echoChoiceElement>
    </s:Body>
</s:Envelope>
ChoiceElement ChoiceElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceElement>
            <ex:choiceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:BChoiceElement>B</ex:BChoiceElement>
            </ex:choiceElement>
        </ex:echoChoiceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="59b22330-1db8-4f6c-afd5-507c8c0b7021" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3865e69e-d168-45b6-9da8-7ee970b18984</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceElement>
                <BChoiceElement>B</BChoiceElement>
            </choiceElement>
        </echoChoiceElement>
    </s:Body>
</s:Envelope>
ChoiceChoice ChoiceChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceChoice>
            <ex:choiceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:Avalue>home</ex:Avalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="9d5cad53-814d-4cf4-abd1-6774cf93440a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8702a51b-85d4-4085-977f-987f3ce33b2f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceChoice>
                <Avalue>home</Avalue>
            </choiceChoice>
        </echoChoiceChoice>
    </s:Body>
</s:Envelope>
ChoiceChoice ChoiceChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceChoice>
            <ex:choiceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:Bvalue>home</ex:Bvalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="72ed9b68-8bf4-4df9-91ca-c398bf46da34" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9df7f50e-a259-4159-a65c-f1a382aa299e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceChoice>
                <Bvalue>home</Bvalue>
            </choiceChoice>
        </echoChoiceChoice>
    </s:Body>
</s:Envelope>
ChoiceChoice ChoiceChoice03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceChoice>
            <ex:choiceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:Cvalue>home</ex:Cvalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="42772a69-ce81-472c-a077-35393b939a8e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">97665cbe-9bb5-487e-a258-7c843d0b476d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceChoice>
                <Cvalue>home</Cvalue>
            </choiceChoice>
        </echoChoiceChoice>
    </s:Body>
</s:Envelope>
ChoiceSequence ChoiceSequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceSequence>
            <ex:choiceSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:Avalue>home</ex:Avalue>
            </ex:choiceSequence>
        </ex:echoChoiceSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0622d9d0-cb3e-4315-a945-05732db065ad" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">842319ea-cc59-4282-855e-e756e628d085</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceSequence>
                <Avalue>home</Avalue>
            </choiceSequence>
        </echoChoiceSequence>
    </s:Body>
</s:Envelope>
ChoiceSequence ChoiceSequence02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoChoiceSequence>
            <ex:choiceSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:Bvalue>home</ex:Bvalue>
                <ex:Cvalue>home</ex:Cvalue>
            </ex:choiceSequence>
        </ex:echoChoiceSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="388610b9-d8d7-4361-af53-af7999f15a89" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b1e643eb-f950-4ead-b138-272c494a6716</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoChoiceSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <choiceSequence>
                <Bvalue>home</Bvalue>
                <Cvalue>home</Cvalue>
            </choiceSequence>
        </echoChoiceSequence>
    </s:Body>
</s:Envelope>
SequenceChoice SequenceChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceChoice>
            <ex:sequenceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:Avalue>home</ex:Avalue>
                <ex:Cvalue>home</ex:Cvalue>
            </ex:sequenceChoice>
        </ex:echoSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="de381d48-a52e-40a7-90a7-5b5445f18292" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ae3b1bda-9b2e-4f21-b59e-00b7eccba222</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceChoice>
                <Avalue>home</Avalue>
                <Cvalue>home</Cvalue>
            </sequenceChoice>
        </echoSequenceChoice>
    </s:Body>
</s:Envelope>
SequenceChoice SequenceChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceChoice>
            <ex:sequenceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:Bvalue>home</ex:Bvalue>
                <ex:Cvalue>home</ex:Cvalue>
            </ex:sequenceChoice>
        </ex:echoSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="99d8e100-9751-439f-9338-cf99141fc767" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ff0d9b65-c2fd-40cb-bb78-f4ad3178c03b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceChoice>
                <Bvalue>home</Bvalue>
                <Cvalue>home</Cvalue>
            </sequenceChoice>
        </echoSequenceChoice>
    </s:Body>
</s:Envelope>
ElementGroup ElementGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementGroup>
            <ex:elementGroup
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value1>foo</ex:value1>
                <ex:value2>bar</ex:value2>
            </ex:elementGroup>
        </ex:echoElementGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6f404cf2-d039-4d25-94ef-397f5925bdef" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0bdb432d-5b9e-4e51-86ca-5a81260493bf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementGroup xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementGroup>
                <value1>foo</value1>
                <value2>bar</value2>
            </elementGroup>
        </echoElementGroup>
    </s:Body>
</s:Envelope>
Unique Unique01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnique>
            <ex:unique
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:character>
                    <ex:name>String</ex:name>
                    <ex:age>String</ex:age>
                </ex:character>
            </ex:unique>
        </ex:echoUnique>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="0ddad72b-8d0d-4881-98ff-c6cc611dbc1b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5e327ad3-c400-4b27-b93c-9479bdb31c03</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnique xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unique>
                <character>
                    <name>String</name>
                    <age>String</age>
                </character>
            </unique>
        </echoUnique>
    </s:Body>
</s:Envelope>
TokenSimpleTypePattern TokenSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenSimpleTypePattern>
            <ex:tokenSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:tokenSimpleTypePattern>
        </ex:echoTokenSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="22df2342-01db-44e1-9496-210166a0bc4b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4dfee0db-0a7a-4027-b12e-964700141823</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoTokenSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenSimpleTypePattern>1</tokenSimpleTypePattern>
        </echoTokenSimpleTypePattern>
    </s:Body>
</s:Envelope>
AppinfoElement AppinfoElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAppinfoElement>
            <ex:appinfoElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">some info</ex:appinfoElement>
        </ex:echoAppinfoElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="71f95e77-4129-4d18-a867-ce21639249c0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2bdb6f42-8386-4762-a65b-e27f0e694459</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAppinfoElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <appinfoElement>some info</appinfoElement>
        </echoAppinfoElement>
    </s:Body>
</s:Envelope>
ComplexTypeOnlyAttributeGroup ComplexTypeOnlyAttributeGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeOnlyAttributeGroup>
            <ex:complexTypeOnlyAttributeGroup
                id="AttributeGroup_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoComplexTypeOnlyAttributeGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="b320ce4a-f564-4df7-bd24-c9900a0ac8c5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b2fb1b4e-2db5-48c4-bcba-3e452e3cbfec</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeOnlyAttributeGroup xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeOnlyAttributeGroup id="AttributeGroup_contract_001"/>
        </echoComplexTypeOnlyAttributeGroup>
    </s:Body>
</s:Envelope>
SubstitutionGroup SubstitutionGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSubstitutionGroup>
            <ex:substitutionElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String</ex:substitutionElement>
        </ex:echoSubstitutionGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="de819760-7c73-49a2-9073-36703e301654" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">52ea1937-5970-43eb-b18b-eddec7d8f009</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSubstitutionGroup xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <substitutionElement>String</substitutionElement>
        </echoSubstitutionGroup>
    </s:Body>
</s:Envelope>
SubstitutionGroup SubstitutionGroup02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSubstitutionGroup>
            <ex:substitutionGroup
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String</ex:substitutionGroup>
        </ex:echoSubstitutionGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fb0d06b3-7b12-40ad-aa68-4a5c75ba76e2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4d179e17-df48-494d-a52d-7f4c2e27e28b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSubstitutionGroup xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <substitutionGroup>String</substitutionGroup>
        </echoSubstitutionGroup>
    </s:Body>
</s:Envelope>
MaxOccurs1 MaxOccurs01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMaxOccurs1>
            <ex:maxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>44</ex:value>
            </ex:maxOccurs1>
        </ex:echoMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="886cdd32-bf3d-4c69-9e71-d865df753c8a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">af51f9f2-9d50-4fa3-a9db-a829b36b8bfe</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <maxOccurs1>
                <value>44</value>
            </maxOccurs1>
        </echoMaxOccurs1>
    </s:Body>
</s:Envelope>
MaxOccurs1 MaxOccurs02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMaxOccurs1>
            <ex:maxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>4</ex:value>
            </ex:maxOccurs1>
        </ex:echoMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6e944845-3e8c-4e92-8405-e6b8b7bf21d3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0f223477-a0d8-4c4e-85fc-2d5890f5e182</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <maxOccurs1>
                <value>4</value>
            </maxOccurs1>
        </echoMaxOccurs1>
    </s:Body>
</s:Envelope>
MinOccurs1 MinOccurs01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMinOccurs1>
            <ex:minOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>44</ex:value>
            </ex:minOccurs1>
        </ex:echoMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="171e7776-76bb-4056-ab1c-2bf49ff81df0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">68fb7682-a3d0-45f8-97a1-b5cb7fc1cb3f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <minOccurs1>
                <value>44</value>
            </minOccurs1>
        </echoMinOccurs1>
    </s:Body>
</s:Envelope>
MinOccurs1 MinOccurs02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMinOccurs1>
            <ex:minOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>4</ex:value>
                <ex:value>8</ex:value>
            </ex:minOccurs1>
        </ex:echoMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="044c585e-1a00-46f2-9cc2-d6aa429063ee" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">44cd496a-212a-4cd9-a21f-2208d73bc81f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <minOccurs1>
                <value>4</value>
            </minOccurs1>
        </echoMinOccurs1>
    </s:Body>
</s:Envelope>
AllElement AllElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAllElement>
            <ex:allElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element1>element1</ex:element1>
                <ex:element2>element2</ex:element2>
                <ex:element3>element3</ex:element3>
                <ex:element4>element4</ex:element4>
                <ex:element5>element5</ex:element5>
            </ex:allElement>
        </ex:echoAllElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a25adf16-1308-45d8-affc-c7b307831053" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">79f91e59-2aed-44b0-aadf-3f90e32ec951</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAllElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <allElement>
                <element1>element1</element1>
                <element2>element2</element2>
                <element3>element3</element3>
                <element4>element4</element4>
                <element5>element5</element5>
            </allElement>
        </echoAllElement>
    </s:Body>
</s:Envelope>
ElementDefault ElementDefault01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementDefault>
            <ex:elementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element>default</ex:element>
            </ex:elementDefault>
        </ex:echoElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d3a53a0a-928e-4ee2-a3d3-e23a09a15bf0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8ea8b3d6-a750-4bfc-9c83-b18aadfab294</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementDefault>
                <element>default</element>
            </elementDefault>
        </echoElementDefault>
    </s:Body>
</s:Envelope>
ElementDefault ElementDefault02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementDefault>
            <ex:elementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element>wrong value</ex:element>
            </ex:elementDefault>
        </ex:echoElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7623c2b1-cf49-4b5d-a1df-a34bc81b33e1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ddba661c-9730-452a-8e3d-15109e21aae0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementDefault>
                <element>wrong value</element>
            </elementDefault>
        </echoElementDefault>
    </s:Body>
</s:Envelope>
List List01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoList>
            <ex:list
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">This is a list of strings</ex:list>
        </ex:echoList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="89b93ce4-8a08-4cef-9a56-748d83c95082" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">da6cf667-97d5-4893-998a-3019a16a5c12</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <list>This is a list of strings</list>
        </echoList>
    </s:Body>
</s:Envelope>
SequenceElement SequenceElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceElement>
            <ex:sequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element1>element1</ex:element1>
                <ex:element2>element2</ex:element2>
                <ex:element3>element3</ex:element3>
            </ex:sequenceElement>
        </ex:echoSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="58f623d4-4078-4ed4-a745-918ae3c9b4cd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">faac9868-8ae8-4ffc-87e4-fe99c0edc3c1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceElement>
                <element1>element1</element1>
                <element2>element2</element2>
                <element3>element3</element3>
            </sequenceElement>
        </echoSequenceElement>
    </s:Body>
</s:Envelope>
SequenceSingleRepeatedElement SequenceSingleRepeatedElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSingleRepeatedElement>
            <ex:sequenceSingleRepeatedElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
            </ex:sequenceSingleRepeatedElement>
        </ex:echoSequenceSingleRepeatedElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f9ff9d0e-1ccd-46e3-9bc0-6c0b844aba27" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">daba97c0-05e2-465e-9811-2653c8f2622f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceSingleRepeatedElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSingleRepeatedElement>
                <element>element</element>
                <element>element</element>
                <element>element</element>
                <element>element</element>
                <element>element</element>
            </sequenceSingleRepeatedElement>
        </echoSequenceSingleRepeatedElement>
    </s:Body>
</s:Envelope>
SequenceSingleRepeatedElement SequenceSingleRepeatedElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSingleRepeatedElement>
            <ex:sequenceSingleRepeatedElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element>element</ex:element>
            </ex:sequenceSingleRepeatedElement>
        </ex:echoSequenceSingleRepeatedElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="31f1a4b9-7ccb-42e0-8999-abdd938329dc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">bceb2713-1c65-4cd3-9442-e725f6eac026</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceSingleRepeatedElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSingleRepeatedElement>
                <element>element</element>
            </sequenceSingleRepeatedElement>
        </echoSequenceSingleRepeatedElement>
    </s:Body>
</s:Envelope>
AnyAttributeOtherStrict AnyAttributeOtherStrict01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeOtherStrict>
            <ex:anyAttributeOtherStrict ex2:otherAttribute="text"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
            </ex:anyAttributeOtherStrict>
        </ex:echoAnyAttributeOtherStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="afcf035a-0bc1-4b1d-b94b-d94d94ff225c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a75f1619-413c-423e-a12a-0e84c662ec73</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeOtherStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeOtherStrict ex2:otherAttribute="text" xmlns:ex2="http://www.w3.example2">
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
            </anyAttributeOtherStrict>
        </echoAnyAttributeOtherStrict>
    </s:Body>
</s:Envelope>
AnyAttributeOtherLax AnyAttributeOtherLax01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeOtherLax>
            <ex:anyAttributeOtherLax ex2:otherAttribute="text"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
            </ex:anyAttributeOtherLax>
        </ex:echoAnyAttributeOtherLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="aec1da9f-148b-414b-a89c-843d9c474d72" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4aa6f152-672e-4284-ade2-fdd231dd2a84</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeOtherLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeOtherLax ex2:otherAttribute="text" xmlns:ex2="http://www.w3.example2">
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
            </anyAttributeOtherLax>
        </echoAnyAttributeOtherLax>
    </s:Body>
</s:Envelope>
AnyAttributeOtherSkip AnyAttributeOtherSkip01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeOtherSkip>
            <ex:anyAttributeOtherSkip ex2:otherAttribute="text"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
            </ex:anyAttributeOtherSkip>
        </ex:echoAnyAttributeOtherSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a072ba17-df4c-41b3-be79-277838fe673e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0dc7a11f-e753-4a07-b61d-960f878f1397</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAnyAttributeOtherSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeOtherSkip ex2:otherAttribute="text" xmlns:ex2="http://www.w3.example2">
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
            </anyAttributeOtherSkip>
        </echoAnyAttributeOtherSkip>
    </s:Body>
</s:Envelope>
GlobalElementAbstract GlobalElementAbstract01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementAbstract>
            <ex:globalElementAbstract
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalElementAbstractSub>String</ex:globalElementAbstractSub>
            </ex:globalElementAbstract>
        </ex:echoGlobalElementAbstract>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="8f29f1b9-ec7f-4bfb-8a3a-9c2167a0f44d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d76dc32e-a760-40cf-a286-b960346223cf</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementAbstract xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementAbstract>
                <globalElementAbstractSub>String</globalElementAbstractSub>
            </globalElementAbstract>
        </echoGlobalElementAbstract>
    </s:Body>
</s:Envelope>
SimpleTypeEnumerationType SimpleTypeEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSimpleTypeEnumerationType>
            <ex:simpleTypeEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">One</ex:simpleTypeEnumerationType>
        </ex:echoSimpleTypeEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="8e6af777-f5fe-4abe-9637-6df1ed216115" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4943d34c-b7a3-490a-842b-67f45d98f1b6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSimpleTypeEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <simpleTypeEnumerationType>One</simpleTypeEnumerationType>
        </echoSimpleTypeEnumerationType>
    </s:Body>
</s:Envelope>
SimpleTypeEnumerationType SimpleTypeEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSimpleTypeEnumerationType>
            <ex:simpleTypeEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Two</ex:simpleTypeEnumerationType>
        </ex:echoSimpleTypeEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="735db152-de57-4aa0-921c-ee8cd05ff461" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b86bb554-5784-493b-bc4f-9c11b68ddc46</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSimpleTypeEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <simpleTypeEnumerationType>Two</simpleTypeEnumerationType>
        </echoSimpleTypeEnumerationType>
    </s:Body>
</s:Envelope>
LanguageEnumerationType LanguageEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageEnumerationType>
            <ex:languageEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">en</ex:languageEnumerationType>
        </ex:echoLanguageEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5077626e-9462-457e-8295-be266bcd9d6a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b8e8fb33-6243-4949-b98b-95387c443022</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLanguageEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageEnumerationType>en</languageEnumerationType>
        </echoLanguageEnumerationType>
    </s:Body>
</s:Envelope>
LanguageEnumerationType LanguageEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageEnumerationType>
            <ex:languageEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">it</ex:languageEnumerationType>
        </ex:echoLanguageEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="57084cd5-45e9-4577-9edd-a1e1bf47e083" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fdb63b29-5f93-48d8-8093-ddc10c5e2e32</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLanguageEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageEnumerationType>it</languageEnumerationType>
        </echoLanguageEnumerationType>
    </s:Body>
</s:Envelope>
ElementReferenceUnqualified ElementReferenceUnqualified01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementReferenceUnqualified>
            <ex:elementReferenceUnqualified
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elementReferenceUnqualifiedElement1>String</ex:elementReferenceUnqualifiedElement1>
                <ex:elementReferenceUnqualifiedElement2>String</ex:elementReferenceUnqualifiedElement2>
            </ex:elementReferenceUnqualified>
        </ex:echoElementReferenceUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoElementReferenceUnqualified' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
ElementTypeReferenceUnqualified ElementTypeReferenceUnqualified01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementTypeReferenceUnqualified>
            <ex:elementTypeReferenceUnqualified
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:text>
                    <ex:referenced>String</ex:referenced>
                </ex:text>
            </ex:elementTypeReferenceUnqualified>
        </ex:echoElementTypeReferenceUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoElementTypeReferenceUnqualified' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
AttributeReferenceUnqualified AttributeReferenceUnqualified01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeReferenceUnqualified>
            <ex:attributeReferenceUnqualified
                ex:attributeReferenceUnqualifiedAtt="String"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
            </ex:attributeReferenceUnqualified>
        </ex:echoAttributeReferenceUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoAttributeReferenceUnqualified' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
AttributeTypeReferenceUnqualified AttributeTypeReferenceUnqualified01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeTypeReferenceUnqualified>
            <ex:attributeTypeReferenceUnqualified localAttribute="123"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
            </ex:attributeTypeReferenceUnqualified>
        </ex:echoAttributeTypeReferenceUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoAttributeTypeReferenceUnqualified' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
GlobalAttribute GlobalAttribute01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalAttribute>
            <ex:globalAttribute globalAttributeAttr="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalAttributeElement>another string</ex:globalAttributeElement>
            </ex:globalAttribute>
        </ex:echoGlobalAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="a883f6ff-dd7d-494d-b048-1cf540cf43b2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">78c64d33-203d-4067-9b3c-d515b9a3cd08</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalAttribute>
                <globalAttributeElement>another string</globalAttributeElement>
            </globalAttribute>
        </echoGlobalAttribute>
    </s:Body>
</s:Envelope>
GlobalAttributeSimpleType GlobalAttributeSimpleType01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalAttributeSimpleType>
            <ex:globalAttributeSimpleType
                globalAttributeSimpleTypeAttr="value1"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalAttributeSimpleTypeElement>string</ex:globalAttributeSimpleTypeElement>
            </ex:globalAttributeSimpleType>
        </ex:echoGlobalAttributeSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d21f6fc1-be6a-4a82-af0e-ae30f384be3d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3010e9ce-faac-4d34-ad9e-66a25eb4a3fb</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalAttributeSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalAttributeSimpleType>
                <globalAttributeSimpleTypeElement>string</globalAttributeSimpleTypeElement>
            </globalAttributeSimpleType>
        </echoGlobalAttributeSimpleType>
    </s:Body>
</s:Envelope>
GlobalAttributeUnqualifiedType GlobalAttributeUnqualifiedType01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalAttributeUnqualifiedType>
            <ex:globalAttributeUnqualifiedType
                globalAttributeUnqualifiedTypeAttr="value1"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:globalAttributeUnqualifiedTypeElement>another
        string</ex:globalAttributeUnqualifiedTypeElement>
            </ex:globalAttributeUnqualifiedType>
        </ex:echoGlobalAttributeUnqualifiedType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoGlobalAttributeUnqualifiedType' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
GlobalComplexTypeEmptyExtension GlobalComplexTypeEmptyExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalComplexTypeEmptyExtension>
            <ex:globalComplexTypeEmptyExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGlobalComplexTypeEmptyExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f5d827a9-9087-4def-87fe-03fefab99826" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1d8886ab-ddd4-488c-8cdd-b66ffb2e36e1</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalComplexTypeEmptyExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalComplexTypeEmptyExtension/>
        </echoGlobalComplexTypeEmptyExtension>
    </s:Body>
</s:Envelope>
GlobalElementComplexTypeEmptyExtension GlobalElementComplexTypeEmptyExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementComplexTypeEmptyExtension>
            <ex:globalElementComplexTypeEmptyExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGlobalElementComplexTypeEmptyExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="89e50773-1f01-493c-b289-190fea6b3b4f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">43c6e310-61cf-49d3-8d2c-60711405959b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementComplexTypeEmptyExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementComplexTypeEmptyExtension/>
        </echoGlobalElementComplexTypeEmptyExtension>
    </s:Body>
</s:Envelope>
GlobalElementComplexTypeSequenceExtension GlobalElementComplexTypeSequenceExtension01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementComplexTypeSequenceExtension>
            <ex:globalElementComplexTypeSequenceExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:data> some data </ex:data>
            </ex:globalElementComplexTypeSequenceExtension>
        </ex:echoGlobalElementComplexTypeSequenceExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="88f3dc13-4ff0-40aa-93eb-9d2babc7816a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b9bf2ea5-9bc2-4d3a-8ce8-c07634a06775</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementComplexTypeSequenceExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementComplexTypeSequenceExtension/>
        </echoGlobalElementComplexTypeSequenceExtension>
    </s:Body>
</s:Envelope>
GlobalElementSequenceAny GlobalElementSequenceAny01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementSequenceAny>
            <ex:globalElementSequenceAny
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:data> some data </ex:data>
            </ex:globalElementSequenceAny>
        </ex:echoGlobalElementSequenceAny>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="d79730cf-10f7-4320-9b2f-b70c53d6b798" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6c6c1985-e977-4e8f-87cf-270661a40dff</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementSequenceAny xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementSequenceAny>
                <ex:data xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> some data </ex:data>
            </globalElementSequenceAny>
        </echoGlobalElementSequenceAny>
    </s:Body>
</s:Envelope>
GlobalElementSimpleType GlobalElementSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementSimpleType>
            <ex:globalElementSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">value1</ex:globalElementSimpleType>
        </ex:echoGlobalElementSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="5a13223b-9ed1-4d1a-b629-be2e0c9573a3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5b7f61e6-1e96-4339-ab28-c2c8060b064b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementSimpleType>value1</globalElementSimpleType>
        </echoGlobalElementSimpleType>
    </s:Body>
</s:Envelope>
GlobalElementSimpleType GlobalElementSimpleType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementSimpleType>
            <ex:globalElementSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">value2</ex:globalElementSimpleType>
        </ex:echoGlobalElementSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6cb5b1a4-7d7e-44a1-8895-e7db2b25c92f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e9914876-8d8c-472c-85d9-9ef6139564fe</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGlobalElementSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementSimpleType>value2</globalElementSimpleType>
        </echoGlobalElementSimpleType>
    </s:Body>
</s:Envelope>
GlobalElementUnqualifiedType GlobalElementUnqualifiedType01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementUnqualifiedType>
            <ex:globalElementUnqualifiedType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element1>string1</ex:element1>
                <ex:element2>string2</ex:element2>
            </ex:globalElementUnqualifiedType>
        </ex:echoGlobalElementUnqualifiedType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoGlobalElementUnqualifiedType' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
GYearSimpleTypePattern GYearSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearSimpleTypePattern>
            <ex:gYearSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2009</ex:gYearSimpleTypePattern>
        </ex:echoGYearSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7d070d9b-b9f4-46a5-b3ed-b4674e8a9708" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fe54fa07-d53d-49c6-a1a3-6e6b41d0d9be</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearSimpleTypePattern>2009</gYearSimpleTypePattern>
        </echoGYearSimpleTypePattern>
    </s:Body>
</s:Envelope>
GMonthSimpleTypePattern GMonthSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthSimpleTypePattern>
            <ex:gMonthSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--11</ex:gMonthSimpleTypePattern>
        </ex:echoGMonthSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="17d52994-ba5e-4dc4-80a5-c65e3cf6a715" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fb71e3d0-578b-4973-939d-2cc13c299ca8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthSimpleTypePattern>--11</gMonthSimpleTypePattern>
        </echoGMonthSimpleTypePattern>
    </s:Body>
</s:Envelope>
GDaySimpleTypePattern GDaySimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDaySimpleTypePattern>
            <ex:gDaySimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---01</ex:gDaySimpleTypePattern>
        </ex:echoGDaySimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="ce194f40-6d2b-48e6-96e5-597769c4aeb8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">044dd20b-b3cc-49ad-9084-c60724f7868f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGDaySimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDaySimpleTypePattern>---01</gDaySimpleTypePattern>
        </echoGDaySimpleTypePattern>
    </s:Body>
</s:Envelope>
GYearMonthSimpleTypePattern GYearMonthSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthSimpleTypePattern>
            <ex:gYearMonthSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2001-12</ex:gYearMonthSimpleTypePattern>
        </ex:echoGYearMonthSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f23d9dd0-3790-45ed-98ed-719a3d9f46be" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">336a9765-06a1-4fa7-b8d9-1805dfce2503</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGYearMonthSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthSimpleTypePattern>2001-12</gYearMonthSimpleTypePattern>
        </echoGYearMonthSimpleTypePattern>
    </s:Body>
</s:Envelope>
GMonthDaySimpleTypePattern GMonthDaySimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDaySimpleTypePattern>
            <ex:gMonthDaySimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-01</ex:gMonthDaySimpleTypePattern>
        </ex:echoGMonthDaySimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="44f35ac1-7c3d-405a-8b01-fbc88fcf15de" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">eb6095eb-c9e4-4791-9ad7-e1acecbbd15c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoGMonthDaySimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDaySimpleTypePattern>--12-01</gMonthDaySimpleTypePattern>
        </echoGMonthDaySimpleTypePattern>
    </s:Body>
</s:Envelope>
SimpleTypeRenamed SimpleTypeRenamed01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSimpleTypeRenamed>
            <ex:simpleTypeRenamed
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String</ex:simpleTypeRenamed>
        </ex:echoSimpleTypeRenamed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e81ee43a-7cbc-435c-8688-11cee4451f91" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a342ab83-a0f5-4844-92bf-9ea0a0bef284</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSimpleTypeRenamed xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <simpleTypeRenamed>String</simpleTypeRenamed>
        </echoSimpleTypeRenamed>
    </s:Body>
</s:Envelope>
LocalElementSimpleType LocalElementSimpleType01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalElementSimpleType>
            <ex:localElementSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">First</ex:localElementSimpleType>
        </ex:echoLocalElementSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="39aae1d1-1659-4de6-b367-dae1298dce6e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9fcc9f0c-5fd6-4265-a3f2-08734dcc8917</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLocalElementSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementSimpleType>
                <localElement>First</localElement>
            </localElementSimpleType>
        </echoLocalElementSimpleType>
    </s:Body>
</s:Envelope>
LocalAttributeSimpleType LocalAttributeSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalAttributeSimpleType>
            <ex:localAttributeSimpleType localAttribute="First"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:localElement1>String</ex:localElement1>
                <ex:localElement2>String</ex:localElement2>
            </ex:localAttributeSimpleType>
        </ex:echoLocalAttributeSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="62bf9d2f-9500-4d91-b370-901cb76683ca" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">233d6c6e-b928-4653-99f2-388663cc5ed6</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoLocalAttributeSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localAttributeSimpleType localAttribute="First">
                <localElement1>String</localElement1>
                <localElement2>String</localElement2>
            </localAttributeSimpleType>
        </echoLocalAttributeSimpleType>
    </s:Body>
</s:Envelope>
ExtendedSequenceStrictAny ExtendedSequenceStrictAny01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceStrictAny>
            <ex:extendedSequenceStrictAny
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex:extendedSequenceStrictAnyElement>Stuff</ex:extendedSequenceStrictAnyElement>
                </ex:extension>
            </ex:extendedSequenceStrictAny>
        </ex:echoExtendedSequenceStrictAny>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6122ac59-e8fd-4d92-b310-bd45b85b77cd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0c911ce2-6b36-4bb8-9d0c-f0368af3f20b</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceStrictAny xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrictAny>
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
                <extension>
                    <ex:extendedSequenceStrictAnyElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Stuff</ex:extendedSequenceStrictAnyElement>
                </extension>
            </extendedSequenceStrictAny>
        </echoExtendedSequenceStrictAny>
    </s:Body>
</s:Envelope>
ExtendedSequenceLaxAny ExtendedSequenceLaxAny01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceLaxAny>
            <ex:extendedSequenceLaxAny
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceLaxAny>
        </ex:echoExtendedSequenceLaxAny>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="f2db66a4-8b31-4132-bc3d-199609f9e9dc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">97c35d9b-0f10-4281-a402-f33aaa38ccd5</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceLaxAny xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLaxAny>
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
                <extension>
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </extension>
            </extendedSequenceLaxAny>
        </echoExtendedSequenceLaxAny>
    </s:Body>
</s:Envelope>
ExtendedSequenceSkipAny ExtendedSequenceSkipAny01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceSkipAny>
            <ex:extendedSequenceSkipAny
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceSkipAny>
        </ex:echoExtendedSequenceSkipAny>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2bf994f8-638f-409f-a27a-90d7c4741e20" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f3f42011-09e6-436f-b999-a5b2e0eb2cf8</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceSkipAny xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkipAny>
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
                <extension>
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </extension>
            </extendedSequenceSkipAny>
        </echoExtendedSequenceSkipAny>
    </s:Body>
</s:Envelope>
ExtendedSequenceSkipOther ExtendedSequenceSkipOther01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceSkipOther>
            <ex:extendedSequenceSkipOther
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceSkipOther>
        </ex:echoExtendedSequenceSkipOther>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4601852c-1d54-490c-8ac1-5aec371471b1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">49515501-89dc-4630-956f-b38ed9ff0bab</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceSkipOther xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkipOther>
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
                <extension>
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </extension>
            </extendedSequenceSkipOther>
        </echoExtendedSequenceSkipOther>
    </s:Body>
</s:Envelope>
ExtendedSequenceLaxOther ExtendedSequenceLaxOther01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceLaxOther>
            <ex:extendedSequenceLaxOther
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceLaxOther>
        </ex:echoExtendedSequenceLaxOther>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="3c9cca26-37e7-4b78-93f9-f56907dc1ac8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">646e3ac8-5650-4fe3-bcaf-79ec40bbf232</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceLaxOther xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLaxOther>
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
                <extension>
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </extension>
            </extendedSequenceLaxOther>
        </echoExtendedSequenceLaxOther>
    </s:Body>
</s:Envelope>
ExtendedSequenceStrictOther ExtendedSequenceStrictOther01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceStrictOther>
            <ex:extendedSequenceStrictOther
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceStrictOther>
        </ex:echoExtendedSequenceStrictOther>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="108c1f2d-d0e4-4d1c-b777-d7decff87f5b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">71025798-2853-4b97-9c46-189f5103ef5a</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSequenceStrictOther xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrictOther>
                <firstElement>String</firstElement>
                <lastElement>String</lastElement>
                <extension>
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </extension>
            </extendedSequenceStrictOther>
        </echoExtendedSequenceStrictOther>
    </s:Body>
</s:Envelope>
AttributeFormQualified AttributeFormQualified01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeFormQualified>
            <ex:attributeFormQualified ex:attribute="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element1>string</ex:element1>
                <ex:element2>string</ex:element2>
            </ex:attributeFormQualified>
        </ex:echoAttributeFormQualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2d1c76a2-5692-4887-a732-60f0c048b51d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0bc39e9d-33da-432a-8e39-d33d70171d0f</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoAttributeFormQualified xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeFormQualified a:attribute="string" xmlns:a="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <a:element1>string</a:element1>
                <a:element2>string</a:element2>
            </attributeFormQualified>
        </echoAttributeFormQualified>
    </s:Body>
</s:Envelope>
ComplexTypeAnyAttribute ComplexTypeAnyAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeAnyAttribute>
            <ex:complexTypeAnyAttribute anyattr="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element1>string</ex:element1>
                <ex:element2>string</ex:element2>
            </ex:complexTypeAnyAttribute>
        </ex:echoComplexTypeAnyAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="fe58d9db-b1b1-4872-874f-42c5461af07c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d77e2123-4e02-40d0-b000-2ab930eea7f4</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoComplexTypeAnyAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAnyAttribute anyattr="string">
                <element1>string</element1>
                <element2>string</element2>
            </complexTypeAnyAttribute>
        </echoComplexTypeAnyAttribute>
    </s:Body>
</s:Envelope>
SimpleContentAnyAttribute SimpleContentAnyAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSimpleContentAnyAttribute>
            <ex:simpleContentAnyAttribute anyattr="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">string</ex:simpleContentAnyAttribute>
        </ex:echoSimpleContentAnyAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7dc7a80f-a907-4bc6-92f3-86b49acee2e3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">79be0c0c-1797-431c-add8-3523260afdc0</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSimpleContentAnyAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <simpleContentAnyAttribute anyattr="string">string</simpleContentAnyAttribute>
        </echoSimpleContentAnyAttribute>
    </s:Body>
</s:Envelope>
MixedComplexContent MixedComplexContent01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedComplexContent>
            <ex:mixedComplexContent
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element1>string</ex:element1>
        mixed content
        <ex:element2>string</ex:element2>
        mixed content
        <ex:element3>string</ex:element3>
        mixed content
      </ex:mixedComplexContent>
        </ex:echoMixedComplexContent>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="e793fcc0-d11b-4275-875f-f8f4773e60e5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f2acb84a-3e60-4fc4-b153-7c68826b23fb</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoMixedComplexContent xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedComplexContent>mixed content
        mixed content
        mixed content
      </mixedComplexContent>
        </echoMixedComplexContent>
    </s:Body>
</s:Envelope>
ElementFormUnqualified ElementFormUnqualified01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementFormUnqualified>
            <ex:elementFormUnqualified
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <element>string</element>
            </ex:elementFormUnqualified>
        </ex:echoElementFormUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="2819f23e-60bb-4e0f-b9aa-e130e328169b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">86855268-51b7-4a5a-acc9-1a075c1e4b35</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementFormUnqualified xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementFormUnqualified>
                <element xmlns="">string</element>
            </elementFormUnqualified>
        </echoElementFormUnqualified>
    </s:Body>
</s:Envelope>
ExtendedSimpleContent ExtendedSimpleContent01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSimpleContent>
            <ex:extendedSimpleContent attribute="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">string</ex:extendedSimpleContent>
        </ex:echoExtendedSimpleContent>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="4ef3ad23-3f36-49c3-8ee7-ee918f9cd871" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">aa496581-423e-4241-a0fd-83843846f14e</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoExtendedSimpleContent xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSimpleContent attribute="string">string</extendedSimpleContent>
        </echoExtendedSimpleContent>
    </s:Body>
</s:Envelope>
QualifiedLocalAttributes QualifiedLocalAttributes01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoQualifiedLocalAttributes>
            <ex:qualifiedLocalAttributes
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">string</ex:qualifiedLocalAttributes>
        </ex:echoQualifiedLocalAttributes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
        <s:Fault>
            <faultcode xmlns:a="http://schemas.microsoft.com/ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
            <faultstring xml:lang="en-GB">The message with Action 'http://www.w3.org/2002/ws/databinding/examples/6/09/#echoQualifiedLocalAttributes' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring>
        </s:Fault>
    </s:Body>
</s:Envelope>
SequenceAnyStrict SequenceAnyStrict01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceAnyStrict>
            <ex:sequenceAnyStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:element1>string</ex:element1>
            </ex:sequenceAnyStrict>
        </ex:echoSequenceAnyStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="127a475a-4622-4b83-98c2-2b9c0162ee8c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7fe25bcc-a832-44fb-95c7-a48cd3067e5d</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoSequenceAnyStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceAnyStrict>
                <element1>string</element1>
            </sequenceAnyStrict>
        </echoSequenceAnyStrict>
    </s:Body>
</s:Envelope>
UnionSimpleAndMemberTypes UnionSimpleAndMemberTypes01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionSimpleAndMemberTypes>
            <ex:unionSimpleAndMemberTypes
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">string</ex:unionSimpleAndMemberTypes>
        </ex:echoUnionSimpleAndMemberTypes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="6890d431-b6c2-4cb0-8a7d-14e4ba251386" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5e7d69c9-a6fc-4227-8eda-d8c8b460f39c</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoUnionSimpleAndMemberTypes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unionSimpleAndMemberTypes>string</unionSimpleAndMemberTypes>
        </echoUnionSimpleAndMemberTypes>
    </s:Body>
</s:Envelope>
ElementFixed ElementFixed01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementFixed>
            <ex:elementFixed
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">yes</ex:elementFixed>
        </ex:echoElementFixed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <ActivityId CorrelationId="7c3af14e-ed9f-4c6f-bc0f-e3923f81f867" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c7b700ef-14e5-4f9b-b1ca-91f3e8a89c34</ActivityId>
    </s:Header>
    <s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <echoElementFixed xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementFixed>yes</elementFixed>
        </echoElementFixed>
    </s:Body>
</s:Envelope>

Copyrights

Unless otherwise stated, all test cases, documents and supporting code are copyright © W3C and are licensed for use under the W3C Document License.


Paul Downey, Chair
Yves Lafon, W3C Team contact
$Date: 2007/04/20 14:40:30 $