XML Schema Patterns for Databinding Test Result Page: gSOAP2 C (2.7.10)

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
gSOAP2 C
Version
2.7.10
Language Mapping
C
Binding
n.a.
Link

Synthetic view

Number of passed tests: 494

Total number of tests: 558

All tests: 603

88% 12%

Passed and failed percentages

81% 10% 9%

Total: passed 494 - failed 64 - skipped 45 - total 603

88% 7% 5%

Basic: passed 141 - failed 12 - skipped 6 - total 159

79% 11% 10%

Advanced: passed 353 - failed 51 - skipped 40 - total 444

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

Failed Basic tests

  1. ComplexTypeAttributeExtension
  2. NillableElement
  3. TypeSubstitutionUsingXsiType
  4. ElementFormQualified
  5. DateTimeElement
  6. DateTimeAttribute
  7. GlobalAttribute
  8. MinOccurs1

Failed Advanced tests

  1. ElementTypeReferenceUnqualified
  2. DoubleSimpleTypePattern
  3. NillableOptionalElement
  4. AttributeFormQualified
  5. AnyAttributeStrict
  6. ExtendedSequenceLaxOther
  7. GlobalElementSequenceAny
  8. LocalElementSimpleType
  9. ShortSimpleTypePattern
  10. UnsignedLongSimpleTypePattern
  11. GlobalElementUnqualifiedType
  12. AnyAttributeOtherLax
  13. AttributeElementNameClash
  14. SequenceChoice
  15. AnyTypeElement
  16. LongSimpleTypePattern
  17. GlobalAttributeUnqualifiedType
  18. QualifiedLocalAttributes
  19. ElementReferenceUnqualified
  20. ExtendedSequenceSkipOther
  21. IntSimpleTypePattern
  22. ExtendedSequenceStrict
  23. ExtendedSequenceLaxAny
  24. AnyAttributeSkip
  25. FloatElement
  26. MixedComplexContent
  27. AnyAttributeOtherSkip
  28. ExtendedSequenceSkipAny
  29. ExtendedSequenceStrictAny
  30. ElementFormUnqualified
  31. ExtendedSequenceSkip
  32. GlobalAttributeSimpleType
  33. ComplexTypeAnyAttribute
  34. ExtendedSequenceStrictOther
  35. FloatSimpleTypePattern
  36. AttributeReferenceUnqualified
  37. GlobalElementComplexTypeSequenceExtension
  38. MixedContentType
  39. AnyAttributeOtherStrict
  40. UnsignedIntSimpleTypePattern
  41. UnsignedShortSimpleTypePattern
  42. FloatAttribute
  43. ExtendedSequenceLax
  44. AnyAttributeLax

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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnySimpleTypeAttribute>
            <ns1:anySimpleTypeAttribute anySimpleType="hello"/>
        </ns1:echoAnySimpleTypeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnySimpleTypeAttribute>
            <ns1:anySimpleTypeAttribute anySimpleType="1"/>
        </ns1:echoAnySimpleTypeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnySimpleTypeElement>
            <ns1:anySimpleTypeElement/>
        </ns1:echoAnySimpleTypeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnySimpleTypeElement>
            <ns1:anySimpleTypeElement>anySimpleTypeValue</ns1:anySimpleTypeElement>
        </ns1:echoAnySimpleTypeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyTypeElement>
            <anyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/"/>
        </ns1:echoAnyTypeElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyTypeElement AnyTypeElement02 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyTypeElement>
            <anyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <foo>
                    <bar>cheese</bar>
                </foo>
            </anyTypeElement>
        </ns1:echoAnyTypeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDocumentationElement>
            <ns1:documentationElement>hello world</ns1:documentationElement>
        </ns1:echoDocumentationElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIdentifierName>
            <ns1:identifierName>Hello</ns1:identifierName>
        </ns1:echoIdentifierName>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonIdentifierName>
            <ns1:non-Identifier-Name>Hello</ns1:non-Identifier-Name>
        </ns1:echoNonIdentifierName>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringElement>
            <ns1:stringElement/>
        </ns1:echoStringElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringElement>
            <ns1:stringElement>Hello cruel world.</ns1:stringElement>
        </ns1:echoStringElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringAttribute>
            <ns1:stringAttribute string="hello"/>
        </ns1:echoStringAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringAttribute>
            <ns1:stringAttribute string="0123456789"/>
        </ns1:echoStringAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBooleanElement>
            <ns1:booleanElement>false</ns1:booleanElement>
        </ns1:echoBooleanElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBooleanElement>
            <ns1:booleanElement>true</ns1:booleanElement>
        </ns1:echoBooleanElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBooleanElement>
            <ns1:booleanElement>false</ns1:booleanElement>
        </ns1:echoBooleanElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBooleanElement>
            <ns1:booleanElement>true</ns1:booleanElement>
        </ns1:echoBooleanElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBooleanAttribute>
            <ns1:booleanAttribute boolean="true"/>
        </ns1:echoBooleanAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBooleanAttribute>
            <ns1:booleanAttribute boolean="false"/>
        </ns1:echoBooleanAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalElement>
            <ns1:decimalElement>0</ns1:decimalElement>
        </ns1:echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalElement>
            <ns1:decimalElement>-1.23</ns1:decimalElement>
        </ns1:echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalElement>
            <ns1:decimalElement>12678967.543233</ns1:decimalElement>
        </ns1:echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalElement>
            <ns1:decimalElement>+1000000.00</ns1:decimalElement>
        </ns1:echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DecimalElement DecimalElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalElement>
            <ns1:decimalElement>+100000000000000000000000000000000000000000000.00</ns1:decimalElement>
        </ns1:echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalElement>
            <ns1:decimalElement>210</ns1:decimalElement>
        </ns1:echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalElement>
            <ns1:decimalElement>210.00</ns1:decimalElement>
        </ns1:echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DecimalAttribute DecimalAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalAttribute>
            <ns1:decimalAttribute decimal="+10000000999829292922093443563.32423442"/>
        </ns1:echoDecimalAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatElement>
            <ns1:floatElement>-10000</ns1:floatElement>
        </ns1:echoFloatElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatElement>
            <ns1:floatElement>1.26743237E+15</ns1:floatElement>
        </ns1:echoFloatElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
FloatElement FloatElement03 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/">12.78e-2</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatElement>
            <ns1:floatElement>0.127800003</ns1:floatElement>
        </ns1:echoFloatElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatElement>
            <ns1:floatElement>12</ns1:floatElement>
        </ns1:echoFloatElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatElement>
            <ns1:floatElement>INF</ns1:floatElement>
        </ns1:echoFloatElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
FloatAttribute FloatAttribute01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatAttribute>
            <ns1:floatAttribute float="-744644480"/>
        </ns1:echoFloatAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleElement>
            <ns1:doubleElement>-10000</ns1:doubleElement>
        </ns1:echoDoubleElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleElement>
            <ns1:doubleElement>1267432233000000</ns1:doubleElement>
        </ns1:echoDoubleElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleElement>
            <ns1:doubleElement>0.1278</ns1:doubleElement>
        </ns1:echoDoubleElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleElement>
            <ns1:doubleElement>12</ns1:doubleElement>
        </ns1:echoDoubleElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleElement>
            <ns1:doubleElement>INF</ns1:doubleElement>
        </ns1:echoDoubleElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleAttribute>
            <ns1:doubleAttribute double="12.334"/>
        </ns1:echoDoubleAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDurationElement>
            <ns1:durationElement>P1Y2M3DT10H30M</ns1:durationElement>
        </ns1:echoDurationElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDurationElement>
            <ns1:durationElement>-P1347M</ns1:durationElement>
        </ns1:echoDurationElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDurationElement>
            <ns1:durationElement>P1347Y</ns1:durationElement>
        </ns1:echoDurationElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDurationElement>
            <ns1:durationElement>P1M</ns1:durationElement>
        </ns1:echoDurationElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDurationAttribute>
            <ns1:durationAttribute duration="P1M"/>
        </ns1:echoDurationAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeElement>
            <ns1:dateTimeElement>1999-05-31T19:02:00Z</ns1:dateTimeElement>
        </ns1:echoDateTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeElement>
            <ns1:dateTimeElement>2000-03-04T20:00:00Z</ns1:dateTimeElement>
        </ns1:echoDateTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeElement>
            <ns1:dateTimeElement>2000-03-04T23:00:00Z</ns1:dateTimeElement>
        </ns1:echoDateTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateTimeElement DateTimeElement04 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/">2038-12-12T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeElement>
            <ns1:dateTimeElement>1969-12-31T23:59:59Z</ns1:dateTimeElement>
        </ns1:echoDateTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateTimeElement DateTimeElement05 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/">0739-03-04T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeElement>
            <ns1:dateTimeElement>1969-12-31T23:59:59Z</ns1:dateTimeElement>
        </ns1:echoDateTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeElement>
            <ns1:dateTimeElement>1969-12-31T23:59:59Z</ns1:dateTimeElement>
        </ns1:echoDateTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeAttribute>
            <ns1:dateTimeAttribute dateTime="2006-10-26T10:33:00Z"/>
        </ns1:echoDateTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeAttribute>
            <ns1:dateTimeAttribute dateTime="2006-10-26T01:51:00Z"/>
        </ns1:echoDateTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeAttribute>
            <ns1:dateTimeAttribute dateTime="2006-10-26T04:51:00Z"/>
        </ns1:echoDateTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateTimeAttribute DateTimeAttribute04 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="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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeAttribute>
            <ns1:dateTimeAttribute dateTime="1969-12-31T23:59:59Z"/>
        </ns1:echoDateTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateTimeAttribute DateTimeAttribute05 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="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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeAttribute>
            <ns1:dateTimeAttribute dateTime="1969-12-31T23:59:59Z"/>
        </ns1:echoDateTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateTimeAttribute>
            <ns1:dateTimeAttribute dateTime="1969-12-31T23:59:59Z"/>
        </ns1:echoDateTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
TimeElement TimeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeElement>
            <ns1:timeElement>00:00:00</ns1:timeElement>
        </ns1:echoTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
TimeElement TimeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeElement>
            <ns1:timeElement>12:00:01</ns1:timeElement>
        </ns1:echoTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
TimeElement TimeElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeElement>
            <ns1:timeElement>23:59:59</ns1:timeElement>
        </ns1:echoTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeElement>
            <ns1:timeElement>13:21:03Z</ns1:timeElement>
        </ns1:echoTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeElement>
            <ns1:timeElement>13:21:03-04:32</ns1:timeElement>
        </ns1:echoTimeElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
TimeAttribute TimeAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeAttribute>
            <ns1:timeAttribute time="00:00:00"/>
        </ns1:echoTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
TimeAttribute TimeAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeAttribute>
            <ns1:timeAttribute time="12:00:01"/>
        </ns1:echoTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
TimeAttribute TimeAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeAttribute>
            <ns1:timeAttribute time="23:59:59"/>
        </ns1:echoTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeAttribute>
            <ns1:timeAttribute time="12:34:56Z"/>
        </ns1:echoTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTimeAttribute>
            <ns1:timeAttribute time="12:34:56+01:23"/>
        </ns1:echoTimeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateElement>
            <ns1:dateElement>1999-05-31</ns1:dateElement>
        </ns1:echoDateElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateElement>
            <ns1:dateElement>0739-05-31</ns1:dateElement>
        </ns1:echoDateElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateElement DateElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateElement>
            <ns1:dateElement>2038-05-31Z</ns1:dateElement>
        </ns1:echoDateElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateElement DateElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateElement>
            <ns1:dateElement>1999-05-31+05:43</ns1:dateElement>
        </ns1:echoDateElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateElement DateElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateElement>
            <ns1:dateElement>10739-05-31</ns1:dateElement>
        </ns1:echoDateElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateAttribute>
            <ns1:dateAttribute date="2006-05-30"/>
        </ns1:echoDateAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateAttribute>
            <ns1:dateAttribute date="0739-05-31"/>
        </ns1:echoDateAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateAttribute DateAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateAttribute>
            <ns1:dateAttribute date="2038-12-31Z"/>
        </ns1:echoDateAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateAttribute DateAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateAttribute>
            <ns1:dateAttribute date="2006-05-30-01:00"/>
        </ns1:echoDateAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DateAttribute DateAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateAttribute>
            <ns1:dateAttribute date="10739-05-31"/>
        </ns1:echoDateAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthElement>
            <ns1:gYearMonthElement>1999-05</ns1:gYearMonthElement>
        </ns1:echoGYearMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthElement>
            <ns1:gYearMonthElement>0739-05</ns1:gYearMonthElement>
        </ns1:echoGYearMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthElement>
            <ns1:gYearMonthElement>2038-02</ns1:gYearMonthElement>
        </ns1:echoGYearMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthElement>
            <ns1:gYearMonthElement>2007-05+01:00</ns1:gYearMonthElement>
        </ns1:echoGYearMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthElement>
            <ns1:gYearMonthElement>2007-05-01:00</ns1:gYearMonthElement>
        </ns1:echoGYearMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthElement>
            <ns1:gYearMonthElement>2007-05Z</ns1:gYearMonthElement>
        </ns1:echoGYearMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthElement>
            <ns1:gYearMonthElement>10739-05</ns1:gYearMonthElement>
        </ns1:echoGYearMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthAttribute>
            <ns1:gYearMonthAttribute gYearMonth="2006-09"/>
        </ns1:echoGYearMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthAttribute>
            <ns1:gYearMonthAttribute gYearMonth="0739-09"/>
        </ns1:echoGYearMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthAttribute>
            <ns1:gYearMonthAttribute gYearMonth="2038-09"/>
        </ns1:echoGYearMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthAttribute>
            <ns1:gYearMonthAttribute gYearMonth="2006-09+01:00"/>
        </ns1:echoGYearMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthAttribute>
            <ns1:gYearMonthAttribute gYearMonth="2006-09-01:00"/>
        </ns1:echoGYearMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthAttribute>
            <ns1:gYearMonthAttribute gYearMonth="2007-05Z"/>
        </ns1:echoGYearMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthAttribute>
            <ns1:gYearMonthAttribute gYearMonth="10739-09"/>
        </ns1:echoGYearMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearElement>
            <ns1:gYearElement>1999</ns1:gYearElement>
        </ns1:echoGYearElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearElement>
            <ns1:gYearElement>0739</ns1:gYearElement>
        </ns1:echoGYearElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearElement>
            <ns1:gYearElement>2039</ns1:gYearElement>
        </ns1:echoGYearElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearElement>
            <ns1:gYearElement>2007-13:00</ns1:gYearElement>
        </ns1:echoGYearElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearElement>
            <ns1:gYearElement>1999+02:00</ns1:gYearElement>
        </ns1:echoGYearElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearElement>
            <ns1:gYearElement>2008Z</ns1:gYearElement>
        </ns1:echoGYearElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearElement>
            <ns1:gYearElement>10739</ns1:gYearElement>
        </ns1:echoGYearElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearAttribute>
            <ns1:gYearAttribute gYear="1999"/>
        </ns1:echoGYearAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearAttribute>
            <ns1:gYearAttribute gYear="0739"/>
        </ns1:echoGYearAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearAttribute>
            <ns1:gYearAttribute gYear="2039"/>
        </ns1:echoGYearAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearAttribute>
            <ns1:gYearAttribute gYear="2007-13:00"/>
        </ns1:echoGYearAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearAttribute>
            <ns1:gYearAttribute gYear="1999+02:00"/>
        </ns1:echoGYearAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearAttribute>
            <ns1:gYearAttribute gYear="2008Z"/>
        </ns1:echoGYearAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearAttribute>
            <ns1:gYearAttribute gYear="10739"/>
        </ns1:echoGYearAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayElement>
            <ns1:gMonthDayElement>--12-31</ns1:gMonthDayElement>
        </ns1:echoGMonthDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayElement>
            <ns1:gMonthDayElement>--12-31Z</ns1:gMonthDayElement>
        </ns1:echoGMonthDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayElement>
            <ns1:gMonthDayElement>--12-31-05:00</ns1:gMonthDayElement>
        </ns1:echoGMonthDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayElement>
            <ns1:gMonthDayElement>--12-31+01:00</ns1:gMonthDayElement>
        </ns1:echoGMonthDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayAttribute>
            <ns1:gMonthDayAttribute gMonthDay="--09-28"/>
        </ns1:echoGMonthDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayAttribute>
            <ns1:gMonthDayAttribute gMonthDay="--09-28Z"/>
        </ns1:echoGMonthDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayAttribute>
            <ns1:gMonthDayAttribute gMonthDay="--09-28-13:00"/>
        </ns1:echoGMonthDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDayAttribute>
            <ns1:gMonthDayAttribute gMonthDay="--09-28+01:00"/>
        </ns1:echoGMonthDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayElement>
            <ns1:gDayElement>---05</ns1:gDayElement>
        </ns1:echoGDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayElement>
            <ns1:gDayElement>---12Z</ns1:gDayElement>
        </ns1:echoGDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayElement>
            <ns1:gDayElement>---31-12:00</ns1:gDayElement>
        </ns1:echoGDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayElement>
            <ns1:gDayElement>---05+01:00</ns1:gDayElement>
        </ns1:echoGDayElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayAttribute>
            <ns1:gDayAttribute gDay="---09"/>
        </ns1:echoGDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayAttribute>
            <ns1:gDayAttribute gDay="---12Z"/>
        </ns1:echoGDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayAttribute>
            <ns1:gDayAttribute gDay="---24-12:00"/>
        </ns1:echoGDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDayAttribute>
            <ns1:gDayAttribute gDay="---31+01:00"/>
        </ns1:echoGDayAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthElement>
            <ns1:gMonthElement>--02</ns1:gMonthElement>
        </ns1:echoGMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthElement>
            <ns1:gMonthElement>--12-01:33</ns1:gMonthElement>
        </ns1:echoGMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthElement>
            <ns1:gMonthElement>--12+01:02</ns1:gMonthElement>
        </ns1:echoGMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthElement>
            <ns1:gMonthElement>--12Z</ns1:gMonthElement>
        </ns1:echoGMonthElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthAttribute>
            <ns1:gMonthAttribute gMonth="--04--"/>
        </ns1:echoGMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthAttribute>
            <ns1:gMonthAttribute gMonth="--04Z"/>
        </ns1:echoGMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthAttribute>
            <ns1:gMonthAttribute gMonth="--12+02:00"/>
        </ns1:echoGMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthAttribute>
            <ns1:gMonthAttribute gMonth="--04-15:00"/>
        </ns1:echoGMonthAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoHexBinaryElement>
            <ns1:hexBinaryElement>76</ns1:hexBinaryElement>
        </ns1:echoHexBinaryElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoHexBinaryElement>
            <ns1:hexBinaryElement>77696F646D6F6E7974637174716A7169696E6B65616F76786F746E66716B707875757261736E686469796B65706C656D7465626661637661646E6B65636662647669726D6F6E757361</ns1:hexBinaryElement>
        </ns1:echoHexBinaryElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoHexBinaryAttribute>
            <ns1:hexBinaryAttribute hexBinary="77696f"/>
        </ns1:echoHexBinaryAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBase64BinaryElement>
            <ns1:base64BinaryElement>bQ==</ns1:base64BinaryElement>
        </ns1:echoBase64BinaryElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBase64BinaryElement>
            <ns1:base64BinaryElement>eHdmb3Rh</ns1:base64BinaryElement>
        </ns1:echoBase64BinaryElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBase64BinaryElement>
            <ns1:base64BinaryElement>cnRjbGNyZW9scg==</ns1:base64BinaryElement>
        </ns1:echoBase64BinaryElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBase64BinaryAttribute>
            <ns1:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="/>
        </ns1:echoBase64BinaryAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyURIElement>
            <ns1:anyURIElement>http://www.w3.org/2002/ws/databinding/</ns1:anyURIElement>
        </ns1:echoAnyURIElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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://www.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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyURIAttribute>
            <ns1:anyURIAttribute anyURI="http://www.w3.org/2002/ws/"/>
        </ns1:echoAnyURIAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoQNameElement>
            <ns1:QNameElement>ns1:QNameElement</ns1:QNameElement>
        </ns1:echoQNameElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoQNameAttribute>
            <ns1:QNameAttribute QName="ns1:QNameAttribute"/>
        </ns1:echoQNameAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNormalizedStringElement>
            <ns1:normalizedStringElement/>
        </ns1:echoNormalizedStringElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNormalizedStringElement>
            <ns1:normalizedStringElement>How now brown cow.</ns1:normalizedStringElement>
        </ns1:echoNormalizedStringElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNormalizedStringAttribute>
            <ns1:normalizedStringAttribute normalizedString="Hello Paris"/>
        </ns1:echoNormalizedStringAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTokenElement>
            <ns1:tokenElement>tokenElement</ns1:tokenElement>
        </ns1:echoTokenElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTokenAttribute>
            <ns1:tokenAttribute token="hello"/>
        </ns1:echoTokenAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLanguageElement>
            <ns1:languageElement>en</ns1:languageElement>
        </ns1:echoLanguageElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLanguageElement>
            <ns1:languageElement>fr</ns1:languageElement>
        </ns1:echoLanguageElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLanguageAttribute>
            <ns1:languageAttribute language="en"/>
        </ns1:echoLanguageAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNMTOKENElement>
            <ns1:NMTOKENElement>id</ns1:NMTOKENElement>
        </ns1:echoNMTOKENElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNMTOKENElement>
            <ns1:NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</ns1:NMTOKENElement>
        </ns1:echoNMTOKENElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNMTOKENAttribute>
            <ns1:NMTOKENAttribute NMTOKEN="id"/>
        </ns1:echoNMTOKENAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNMTOKENSElement>
            <ns1:NMTOKENSElement>a b c d e.b:s-w_x:q</ns1:NMTOKENSElement>
        </ns1:echoNMTOKENSElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNMTOKENSAttribute>
            <ns1:NMTOKENSAttribute NMTOKENS="id a b e.b:s-dd:q"/>
        </ns1:echoNMTOKENSAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNameElement>
            <ns1:NameElement>foo</ns1:NameElement>
        </ns1:echoNameElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNameAttribute>
            <ns1:nameAttribute name="foo"/>
        </ns1:echoNameAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNCNameElement>
            <ns1:NCNameElement>foo</ns1:NCNameElement>
        </ns1:echoNCNameElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNCNameAttribute>
            <ns1:NCNameAttribute NCName="bar"/>
        </ns1:echoNCNameAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIDElement>
            <ns1:IDElement>foo</ns1:IDElement>
        </ns1:echoIDElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIDAttribute>
            <ns1:IDAttribute ID="bar"/>
        </ns1:echoIDAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIDREFElement>
            <ns1:IDREFElement>foo</ns1:IDREFElement>
        </ns1:echoIDREFElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIDREFAttribute>
            <ns1:IDREFAttribute IDREF="bar"/>
        </ns1:echoIDREFAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIDREFSElement>
            <ns1:IDREFSElement>foo</ns1:IDREFSElement>
        </ns1:echoIDREFSElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIDREFSAttribute>
            <ns1:IDREFSAttribute IDREFS="hello"/>
        </ns1:echoIDREFSAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoENTITYElement>
            <ns1:ENTITYElement>lt</ns1:ENTITYElement>
        </ns1:echoENTITYElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoENTITYAttribute>
            <ns1:ENTITYAttribute ENTITY="lt"/>
        </ns1:echoENTITYAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoENTITIESElement>
            <ns1:ENTITIESElement>lt gt apos quot</ns1:ENTITIESElement>
        </ns1:echoENTITIESElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoENTITIESAttribute>
            <ns1:ENTITIESAttribute ENTITIES="lt gt"/>
        </ns1:echoENTITIESAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerElement>
            <ns1:integerElement>0</ns1:integerElement>
        </ns1:echoIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerElement>
            <ns1:integerElement>1</ns1:integerElement>
        </ns1:echoIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerElement>
            <ns1:integerElement>-42</ns1:integerElement>
        </ns1:echoIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerElement>
            <ns1:integerElement>12678967543233</ns1:integerElement>
        </ns1:echoIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerElement>
            <ns1:integerElement>+10000</ns1:integerElement>
        </ns1:echoIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerElement>
            <ns1:integerElement>1234567891234567838475834753838887348573489123456789123456789</ns1:integerElement>
        </ns1:echoIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerElement>
            <ns1:integerElement>-1234567891234567838475834753838887348573489123456789123456789</ns1:integerElement>
        </ns1:echoIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerAttribute>
            <ns1:integerAttribute integer="10002"/>
        </ns1:echoIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerAttribute>
            <ns1:integerAttribute integer="-0"/>
        </ns1:echoIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerAttribute>
            <ns1:integerAttribute integer="+42"/>
        </ns1:echoIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerAttribute>
            <ns1:integerAttribute integer="-42"/>
        </ns1:echoIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerAttribute>
            <ns1:integerAttribute integer="-45345384593849583945843453454293405930495309450394503"/>
        </ns1:echoIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerAttribute>
            <ns1:integerAttribute integer="123456789013234235435325235325325345432543253425324534253245"/>
        </ns1:echoIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerElement>
            <ns1:nonPositiveIntegerElement>-1</ns1:nonPositiveIntegerElement>
        </ns1:echoNonPositiveIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerElement>
            <ns1:nonPositiveIntegerElement>0</ns1:nonPositiveIntegerElement>
        </ns1:echoNonPositiveIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerElement>
            <ns1:nonPositiveIntegerElement>+0</ns1:nonPositiveIntegerElement>
        </ns1:echoNonPositiveIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerElement>
            <ns1:nonPositiveIntegerElement>-1234324234532534254325234534252345342534253425324534253244</ns1:nonPositiveIntegerElement>
        </ns1:echoNonPositiveIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerAttribute>
            <ns1:nonPositiveIntegerAttribute nonPositiveInteger="-20"/>
        </ns1:echoNonPositiveIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerAttribute>
            <ns1:nonPositiveIntegerAttribute nonPositiveInteger="0"/>
        </ns1:echoNonPositiveIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerAttribute>
            <ns1:nonPositiveIntegerAttribute nonPositiveInteger="+0"/>
        </ns1:echoNonPositiveIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonPositiveIntegerAttribute>
            <ns1:nonPositiveIntegerAttribute nonPositiveInteger="-202342353425435345342567965342969786978679"/>
        </ns1:echoNonPositiveIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNegativeIntegerElement>
            <ns1:negativeIntegerElement>-1</ns1:negativeIntegerElement>
        </ns1:echoNegativeIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNegativeIntegerElement>
            <ns1:negativeIntegerElement>-12343242342345345346453643564536543645363456</ns1:negativeIntegerElement>
        </ns1:echoNegativeIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNegativeIntegerAttribute>
            <ns1:negativeIntegerAttribute negativeInteger="-100"/>
        </ns1:echoNegativeIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNegativeIntegerAttribute>
            <ns1:negativeIntegerAttribute negativeInteger="-12343242342345345346453643564536543645363456"/>
        </ns1:echoNegativeIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongElement>
            <ns1:longElement>1</ns1:longElement>
        </ns1:echoLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongElement>
            <ns1:longElement>-1</ns1:longElement>
        </ns1:echoLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongElement>
            <ns1:longElement>42</ns1:longElement>
        </ns1:echoLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongElement>
            <ns1:longElement>-9223372036854775808</ns1:longElement>
        </ns1:echoLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongElement>
            <ns1:longElement>9223372036854775807</ns1:longElement>
        </ns1:echoLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongAttribute>
            <ns1:longAttribute long="1066"/>
        </ns1:echoLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongAttribute>
            <ns1:longAttribute long="-1515"/>
        </ns1:echoLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongAttribute>
            <ns1:longAttribute long="42"/>
        </ns1:echoLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongAttribute>
            <ns1:longAttribute long="-9223372036854775808"/>
        </ns1:echoLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongAttribute>
            <ns1:longAttribute long="9223372036854775807"/>
        </ns1:echoLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntElement>
            <ns1:intElement>1</ns1:intElement>
        </ns1:echoIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntElement>
            <ns1:intElement>-42</ns1:intElement>
        </ns1:echoIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntElement>
            <ns1:intElement>42</ns1:intElement>
        </ns1:echoIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntElement>
            <ns1:intElement>2147483647</ns1:intElement>
        </ns1:echoIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntElement>
            <ns1:intElement>-2147483648</ns1:intElement>
        </ns1:echoIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntAttribute>
            <ns1:intAttribute int="42"/>
        </ns1:echoIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntAttribute>
            <ns1:intAttribute int="-42"/>
        </ns1:echoIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntAttribute>
            <ns1:intAttribute int="42"/>
        </ns1:echoIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntAttribute>
            <ns1:intAttribute int="2147483647"/>
        </ns1:echoIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntAttribute>
            <ns1:intAttribute int="-2147483648"/>
        </ns1:echoIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortElement>
            <ns1:shortElement>1</ns1:shortElement>
        </ns1:echoShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortElement>
            <ns1:shortElement>42</ns1:shortElement>
        </ns1:echoShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortElement>
            <ns1:shortElement>32767</ns1:shortElement>
        </ns1:echoShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortElement>
            <ns1:shortElement>-32768</ns1:shortElement>
        </ns1:echoShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortAttribute>
            <ns1:shortAttribute short="22"/>
        </ns1:echoShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortAttribute>
            <ns1:shortAttribute short="42"/>
        </ns1:echoShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortAttribute>
            <ns1:shortAttribute short="32767"/>
        </ns1:echoShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortAttribute>
            <ns1:shortAttribute short="-32768"/>
        </ns1:echoShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoByteElement>
            <ns1:byteElement>1</ns1:byteElement>
        </ns1:echoByteElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoByteElement>
            <ns1:byteElement>127</ns1:byteElement>
        </ns1:echoByteElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoByteElement>
            <ns1:byteElement>-128</ns1:byteElement>
        </ns1:echoByteElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoByteAttribute>
            <ns1:byteAttribute byte="64"/>
        </ns1:echoByteAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoByteAttribute>
            <ns1:byteAttribute byte="127"/>
        </ns1:echoByteAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoByteAttribute>
            <ns1:byteAttribute byte="-128"/>
        </ns1:echoByteAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerElement>
            <ns1:nonNegativeIntegerElement>1</ns1:nonNegativeIntegerElement>
        </ns1:echoNonNegativeIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerElement>
            <ns1:nonNegativeIntegerElement>-0</ns1:nonNegativeIntegerElement>
        </ns1:echoNonNegativeIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerElement>
            <ns1:nonNegativeIntegerElement>0</ns1:nonNegativeIntegerElement>
        </ns1:echoNonNegativeIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerElement>
            <ns1:nonNegativeIntegerElement>+42</ns1:nonNegativeIntegerElement>
        </ns1:echoNonNegativeIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerElement>
            <ns1:nonNegativeIntegerElement>3141592653531415926536106615151970884848347234273984723</ns1:nonNegativeIntegerElement>
        </ns1:echoNonNegativeIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerAttribute>
            <ns1:nonNegativeIntegerAttribute nonNegativeInteger="20"/>
        </ns1:echoNonNegativeIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerAttribute>
            <ns1:nonNegativeIntegerAttribute nonNegativeInteger="-0"/>
        </ns1:echoNonNegativeIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerAttribute>
            <ns1:nonNegativeIntegerAttribute nonNegativeInteger="0"/>
        </ns1:echoNonNegativeIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerAttribute>
            <ns1:nonNegativeIntegerAttribute nonNegativeInteger="+42"/>
        </ns1:echoNonNegativeIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerAttribute>
            <ns1:nonNegativeIntegerAttribute nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"/>
        </ns1:echoNonNegativeIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongElement>
            <ns1:unsignedLongElement>1</ns1:unsignedLongElement>
        </ns1:echoUnsignedLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedLongElement UnsignedLongElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongElement>
            <ns1:unsignedLongElement>0</ns1:unsignedLongElement>
        </ns1:echoUnsignedLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedLongElement UnsignedLongElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongElement>
            <ns1:unsignedLongElement>42</ns1:unsignedLongElement>
        </ns1:echoUnsignedLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongElement>
            <ns1:unsignedLongElement>18446744073709551615</ns1:unsignedLongElement>
        </ns1:echoUnsignedLongElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongAttribute>
            <ns1:unsignedLongAttribute unsignedLong="2034"/>
        </ns1:echoUnsignedLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedLongAttribute UnsignedLongAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongAttribute>
            <ns1:unsignedLongAttribute unsignedLong="0"/>
        </ns1:echoUnsignedLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedLongAttribute UnsignedLongAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongAttribute>
            <ns1:unsignedLongAttribute unsignedLong="42"/>
        </ns1:echoUnsignedLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongAttribute>
            <ns1:unsignedLongAttribute unsignedLong="18446744073709551615"/>
        </ns1:echoUnsignedLongAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntElement>
            <ns1:unsignedIntElement>1</ns1:unsignedIntElement>
        </ns1:echoUnsignedIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedIntElement UnsignedIntElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntElement>
            <ns1:unsignedIntElement>0</ns1:unsignedIntElement>
        </ns1:echoUnsignedIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedIntElement UnsignedIntElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntElement>
            <ns1:unsignedIntElement>42</ns1:unsignedIntElement>
        </ns1:echoUnsignedIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntElement>
            <ns1:unsignedIntElement>4294967295</ns1:unsignedIntElement>
        </ns1:echoUnsignedIntElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntAttribute>
            <ns1:unsignedIntAttribute unsignedInt="32334"/>
        </ns1:echoUnsignedIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedIntAttribute UnsignedIntAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntAttribute>
            <ns1:unsignedIntAttribute unsignedInt="0"/>
        </ns1:echoUnsignedIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedIntAttribute UnsignedIntAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntAttribute>
            <ns1:unsignedIntAttribute unsignedInt="42"/>
        </ns1:echoUnsignedIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntAttribute>
            <ns1:unsignedIntAttribute unsignedInt="4294967295"/>
        </ns1:echoUnsignedIntAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortElement>
            <ns1:unsignedShortElement>1</ns1:unsignedShortElement>
        </ns1:echoUnsignedShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedShortElement UnsignedShortElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortElement>
            <ns1:unsignedShortElement>0</ns1:unsignedShortElement>
        </ns1:echoUnsignedShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedShortElement UnsignedShortElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortElement>
            <ns1:unsignedShortElement>42</ns1:unsignedShortElement>
        </ns1:echoUnsignedShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortElement>
            <ns1:unsignedShortElement>65535</ns1:unsignedShortElement>
        </ns1:echoUnsignedShortElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortAttribute>
            <ns1:unsignedShortAttribute unsignedShort="22"/>
        </ns1:echoUnsignedShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedShortAttribute UnsignedShortAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortAttribute>
            <ns1:unsignedShortAttribute unsignedShort="0"/>
        </ns1:echoUnsignedShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedShortAttribute UnsignedShortAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortAttribute>
            <ns1:unsignedShortAttribute unsignedShort="42"/>
        </ns1:echoUnsignedShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortAttribute>
            <ns1:unsignedShortAttribute unsignedShort="65535"/>
        </ns1:echoUnsignedShortAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteElement>
            <ns1:unsignedByteElement>1</ns1:unsignedByteElement>
        </ns1:echoUnsignedByteElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedByteElement UnsignedByteElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteElement>
            <ns1:unsignedByteElement>0</ns1:unsignedByteElement>
        </ns1:echoUnsignedByteElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedByteElement UnsignedByteElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteElement>
            <ns1:unsignedByteElement>42</ns1:unsignedByteElement>
        </ns1:echoUnsignedByteElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteElement>
            <ns1:unsignedByteElement>255</ns1:unsignedByteElement>
        </ns1:echoUnsignedByteElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteAttribute>
            <ns1:unsignedByteAttribute unsignedByte="64"/>
        </ns1:echoUnsignedByteAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedByteAttribute UnsignedByteAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteAttribute>
            <ns1:unsignedByteAttribute unsignedByte="0"/>
        </ns1:echoUnsignedByteAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnsignedByteAttribute UnsignedByteAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteAttribute>
            <ns1:unsignedByteAttribute unsignedByte="42"/>
        </ns1:echoUnsignedByteAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedByteAttribute>
            <ns1:unsignedByteAttribute unsignedByte="255"/>
        </ns1:echoUnsignedByteAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerElement>
            <ns1:positiveIntegerElement>1</ns1:positiveIntegerElement>
        </ns1:echoPositiveIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerElement>
            <ns1:positiveIntegerElement>+42</ns1:positiveIntegerElement>
        </ns1:echoPositiveIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerElement>
            <ns1:positiveIntegerElement>153452759384758934752984759387692835739846739486754598674</ns1:positiveIntegerElement>
        </ns1:echoPositiveIntegerElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerAttribute>
            <ns1:positiveIntegerAttribute positiveInteger="257"/>
        </ns1:echoPositiveIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerAttribute>
            <ns1:positiveIntegerAttribute positiveInteger="+42"/>
        </ns1:echoPositiveIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerAttribute>
            <ns1:positiveIntegerAttribute positiveInteger="153452759384758934752984759387692835739846739486754598674"/>
        </ns1:echoPositiveIntegerAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalSimpleType>
            <ns1:globalSimpleType>foo</ns1:globalSimpleType>
        </ns1:echoGlobalSimpleType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringEnumerationType>
            <ns1:beatle>John</ns1:beatle>
        </ns1:echoStringEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringEnumerationType>
            <ns1:beatle>Paul</ns1:beatle>
        </ns1:echoStringEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringEnumerationType>
            <ns1:beatle>Ringo</ns1:beatle>
        </ns1:echoStringEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNMTOKENEnumerationType>
            <ns1:nMTOKENEnumerationType>token1</ns1:nMTOKENEnumerationType>
        </ns1:echoNMTOKENEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntEnumerationType>
            <ns1:intEnumerationType>2</ns1:intEnumerationType>
        </ns1:echoIntEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortEnumerationType>
            <ns1:shortEnumerationType>11</ns1:shortEnumerationType>
        </ns1:echoShortEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongEnumerationType>
            <ns1:longEnumerationType>9152052</ns1:longEnumerationType>
        </ns1:echoLongEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleEnumerationType>
            <ns1:doubleEnumerationType>1267.43233E12</ns1:doubleEnumerationType>
        </ns1:echoDoubleEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerEnumerationType>
            <ns1:integerEnumerationType>4000000</ns1:integerEnumerationType>
        </ns1:echoIntegerEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalEnumerationType>
            <ns1:decimalEnumerationType>1000.0002</ns1:decimalEnumerationType>
        </ns1:echoDecimalEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
FloatEnumerationType FloatEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatEnumerationType>
            <ns1:floatEnumerationType>1267.43233E12</ns1:floatEnumerationType>
        </ns1:echoFloatEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerEnumerationType>
            <ns1:nonNegativeIntegerEnumerationType>12</ns1:nonNegativeIntegerEnumerationType>
        </ns1:echoNonNegativeIntegerEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerEnumerationType>
            <ns1:positiveIntegerEnumerationType>12</ns1:positiveIntegerEnumerationType>
        </ns1:echoPositiveIntegerEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongEnumerationType>
            <ns1:unsignedLongEnumerationType>33333333333333</ns1:unsignedLongEnumerationType>
        </ns1:echoUnsignedLongEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntEnumerationType>
            <ns1:unsignedIntEnumerationType>3333333333</ns1:unsignedIntEnumerationType>
        </ns1:echoUnsignedIntEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortEnumerationType>
            <ns1:unsignedShortEnumerationType>3333</ns1:unsignedShortEnumerationType>
        </ns1:echoUnsignedShortEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTokenEnumerationType>
            <ns1:tokenEnumerationType>1</ns1:tokenEnumerationType>
        </ns1:echoTokenEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTokenEnumerationType>
            <ns1:tokenEnumerationType>2</ns1:tokenEnumerationType>
        </ns1:echoTokenEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeSequence>
            <ns1:complexTypeSequence id="6026" inStock="232">
                <ns1:name>Widget</ns1:name>
                <ns1:shade>Light Blue</ns1:shade>
                <ns1:length>33</ns1:length>
            </ns1:complexTypeSequence>
        </ns1:echoComplexTypeSequence>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeSequence>
            <ns1:complexTypeSequence id="6026" inStock="52">
                <ns1:name>Widget</ns1:name>
                <ns1:shade>Green</ns1:shade>
                <ns1:length>1233</ns1:length>
            </ns1:complexTypeSequence>
        </ns1:echoComplexTypeSequence>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeOnlyAttributes>
            <ns1:complexTypeOnlyAttributes a1="11226026" a2="223232"/>
        </ns1:echoComplexTypeOnlyAttributes>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeAll>
            <ns1:complexTypeAll id="6026" inStock="232">
                <ns1:name>Widget</ns1:name>
                <ns1:shade>Light Blue</ns1:shade>
                <ns1:length>33</ns1:length>
            </ns1:complexTypeAll>
        </ns1:echoComplexTypeAll>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeAll>
            <ns1:complexTypeAll id="6026" inStock="332">
                <ns1:name>Widget</ns1:name>
                <ns1:shade>Green</ns1:shade>
                <ns1:length>21</ns1:length>
            </ns1:complexTypeAll>
        </ns1:echoComplexTypeAll>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeChoice>
            <ns1:fruit>
                <ns1:apple>21</ns1:apple>
            </ns1:fruit>
        </ns1:echoComplexTypeChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeChoice>
            <ns1:fruit>
                <ns1:orange>Two Hundred</ns1:orange>
            </ns1:fruit>
        </ns1:echoComplexTypeChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeChoice>
            <ns1:fruit>
                <ns1:banana>329</ns1:banana>
            </ns1:fruit>
        </ns1:echoComplexTypeChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeSequenceChoice>
            <ns1:mortgage>
                <ns1:amount>225000</ns1:amount>
                <ns1:repayment>
                    <ns1:years>20</ns1:years>
                    <ns1:months>6</ns1:months>
                    <ns1:rate>5.25</ns1:rate>
                </ns1:repayment>
            </ns1:mortgage>
        </ns1:echoComplexTypeSequenceChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeSequenceChoice>
            <ns1:mortgage>
                <ns1:amount>225000</ns1:amount>
                <ns1:interestonly>
                    <ns1:years>25</ns1:years>
                    <ns1:rate>5.50</ns1:rate>
                </ns1:interestonly>
            </ns1:mortgage>
        </ns1:echoComplexTypeSequenceChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs1>
            <ns1:elementMinOccurs1>
                <ns1:elementMinOccurs1item>item1</ns1:elementMinOccurs1item>
            </ns1:elementMinOccurs1>
        </ns1:echoElementMinOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccursFinite>
            <ns1:elementMinOccursFinite>
                <ns1:elementMinOccursFiniteitem>item1</ns1:elementMinOccursFiniteitem>
                <ns1:elementMinOccursFiniteitem>item3</ns1:elementMinOccursFiniteitem>
                <ns1:elementMinOccursFiniteitem>item2</ns1:elementMinOccursFiniteitem>
            </ns1:elementMinOccursFinite>
        </ns1:echoElementMinOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs2MaxOccurs2>
            <ns1:itemColors2>
                <ns1:itemColor>Red</ns1:itemColor>
                <ns1:itemColor>Yellow</ns1:itemColor>
            </ns1:itemColors2>
        </ns1:echoElementMinOccurs2MaxOccurs2>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs2orMore>
            <ns1:itemColors>
                <ns1:itemColor>Red</ns1:itemColor>
                <ns1:itemColor>Black</ns1:itemColor>
                <ns1:itemColor>White</ns1:itemColor>
                <ns1:itemColor>Yellow</ns1:itemColor>
            </ns1:itemColors>
        </ns1:echoElementMinOccurs2orMore>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs2orMore>
            <ns1:itemColors>
                <ns1:itemColor>Black</ns1:itemColor>
                <ns1:itemColor>White</ns1:itemColor>
            </ns1:itemColors>
        </ns1:echoElementMinOccurs2orMore>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMaxOccurs1>
            <ns1:elementMaxOccurs1>
                <ns1:value>44</ns1:value>
            </ns1:elementMaxOccurs1>
        </ns1:echoElementMaxOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMaxOccurs1>
            <ns1:elementMaxOccurs1>
                <ns1:value>4</ns1:value>
            </ns1:elementMaxOccurs1>
        </ns1:echoElementMaxOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMaxOccursUnbounded>
            <ns1:publications>
                <ns1:day>2002-09-24</ns1:day>
                <ns1:day>2003-04-14</ns1:day>
                <ns1:day>2004-03-31</ns1:day>
                <ns1:day>2005-06-04</ns1:day>
                <ns1:day>2006-07-03</ns1:day>
            </ns1:publications>
        </ns1:echoElementMaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMaxOccursUnbounded>
            <ns1:publications>
                <ns1:day>2006-01-26</ns1:day>
            </ns1:publications>
        </ns1:echoElementMaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMaxOccursFinite>
            <ns1:summer>
                <ns1:mnth>May</ns1:mnth>
                <ns1:mnth>June</ns1:mnth>
                <ns1:mnth>July</ns1:mnth>
                <ns1:mnth>August</ns1:mnth>
            </ns1:summer>
        </ns1:echoElementMaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMaxOccursFinite>
            <ns1:summer>
                <ns1:mnth>August</ns1:mnth>
                <ns1:mnth>September</ns1:mnth>
            </ns1:summer>
        </ns1:echoElementMaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeOptional>
            <ns1:attributeOptional currency="EUR" id="1711">
                <ns1:amount>1250</ns1:amount>
            </ns1:attributeOptional>
        </ns1:echoAttributeOptional>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeOptional>
            <ns1:attributeOptional id="1712">
                <ns1:amount>1250</ns1:amount>
            </ns1:attributeOptional>
        </ns1:echoAttributeOptional>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeRequired>
            <ns1:attributeRequired id="1611" seasonal="yes">
                <ns1:percentage>5</ns1:percentage>
            </ns1:attributeRequired>
        </ns1:echoAttributeRequired>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeRequired>
            <ns1:attributeRequired id="1612" seasonal="no">
                <ns1:percentage>2</ns1:percentage>
            </ns1:attributeRequired>
        </ns1:echoAttributeRequired>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeFixed>
            <ns1:attributeFixed currency="GBP" id="1511">
                <ns1:fee>500</ns1:fee>
            </ns1:attributeFixed>
        </ns1:echoAttributeFixed>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeDefault>
            <ns1:attributeDefault defaultedValue="theDefaultValue"/>
        </ns1:echoAttributeDefault>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AttributeDefault AttributeDefault02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeDefault>
            <ns1:attributeDefault defaultedValue="theDefaultValue"/>
        </ns1:echoAttributeDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeDefault>
            <ns1:attributeDefault defaultedValue=""/>
        </ns1:echoAttributeDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeDefault>
            <ns1:attributeDefault defaultedValue="anotherValue"/>
        </ns1:echoAttributeDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElement>
            <ns1:globalElement/>
        </ns1:echoGlobalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElement>
            <ns1:globalElement>a value</ns1:globalElement>
        </ns1:echoGlobalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElement>
            <ns1:globalElement>another Value</ns1:globalElement>
        </ns1:echoGlobalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementDefault>
            <ns1:globalElementDefault/>
        </ns1:echoGlobalElementDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementDefault>
            <ns1:globalElementDefault>theDefaultValue</ns1:globalElementDefault>
        </ns1:echoGlobalElementDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementDefault>
            <ns1:globalElementDefault>anotherValue</ns1:globalElementDefault>
        </ns1:echoGlobalElementDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs0>
            <ns1:elementMinOccurs0>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:elementMinOccurs0>
        </ns1:echoElementMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs0>
            <ns1:elementMinOccurs0>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:middleName>Sumner</ns1:middleName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:elementMinOccurs0>
        </ns1:echoElementMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
NillableElement NillableElement01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNillableElement>
            <ns1:nillableMiddleName>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:nillableMiddleName>
        </ns1:echoNillableElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNillableElement>
            <ns1:nillableMiddleName>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:middleName>Sumner</ns1:middleName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:nillableMiddleName>
        </ns1:echoNillableElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
NillableOptionalElement NillableOptionalElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNillableOptionalElement>
            <ns1:nillableOptionalMiddleName>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:nillableOptionalMiddleName>
        </ns1:echoNillableOptionalElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNillableOptionalElement>
            <ns1:nillableOptionalMiddleName>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:middleName>Sumner</ns1:middleName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:nillableOptionalMiddleName>
        </ns1:echoNillableOptionalElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
NillableOptionalElement NillableOptionalElement03 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:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNillableOptionalElement>
            <ns1:nillableOptionalMiddleName>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:nillableOptionalMiddleName>
        </ns1:echoNillableOptionalElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnionMemberTypes UnionMemberTypes01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnionMemberTypes>
            <ns1:unionMemberTypes>22</ns1:unionMemberTypes>
        </ns1:echoUnionMemberTypes>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnionMemberTypes UnionMemberTypes02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnionMemberTypes>
            <ns1:unionMemberTypes>a string?</ns1:unionMemberTypes>
        </ns1:echoUnionMemberTypes>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnionDateString UnionDateString01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnionDateString>
            <ns1:unionDateString>Tonight</ns1:unionDateString>
        </ns1:echoUnionDateString>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnionDateString UnionDateString02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnionDateString>
            <ns1:unionDateString>2006-06-06</ns1:unionDateString>
        </ns1:echoUnionDateString>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnionSimpleDateString UnionSimpleDateString01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnionSimpleDateString>
            <ns1:unionSimpleDateString>Monday Night</ns1:unionSimpleDateString>
        </ns1:echoUnionSimpleDateString>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UnionSimpleDateString UnionSimpleDateString02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnionSimpleDateString>
            <ns1:unionSimpleDateString>2006-06-06</ns1:unionSimpleDateString>
        </ns1:echoUnionSimpleDateString>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNullEnumerationType>
            <ns1:nullEnumerationType/>
        </ns1:echoNullEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementEmptyComplexType>
            <ns1:elementEmptyComplexType/>
        </ns1:echoElementEmptyComplexType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementEmptySequence>
            <ns1:elementEmptySequence/>
        </ns1:echoElementEmptySequence>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementSequence>
            <ns1:globalElementSequence>
                <ns1:foo>one</ns1:foo>
                <ns1:bar>two</ns1:bar>
            </ns1:globalElementSequence>
        </ns1:echoGlobalElementSequence>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementAll>
            <ns1:globalElementAll>
                <ns1:globalElementAllA>one</ns1:globalElementAllA>
                <ns1:globalElementAllB>42</ns1:globalElementAllB>
            </ns1:globalElementAll>
        </ns1:echoGlobalElementAll>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementAll>
            <ns1:globalElementAll>
                <ns1:globalElementAllA>douze</ns1:globalElementAllA>
                <ns1:globalElementAllB>42</ns1:globalElementAllB>
            </ns1:globalElementAll>
        </ns1:echoGlobalElementAll>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementChoice>
            <ns1:globalElementChoice>
                <ns1:globalElementChoiceA>one</ns1:globalElementChoiceA>
            </ns1:globalElementChoice>
        </ns1:echoGlobalElementChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementChoice>
            <ns1:globalElementChoice>
                <ns1:globalElementChoiceB>two</ns1:globalElementChoiceB>
            </ns1:globalElementChoice>
        </ns1:echoGlobalElementChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNestedSequenceElementList>
            <ns1:nestedSequenceElementList>
                <ns1:nestedItem>
                    <ns1:item>item onexone</ns1:item>
                    <ns1:item>item onextwo</ns1:item>
                    <ns1:item>item onexthree</ns1:item>
                    <ns1:item>item onexfour</ns1:item>
                </ns1:nestedItem>
                <ns1:nestedItem>
                    <ns1:item>item twoxone</ns1:item>
                    <ns1:item>item twoxtwo</ns1:item>
                    <ns1:item>item twoxthree</ns1:item>
                    <ns1:item>item twoxfour</ns1:item>
                </ns1:nestedItem>
            </ns1:nestedSequenceElementList>
        </ns1:echoNestedSequenceElementList>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
MixedContentType MixedContentType01 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 value <ex:elem2>Tagged Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMixedContentType>
            <ns1:mixedContentType>
                <ns1:elem1>Tagged Value</ns1:elem1>mixed value <ex:elem2 xmlns:ex="*invalid*">Tagged Value</ex:elem2>
            </ns1:mixedContentType>
        </ns1:echoMixedContentType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMixedContentType>
            <ns1:mixedContentType>some text <ex:elem1
                    xmlns:ex="*invalid*">Tagged Value</ex:elem1> more text <ex:elem2 xmlns:ex="*invalid*">Tagged
          Value</ex:elem2>
            </ns1:mixedContentType>
        </ns1:echoMixedContentType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMixedContentType>
            <ns1:mixedContentType>

                <ns1:elem1>Tagged Value</ns1:elem1>mixed text value <ex:elem2 xmlns:ex="*invalid*">Tagged Value</ex:elem2> mixed
        text value </ns1:mixedContentType>
        </ns1:echoMixedContentType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMixedContentType>
            <ns1:mixedContentType>text mixed value <ex:elem1 xmlns:ex="*invalid*">Tagged Value</ex:elem1>
                <ex:elem2 xmlns:ex="*invalid*">Tagged Value</ex:elem2> some more text in a mixed value </ns1:mixedContentType>
        </ns1:echoMixedContentType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringSimpleTypePattern>
            <ns1:stringSimpleTypePattern>123</ns1:stringSimpleTypePattern>
        </ns1:echoStringSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoStringSimpleTypePattern>
            <ns1:stringSimpleTypePattern>009</ns1:stringSimpleTypePattern>
        </ns1:echoStringSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntSimpleTypePattern>
            <ns1:intSimpleTypePattern>123</ns1:intSimpleTypePattern>
        </ns1:echoIntSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntSimpleTypePattern>
            <ns1:intSimpleTypePattern>9</ns1:intSimpleTypePattern>
        </ns1:echoIntSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerSimpleTypePattern>
            <ns1:integerSimpleTypePattern>123</ns1:integerSimpleTypePattern>
        </ns1:echoIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoIntegerSimpleTypePattern>
            <ns1:integerSimpleTypePattern>9</ns1:integerSimpleTypePattern>
        </ns1:echoIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongSimpleTypePattern>
            <ns1:longSimpleTypePattern>123</ns1:longSimpleTypePattern>
        </ns1:echoLongSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLongSimpleTypePattern>
            <ns1:longSimpleTypePattern>9</ns1:longSimpleTypePattern>
        </ns1:echoLongSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalSimpleTypePattern>
            <ns1:decimalSimpleTypePattern>1234.12</ns1:decimalSimpleTypePattern>
        </ns1:echoDecimalSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalSimpleTypePattern>
            <ns1:decimalSimpleTypePattern>9898.00</ns1:decimalSimpleTypePattern>
        </ns1:echoDecimalSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatSimpleTypePattern>
            <ns1:floatSimpleTypePattern>123</ns1:floatSimpleTypePattern>
        </ns1:echoFloatSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoFloatSimpleTypePattern>
            <ns1:floatSimpleTypePattern>9</ns1:floatSimpleTypePattern>
        </ns1:echoFloatSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleSimpleTypePattern>
            <ns1:doubleSimpleTypePattern>123</ns1:doubleSimpleTypePattern>
        </ns1:echoDoubleSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDoubleSimpleTypePattern>
            <ns1:doubleSimpleTypePattern>9</ns1:doubleSimpleTypePattern>
        </ns1:echoDoubleSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortSimpleTypePattern>
            <ns1:shortSimpleTypePattern>123</ns1:shortSimpleTypePattern>
        </ns1:echoShortSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoShortSimpleTypePattern>
            <ns1:shortSimpleTypePattern>9</ns1:shortSimpleTypePattern>
        </ns1:echoShortSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerSimpleTypePattern>
            <ns1:nonNegativeIntegerSimpleTypePattern>123</ns1:nonNegativeIntegerSimpleTypePattern>
        </ns1:echoNonNegativeIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNonNegativeIntegerSimpleTypePattern>
            <ns1:nonNegativeIntegerSimpleTypePattern>009</ns1:nonNegativeIntegerSimpleTypePattern>
        </ns1:echoNonNegativeIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerSimpleTypePattern>
            <ns1:positiveIntegerSimpleTypePattern>123</ns1:positiveIntegerSimpleTypePattern>
        </ns1:echoPositiveIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPositiveIntegerSimpleTypePattern>
            <ns1:positiveIntegerSimpleTypePattern>009</ns1:positiveIntegerSimpleTypePattern>
        </ns1:echoPositiveIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongSimpleTypePattern>
            <ns1:unsignedLongSimpleTypePattern>123</ns1:unsignedLongSimpleTypePattern>
        </ns1:echoUnsignedLongSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedLongSimpleTypePattern>
            <ns1:unsignedLongSimpleTypePattern>9</ns1:unsignedLongSimpleTypePattern>
        </ns1:echoUnsignedLongSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntSimpleTypePattern>
            <ns1:unsignedIntSimpleTypePattern>123</ns1:unsignedIntSimpleTypePattern>
        </ns1:echoUnsignedIntSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedIntSimpleTypePattern>
            <ns1:unsignedIntSimpleTypePattern>9</ns1:unsignedIntSimpleTypePattern>
        </ns1:echoUnsignedIntSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortSimpleTypePattern>
            <ns1:unsignedShortSimpleTypePattern>123</ns1:unsignedShortSimpleTypePattern>
        </ns1:echoUnsignedShortSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnsignedShortSimpleTypePattern>
            <ns1:unsignedShortSimpleTypePattern>9</ns1:unsignedShortSimpleTypePattern>
        </ns1:echoUnsignedShortSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateSimpleTypePattern>
            <ns1:dateSimpleTypePattern>2006-12-18</ns1:dateSimpleTypePattern>
        </ns1:echoDateSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDateSimpleTypePattern>
            <ns1:dateSimpleTypePattern>2007-01-01</ns1:dateSimpleTypePattern>
        </ns1:echoDateSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMinInclusive>
            <ns1:restrictedMinInclusive>1</ns1:restrictedMinInclusive>
        </ns1:echoRestrictedMinInclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMinInclusive>
            <ns1:restrictedMinInclusive>2</ns1:restrictedMinInclusive>
        </ns1:echoRestrictedMinInclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMaxInclusive>
            <ns1:restrictedMaxInclusive>1</ns1:restrictedMaxInclusive>
        </ns1:echoRestrictedMaxInclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMaxInclusive>
            <ns1:restrictedMaxInclusive>3</ns1:restrictedMaxInclusive>
        </ns1:echoRestrictedMaxInclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMinExclusive>
            <ns1:restrictedMinExclusive>2</ns1:restrictedMinExclusive>
        </ns1:echoRestrictedMinExclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMinExclusive>
            <ns1:restrictedMinExclusive>3</ns1:restrictedMinExclusive>
        </ns1:echoRestrictedMinExclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMaxExclusive>
            <ns1:restrictedMaxExclusive>1</ns1:restrictedMaxExclusive>
        </ns1:echoRestrictedMaxExclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMaxExclusive>
            <ns1:restrictedMaxExclusive>2</ns1:restrictedMaxExclusive>
        </ns1:echoRestrictedMaxExclusive>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedLength>
            <ns1:restrictedLength>en</ns1:restrictedLength>
        </ns1:echoRestrictedLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedLength>
            <ns1:restrictedLength>FR</ns1:restrictedLength>
        </ns1:echoRestrictedLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMaxLength>
            <ns1:restrictedMaxLength>AUSTRALIA</ns1:restrictedMaxLength>
        </ns1:echoRestrictedMaxLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMaxLength>
            <ns1:restrictedMaxLength>N AMERICA</ns1:restrictedMaxLength>
        </ns1:echoRestrictedMaxLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMinLength>
            <ns1:restrictedMinLength>AUS</ns1:restrictedMinLength>
        </ns1:echoRestrictedMinLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedMinLength>
            <ns1:restrictedMinLength>GB</ns1:restrictedMinLength>
        </ns1:echoRestrictedMinLength>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeStrict AnyAttributeStrict01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeStrict>
            <ns1:anyAttributeStrict>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:anyAttributeStrict>
        </ns1:echoAnyAttributeStrict>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeStrict AnyAttributeStrict02 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeStrict>
            <ns1:anyAttributeStrict>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:anyAttributeStrict>
        </ns1:echoAnyAttributeStrict>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeStrict AnyAttributeStrict03 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeStrict>
            <ns1:anyAttributeStrict>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:anyAttributeStrict>
        </ns1:echoAnyAttributeStrict>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeSkip AnyAttributeSkip01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeSkip>
            <ns1:anyAttributeSkip>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:anyAttributeSkip>
        </ns1:echoAnyAttributeSkip>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeLax AnyAttributeLax01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeLax>
            <ns1:anyAttributeLax>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:anyAttributeLax>
        </ns1:echoAnyAttributeLax>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementReference>
            <ns1:customerName>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:customerName>
        </ns1:echoElementReference>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeReference>
            <ns1:clientName ns1:phoneNumber="0123456789">
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:clientName>
        </ns1:echoAttributeReference>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AttributeElementNameClash AttributeElementNameClash01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoAttributeElementNameClash' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSequenceStrict>
            <ns1:extendedSequenceStrict>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:extendedSequenceStrict>
        </ns1:echoExtendedSequenceStrict>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceStrict ExtendedSequenceStrict02 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSequenceStrict>
            <ns1:extendedSequenceStrict>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
                <ns1:extension>
                    <ex:middleName xmlns:ex="*invalid*">William</ex:middleName>
                    <ex:title xmlns:ex="*invalid*">Mr</ex:title>
                </ns1:extension>
            </ns1:extendedSequenceStrict>
        </ns1:echoExtendedSequenceStrict>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSequenceLax>
            <ns1:extendedSequenceLax>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:extendedSequenceLax>
        </ns1:echoExtendedSequenceLax>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceLax ExtendedSequenceLax02 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSequenceLax>
            <ns1:extendedSequenceLax>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
                <ns1:extension>
                    <ex:middleName xmlns:ex="*invalid*">William</ex:middleName>
                    <ex:title xmlns:ex="*invalid*">Mr</ex:title>
                </ns1:extension>
            </ns1:extendedSequenceLax>
        </ns1:echoExtendedSequenceLax>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSequenceSkip>
            <ns1:extendedSequenceSkip>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
            </ns1:extendedSequenceSkip>
        </ns1:echoExtendedSequenceSkip>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceSkip ExtendedSequenceSkip02 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSequenceSkip>
            <ns1:extendedSequenceSkip>
                <ns1:firstName>Bobby</ns1:firstName>
                <ns1:lastName>Sox</ns1:lastName>
                <ns1:extension>
                    <ex:middleName xmlns:ex="*invalid*">William</ex:middleName>
                    <ex:title xmlns:ex="*invalid*">Mr</ex:title>
                </ns1:extension>
            </ns1:extendedSequenceSkip>
        </ns1:echoExtendedSequenceSkip>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementTypeDefaultNamespace>
            <ns1:stringElementDefaultNamespace/>
        </ns1:echoElementTypeDefaultNamespace>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementTypeDefaultNamespace>
            <ns1:stringElementDefaultNamespace>This is a string!</ns1:stringElementDefaultNamespace>
        </ns1:echoElementTypeDefaultNamespace>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedStringMinLength>
            <ns1:restrictedStringMinLength>String Value</ns1:restrictedStringMinLength>
        </ns1:echoRestrictedStringMinLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedStringMaxLength>
            <ns1:restrictedStringMaxLength>String Value</ns1:restrictedStringMaxLength>
        </ns1:echoRestrictedStringMaxLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoRestrictedStringMinMaxLength>
            <ns1:restrictedStringMinMaxLength>String Value 2</ns1:restrictedStringMinMaxLength>
        </ns1:echoRestrictedStringMinMaxLength>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBareVector>
            <ns1:bareVector>
                <ns1:item1>item one</ns1:item1>
                <ns1:item1>item two</ns1:item1>
                <ns1:item2>item three</ns1:item2>
                <ns1:item2>item four</ns1:item2>
                <ns1:item3>item five</ns1:item3>
                <ns1:item3>item six</ns1:item3>
            </ns1:bareVector>
        </ns1:echoBareVector>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBareVector>
            <ns1:bareVector>
                <ns1:item1>item one</ns1:item1>
                <ns1:item1>item two</ns1:item1>
                <ns1:item3>item three</ns1:item3>
                <ns1:item3>item four</ns1:item3>
            </ns1:bareVector>
        </ns1:echoBareVector>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBareVector>
            <ns1:bareVector>
                <ns1:item2>item one</ns1:item2>
                <ns1:item2>item two</ns1:item2>
                <ns1:item2>item three</ns1:item2>
                <ns1:item2>item four</ns1:item2>
                <ns1:item3>item five</ns1:item3>
                <ns1:item3>item six</ns1:item3>
            </ns1:bareVector>
        </ns1:echoBareVector>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoBareVector>
            <ns1:bareVector>
                <ns1:item1>item one</ns1:item1>
                <ns1:item1>item two</ns1:item1>
                <ns1:item2>item three</ns1:item2>
                <ns1:item2>item four</ns1:item2>
            </ns1:bareVector>
        </ns1:echoBareVector>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeSequenceExtension>
            <ns1:complexTypeSequenceExtension>
                <ns1:name>Mary</ns1:name>
                <ns1:description>tall</ns1:description>
            </ns1:complexTypeSequenceExtension>
        </ns1:echoComplexTypeSequenceExtension>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
TypeSubstitutionUsingXsiType TypeSubstitutionUsingXsiType01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Validation constraint violation: data type mismatch ex:Part2 in element &lt;ex:part&gt;</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSimpleTypeAttributes>
            <ns1:simpleTypeAttributes a1="foo" a2="bar">hello</ns1:simpleTypeAttributes>
        </ns1:echoSimpleTypeAttributes>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
PrecisionDecimal PrecisionDecimal01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPrecisionDecimal>
            <ns1:precisionDecimal>1000.20</ns1:precisionDecimal>
        </ns1:echoPrecisionDecimal>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
PrecisionDecimal PrecisionDecimal02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPrecisionDecimal>
            <ns1:precisionDecimal>NaN</ns1:precisionDecimal>
        </ns1:echoPrecisionDecimal>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
PrecisionDecimal PrecisionDecimal03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoPrecisionDecimal>
            <ns1:precisionDecimal>-INF</ns1:precisionDecimal>
        </ns1:echoPrecisionDecimal>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSimpleType>
            <ns1:extendedSimpleType>hello</ns1:extendedSimpleType>
        </ns1:echoExtendedSimpleType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccurs1>
            <ns1:sequenceMinOccurs1>
                <ns1:sequenceMinOccurs1item>item1</ns1:sequenceMinOccurs1item>
            </ns1:sequenceMinOccurs1>
        </ns1:echoSequenceMinOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccursFinite>
            <ns1:articleColors>
                <ns1:articleColor>Red</ns1:articleColor>
                <ns1:articleContrast>Bright</ns1:articleContrast>
                <ns1:articleColor>Black</ns1:articleColor>
                <ns1:articleContrast>Bright</ns1:articleContrast>
                <ns1:articleColor>White</ns1:articleColor>
                <ns1:articleContrast>Low</ns1:articleContrast>
                <ns1:articleColor>Yellow</ns1:articleColor>
                <ns1:articleContrast>Normal</ns1:articleContrast>
            </ns1:articleColors>
        </ns1:echoSequenceMinOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccursFinite>
            <ns1:articleColors>
                <ns1:articleColor>Black</ns1:articleColor>
                <ns1:articleContrast>Normal</ns1:articleContrast>
                <ns1:articleColor>White</ns1:articleColor>
                <ns1:articleContrast>Bright</ns1:articleContrast>
            </ns1:articleColors>
        </ns1:echoSequenceMinOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMaxOccurs1>
            <ns1:myAgeDetails>
                <ns1:myAge>44</ns1:myAge>
            </ns1:myAgeDetails>
        </ns1:echoSequenceMaxOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMaxOccurs1>
            <ns1:myAgeDetails>
                <ns1:myAge>4</ns1:myAge>
            </ns1:myAgeDetails>
        </ns1:echoSequenceMaxOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs0MaxOccursFinite>
            <ns1:colorList/>
        </ns1:echoElementMinOccurs0MaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs0MaxOccursFinite>
            <ns1:colorList>
                <ns1:colorValue>red</ns1:colorValue>
                <ns1:colorValue>green</ns1:colorValue>
            </ns1:colorList>
        </ns1:echoElementMinOccurs0MaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs0MaxOccursUnbounded>
            <ns1:durationList/>
        </ns1:echoElementMinOccurs0MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs0MaxOccursUnbounded>
            <ns1:durationList>
                <ns1:durationValue>24</ns1:durationValue>
                <ns1:durationValue>34</ns1:durationValue>
                <ns1:durationValue>44</ns1:durationValue>
            </ns1:durationList>
        </ns1:echoElementMinOccurs0MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccurs0MaxOccursUnbounded>
            <ns1:durationListSequence>
                <ns1:durationVal>44</ns1:durationVal>
                <ns1:durationPercentage>33</ns1:durationPercentage>
                <ns1:durationVal>24</ns1:durationVal>
                <ns1:durationPercentage>45</ns1:durationPercentage>
                <ns1:durationVal>64</ns1:durationVal>
                <ns1:durationPercentage>22</ns1:durationPercentage>
            </ns1:durationListSequence>
        </ns1:echoSequenceMinOccurs0MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccurs0MaxOccursUnbounded>
            <ns1:durationListSequence/>
        </ns1:echoSequenceMinOccurs0MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs1MaxOccursUnbounded>
            <ns1:ageList>
                <ns1:ageValue>44</ns1:ageValue>
            </ns1:ageList>
        </ns1:echoElementMinOccurs1MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementMinOccurs1MaxOccursUnbounded>
            <ns1:ageList>
                <ns1:ageValue>24</ns1:ageValue>
                <ns1:ageValue>34</ns1:ageValue>
                <ns1:ageValue>44</ns1:ageValue>
            </ns1:ageList>
        </ns1:echoElementMinOccurs1MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccurs1MaxOccursUnbounded>
            <ns1:ageListSequence>
                <ns1:ageVal>44</ns1:ageVal>
                <ns1:agePercentage>33</ns1:agePercentage>
                <ns1:ageVal>24</ns1:ageVal>
                <ns1:agePercentage>45</ns1:agePercentage>
                <ns1:ageVal>64</ns1:ageVal>
                <ns1:agePercentage>22</ns1:agePercentage>
            </ns1:ageListSequence>
        </ns1:echoSequenceMinOccurs1MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccurs1MaxOccursUnbounded>
            <ns1:ageListSequence>
                <ns1:ageVal>44</ns1:ageVal>
                <ns1:agePercentage>33</ns1:agePercentage>
            </ns1:ageListSequence>
        </ns1:echoSequenceMinOccurs1MaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMaxOccursUnbounded>
            <ns1:bookPublications>
                <ns1:pubDate>2002-09-24</ns1:pubDate>
                <ns1:pubISBN>1-55960-907-6</ns1:pubISBN>
                <ns1:pubDate>2003-04-14</ns1:pubDate>
                <ns1:pubISBN>1-25466-908-6</ns1:pubISBN>
                <ns1:pubDate>2004-03-31</ns1:pubDate>
                <ns1:pubISBN>1-35460-909-6</ns1:pubISBN>
                <ns1:pubDate>2005-06-04</ns1:pubDate>
                <ns1:pubISBN>1-54560-910-6</ns1:pubISBN>
                <ns1:pubDate>2006-07-03</ns1:pubDate>
                <ns1:pubISBN>1-74869-911-6</ns1:pubISBN>
            </ns1:bookPublications>
        </ns1:echoSequenceMaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMaxOccursUnbounded>
            <ns1:bookPublications>
                <ns1:pubDate>2006-01-26</ns1:pubDate>
                <ns1:pubISBN>1-44795-912-6</ns1:pubISBN>
            </ns1:bookPublications>
        </ns1:echoSequenceMaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMaxOccursFinite>
            <ns1:winter>
                <ns1:mnth>November</ns1:mnth>
                <ns1:weather>Rain</ns1:weather>
                <ns1:mnth>December</ns1:mnth>
                <ns1:weather>Snow</ns1:weather>
                <ns1:mnth>January</ns1:mnth>
                <ns1:weather>Snow</ns1:weather>
                <ns1:mnth>February</ns1:mnth>
                <ns1:weather>Rain</ns1:weather>
            </ns1:winter>
        </ns1:echoSequenceMaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMaxOccursFinite>
            <ns1:winter>
                <ns1:mnth>December</ns1:mnth>
                <ns1:weather>Snow</ns1:weather>
            </ns1:winter>
        </ns1:echoSequenceMaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccurs0>
            <ns1:sequenceMinOccurs0>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:middleName>Sumner</ns1:middleName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:sequenceMinOccurs0>
        </ns1:echoSequenceMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceMinOccurs0>
            <ns1:sequenceMinOccurs0/>
        </ns1:echoSequenceMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceSequenceElement>
            <ns1:sequenceSequenceElement>
                <ns1:firstName>Paul</ns1:firstName>
            </ns1:sequenceSequenceElement>
        </ns1:echoSequenceSequenceElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceSequenceElement>
            <ns1:sequenceSequenceElement>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:middleName>Sumner</ns1:middleName>
            </ns1:sequenceSequenceElement>
        </ns1:echoSequenceSequenceElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceSequenceElement>
            <ns1:sequenceSequenceElement>
                <ns1:firstName>Paul</ns1:firstName>
                <ns1:middleName>Sumner</ns1:middleName>
                <ns1:lastName>Downey</ns1:lastName>
            </ns1:sequenceSequenceElement>
        </ns1:echoSequenceSequenceElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalSimpleTypeTotalDigits>
            <ns1:decimalSimpleTypeTotalDigits>1234</ns1:decimalSimpleTypeTotalDigits>
        </ns1:echoDecimalSimpleTypeTotalDigits>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalSimpleTypeTotalDigits>
            <ns1:decimalSimpleTypeTotalDigits>12345</ns1:decimalSimpleTypeTotalDigits>
        </ns1:echoDecimalSimpleTypeTotalDigits>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalSimpleTypeFractionDigits>
            <ns1:decimalSimpleTypeFractionDigits>1234.00</ns1:decimalSimpleTypeFractionDigits>
        </ns1:echoDecimalSimpleTypeFractionDigits>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoDecimalSimpleTypeFractionDigits>
            <ns1:decimalSimpleTypeFractionDigits>1234</ns1:decimalSimpleTypeFractionDigits>
        </ns1:echoDecimalSimpleTypeFractionDigits>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeTypeReference>
            <ns1:attributeTypeReference number="123"/>
        </ns1:echoAttributeTypeReference>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementTypeReference>
            <ns1:elementTypeReference>
                <ns1:text>
                    <ns1:referenced>foo</ns1:referenced>
                </ns1:text>
            </ns1:elementTypeReference>
        </ns1:echoElementTypeReference>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLocalElementComplexType>
            <ns1:localElementComplexType>
                <ns1:name>
                    <ns1:firstName>Paul</ns1:firstName>
                    <ns1:lastName>Paul</ns1:lastName>
                </ns1:name>
            </ns1:localElementComplexType>
        </ns1:echoLocalElementComplexType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoId>
            <ns1:idExample string="hello"/>
        </ns1:echoId>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeGroup>
            <ns1:attributeGroup id="AttributeGroup_contract_001">
                <ns1:contract>12345678910</ns1:contract>
            </ns1:attributeGroup>
        </ns1:echoAttributeGroup>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeGroup>
            <ns1:attributeGroup>
                <ns1:contract>9876543210</ns1:contract>
            </ns1:attributeGroup>
        </ns1:echoAttributeGroup>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ElementFormQualified ElementFormQualified01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoElementFormQualified' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNotNillableElement>
            <ns1:notNillableElement>
                <ns1:notNillableElement>Stuff</ns1:notNillableElement>
            </ns1:notNillableElement>
        </ns1:echoNotNillableElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoNotMixed>
            <ns1:notMixed>
                <ns1:notMixedElement>Stuff</ns1:notMixedElement>
            </ns1:notMixed>
        </ns1:echoNotMixed>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeFormUnqualified>
            <ns1:attributeFormUnqualified id="id01">
                <ns1:premium>1175</ns1:premium>
            </ns1:attributeFormUnqualified>
        </ns1:echoAttributeFormUnqualified>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeConcrete>
            <ns1:complexTypeConcrete>
                <ns1:premium>1175</ns1:premium>
            </ns1:complexTypeConcrete>
        </ns1:echoComplexTypeConcrete>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalComplexType>
            <ns1:globalComplexType>
                <ns1:premium>1175</ns1:premium>
            </ns1:globalComplexType>
        </ns1:echoGlobalComplexType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalComplexTypeAbstract>
            <ns1:globalComplexTypeAbstract>
                <ns1:premium>1175</ns1:premium>
            </ns1:globalComplexTypeAbstract>
        </ns1:echoGlobalComplexTypeAbstract>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementConcrete>
            <ns1:globalElementConcrete>Stuff</ns1:globalElementConcrete>
        </ns1:echoGlobalElementConcrete>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementBlock>
            <ns1:globalElementBlock>Stuff</ns1:globalElementBlock>
        </ns1:echoGlobalElementBlock>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementFinal>
            <ns1:globalElementFinal>Stuff</ns1:globalElementFinal>
        </ns1:echoGlobalElementFinal>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalComplexTypeBlock>
            <ns1:globalComplexTypeBlock>
                <ns1:amount>1175</ns1:amount>
            </ns1:globalComplexTypeBlock>
        </ns1:echoGlobalComplexTypeBlock>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeAttribute>
            <ns1:complexTypeAttribute currency="EUR" id="1711">
                <ns1:premium>a1250</ns1:premium>
            </ns1:complexTypeAttribute>
        </ns1:echoComplexTypeAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeAttributeExtension>
            <ns1:complexTypeAttributeExtension>
                <ns1:name>Mary</ns1:name>
            </ns1:complexTypeAttributeExtension>
        </ns1:echoComplexTypeAttributeExtension>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoByteSimpleTypePattern>
            <ns1:byteSimpleTypePattern>1</ns1:byteSimpleTypePattern>
        </ns1:echoByteSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMaxOccursFinite>
            <ns1:choiceMaxOccursFinite>
                <ns1:choiceA>first</ns1:choiceA>
                <ns1:choiceB>second</ns1:choiceB>
            </ns1:choiceMaxOccursFinite>
        </ns1:echoChoiceMaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMaxOccursFinite>
            <ns1:choiceMaxOccursFinite>
                <ns1:choiceA>first</ns1:choiceA>
                <ns1:choiceA>second</ns1:choiceA>
            </ns1:choiceMaxOccursFinite>
        </ns1:echoChoiceMaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMaxOccursFinite>
            <ns1:choiceMaxOccursFinite>
                <ns1:choiceA>only</ns1:choiceA>
            </ns1:choiceMaxOccursFinite>
        </ns1:echoChoiceMaxOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMaxOccursUnbounded>
            <ns1:choiceMaxOccursUnbounded>
                <ns1:choiceB>1st</ns1:choiceB>
                <ns1:choiceB>2nd</ns1:choiceB>
                <ns1:choiceB>3rd</ns1:choiceB>
            </ns1:choiceMaxOccursUnbounded>
        </ns1:echoChoiceMaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMaxOccursUnbounded>
            <ns1:choiceMaxOccursUnbounded>
                <ns1:choiceA>first</ns1:choiceA>
                <ns1:choiceA>second</ns1:choiceA>
            </ns1:choiceMaxOccursUnbounded>
        </ns1:echoChoiceMaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMaxOccursUnbounded>
            <ns1:choiceMaxOccursUnbounded>
                <ns1:choiceA>1st</ns1:choiceA>
                <ns1:choiceB>second</ns1:choiceB>
                <ns1:choiceA>3rd</ns1:choiceA>
            </ns1:choiceMaxOccursUnbounded>
        </ns1:echoChoiceMaxOccursUnbounded>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMinOccurs0>
            <ns1:choiceMinOccurs0>
                <ns1:AChoiceMinOccurs0>A</ns1:AChoiceMinOccurs0>
            </ns1:choiceMinOccurs0>
        </ns1:echoChoiceMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMinOccurs0>
            <ns1:choiceMinOccurs0>
                <ns1:BChoiceMinOccurs0>B</ns1:BChoiceMinOccurs0>
            </ns1:choiceMinOccurs0>
        </ns1:echoChoiceMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMinOccurs0>
            <ns1:choiceMinOccurs0/>
        </ns1:echoChoiceMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMinOccursFinite>
            <ns1:choiceMinOccursFinite>
                <ns1:AChoiceMinOccursFinite>A</ns1:AChoiceMinOccursFinite>
                <ns1:AChoiceMinOccursFinite>AA</ns1:AChoiceMinOccursFinite>
            </ns1:choiceMinOccursFinite>
        </ns1:echoChoiceMinOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceMinOccursFinite>
            <ns1:choiceMinOccursFinite>
                <ns1:BChoiceMinOccursFinite>B</ns1:BChoiceMinOccursFinite>
                <ns1:AChoiceMinOccursFinite>BA</ns1:AChoiceMinOccursFinite>
            </ns1:choiceMinOccursFinite>
        </ns1:echoChoiceMinOccursFinite>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceElement>
            <ns1:choiceElement>
                <ns1:AChoiceElement>A</ns1:AChoiceElement>
            </ns1:choiceElement>
        </ns1:echoChoiceElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceElement>
            <ns1:choiceElement>
                <ns1:BChoiceElement>B</ns1:BChoiceElement>
            </ns1:choiceElement>
        </ns1:echoChoiceElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceChoice>
            <ns1:choiceChoice>
                <ns1:Avalue>home</ns1:Avalue>
            </ns1:choiceChoice>
        </ns1:echoChoiceChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceChoice>
            <ns1:choiceChoice>
                <ns1:Bvalue>home</ns1:Bvalue>
            </ns1:choiceChoice>
        </ns1:echoChoiceChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceChoice>
            <ns1:choiceChoice>
                <ns1:Cvalue>home</ns1:Cvalue>
            </ns1:choiceChoice>
        </ns1:echoChoiceChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceSequence>
            <ns1:choiceSequence>
                <ns1:Avalue>home</ns1:Avalue>
            </ns1:choiceSequence>
        </ns1:echoChoiceSequence>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoChoiceSequence>
            <ns1:choiceSequence>
                <ns1:Bvalue>home</ns1:Bvalue>
                <ns1:Cvalue>home</ns1:Cvalue>
            </ns1:choiceSequence>
        </ns1:echoChoiceSequence>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
SequenceChoice SequenceChoice01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceChoice>
            <ns1:sequenceChoice>
                <ns1:Cvalue>home</ns1:Cvalue>
                <ns1:Avalue>home</ns1:Avalue>
            </ns1:sequenceChoice>
        </ns1:echoSequenceChoice>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
SequenceChoice SequenceChoice02 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceChoice>
            <ns1:sequenceChoice>
                <ns1:Cvalue>home</ns1:Cvalue>
                <ns1:Bvalue>home</ns1:Bvalue>
            </ns1:sequenceChoice>
        </ns1:echoSequenceChoice>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementGroup>
            <ns1:elementGroup>
                <ns1:value1>foo</ns1:value1>
                <ns1:value2>bar</ns1:value2>
            </ns1:elementGroup>
        </ns1:echoElementGroup>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnique>
            <ns1:unique>
                <ns1:character>
                    <ns1:name>String</ns1:name>
                    <ns1:age>String</ns1:age>
                </ns1:character>
            </ns1:unique>
        </ns1:echoUnique>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoTokenSimpleTypePattern>
            <ns1:tokenSimpleTypePattern>1</ns1:tokenSimpleTypePattern>
        </ns1:echoTokenSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAppinfoElement>
            <ns1:appinfoElement>some info</ns1:appinfoElement>
        </ns1:echoAppinfoElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeOnlyAttributeGroup>
            <ns1:complexTypeOnlyAttributeGroup id="AttributeGroup_contract_001"/>
        </ns1:echoComplexTypeOnlyAttributeGroup>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSubstitutionGroup>
            <substitutionElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</substitutionElement>
        </ns1:echoSubstitutionGroup>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSubstitutionGroup>
            <ns1:substitutionGroup>String</ns1:substitutionGroup>
        </ns1:echoSubstitutionGroup>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMaxOccurs1>
            <ns1:maxOccurs1>
                <ns1:value>44</ns1:value>
            </ns1:maxOccurs1>
        </ns1:echoMaxOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMaxOccurs1>
            <ns1:maxOccurs1>
                <ns1:value>4</ns1:value>
            </ns1:maxOccurs1>
        </ns1:echoMaxOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMinOccurs1>
            <ns1:minOccurs1>
                <ns1:value>44</ns1:value>
            </ns1:minOccurs1>
        </ns1:echoMinOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMinOccurs1>
            <ns1:minOccurs1>
                <ns1:value>4</ns1:value>
            </ns1:minOccurs1>
        </ns1:echoMinOccurs1>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAllElement>
            <ns1:allElement>
                <ns1:element1>element1</ns1:element1>
                <ns1:element2>element2</ns1:element2>
                <ns1:element3>element3</ns1:element3>
                <ns1:element4>element4</ns1:element4>
                <ns1:element5>element5</ns1:element5>
            </ns1:allElement>
        </ns1:echoAllElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementDefault>
            <ns1:elementDefault>
                <ns1:element>default</ns1:element>
            </ns1:elementDefault>
        </ns1:echoElementDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementDefault>
            <ns1:elementDefault>
                <ns1:element>wrong value</ns1:element>
            </ns1:elementDefault>
        </ns1:echoElementDefault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoList>
            <ns1:list>This is a list of strings</ns1:list>
        </ns1:echoList>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceElement>
            <ns1:sequenceElement>
                <ns1:element1>element1</ns1:element1>
                <ns1:element2>element2</ns1:element2>
                <ns1:element3>element3</ns1:element3>
            </ns1:sequenceElement>
        </ns1:echoSequenceElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceSingleRepeatedElement>
            <ns1:sequenceSingleRepeatedElement>
                <ns1:element>element</ns1:element>
                <ns1:element>element</ns1:element>
                <ns1:element>element</ns1:element>
                <ns1:element>element</ns1:element>
                <ns1:element>element</ns1:element>
            </ns1:sequenceSingleRepeatedElement>
        </ns1:echoSequenceSingleRepeatedElement>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceSingleRepeatedElement>
            <ns1:sequenceSingleRepeatedElement>
                <ns1:element>element</ns1:element>
            </ns1:sequenceSingleRepeatedElement>
        </ns1:echoSequenceSingleRepeatedElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeOtherStrict AnyAttributeOtherStrict01 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:echoAnyAttributeOtherStrict>
            <ex:anyAttributeOtherStrict ex2:otherAttribute="text"
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeOtherStrict>
            <ns1:anyAttributeOtherStrict>
                <ns1:firstElement>String</ns1:firstElement>
                <ns1:lastElement>String</ns1:lastElement>
            </ns1:anyAttributeOtherStrict>
        </ns1:echoAnyAttributeOtherStrict>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeOtherLax AnyAttributeOtherLax01 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:echoAnyAttributeOtherLax>
            <ex:anyAttributeOtherLax ex2:otherAttribute="text"
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeOtherLax>
            <ns1:anyAttributeOtherLax>
                <ns1:firstElement>String</ns1:firstElement>
                <ns1:lastElement>String</ns1:lastElement>
            </ns1:anyAttributeOtherLax>
        </ns1:echoAnyAttributeOtherLax>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AnyAttributeOtherSkip AnyAttributeOtherSkip01 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:echoAnyAttributeOtherSkip>
            <ex:anyAttributeOtherSkip ex2:otherAttribute="text"
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAnyAttributeOtherSkip>
            <ns1:anyAttributeOtherSkip>
                <ns1:firstElement>String</ns1:firstElement>
                <ns1:lastElement>String</ns1:lastElement>
            </ns1:anyAttributeOtherSkip>
        </ns1:echoAnyAttributeOtherSkip>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementAbstract>
            <ns1:globalElementAbstract>
                <globalElementAbstractSub xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</globalElementAbstractSub>
            </ns1:globalElementAbstract>
        </ns1:echoGlobalElementAbstract>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSimpleTypeEnumerationType>
            <ns1:simpleTypeEnumerationType>One</ns1:simpleTypeEnumerationType>
        </ns1:echoSimpleTypeEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSimpleTypeEnumerationType>
            <ns1:simpleTypeEnumerationType>Two</ns1:simpleTypeEnumerationType>
        </ns1:echoSimpleTypeEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLanguageEnumerationType>
            <ns1:languageEnumerationType>en</ns1:languageEnumerationType>
        </ns1:echoLanguageEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLanguageEnumerationType>
            <ns1:languageEnumerationType>it</ns1:languageEnumerationType>
        </ns1:echoLanguageEnumerationType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementReferenceUnqualified>
            <ns1:elementReferenceUnqualified/>
        </ns1:echoElementReferenceUnqualified>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementTypeReferenceUnqualified>
            <ns1:elementTypeReferenceUnqualified>
                <ns1:text>
               &lt;ex:referenced&gt;String&lt;/ex:referenced&gt;
            </ns1:text>
            </ns1:elementTypeReferenceUnqualified>
        </ns1:echoElementTypeReferenceUnqualified>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeReferenceUnqualified>
            <ns1:attributeReferenceUnqualified>
                <ns1:firstElement>String</ns1:firstElement>
                <ns1:lastElement>String</ns1:lastElement>
            </ns1:attributeReferenceUnqualified>
        </ns1:echoAttributeReferenceUnqualified>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AttributeTypeReferenceUnqualified AttributeTypeReferenceUnqualified01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeTypeReferenceUnqualified>
            <ns1:attributeTypeReferenceUnqualified localAttribute="123">
                <ns1:firstElement>String</ns1:firstElement>
            </ns1:attributeTypeReferenceUnqualified>
        </ns1:echoAttributeTypeReferenceUnqualified>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Well-formedness violation</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalAttributeSimpleType>
            <ns1:globalAttributeSimpleType>
                <ns1:globalAttributeSimpleTypeElement>string</ns1:globalAttributeSimpleTypeElement>
            </ns1:globalAttributeSimpleType>
        </ns1:echoGlobalAttributeSimpleType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Well-formedness violation</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalComplexTypeEmptyExtension>
            <ns1:globalComplexTypeEmptyExtension/>
        </ns1:echoGlobalComplexTypeEmptyExtension>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementComplexTypeEmptyExtension>
            <ns1:globalElementComplexTypeEmptyExtension/>
        </ns1:echoGlobalElementComplexTypeEmptyExtension>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementComplexTypeSequenceExtension>
            <ns1:globalElementComplexTypeSequenceExtension/>
        </ns1:echoGlobalElementComplexTypeSequenceExtension>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
GlobalElementSequenceAny GlobalElementSequenceAny01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementSequenceAny>
            <ns1:globalElementSequenceAny>
                <ex:data xmlns:ex="*invalid*"> some data </ex:data>
            </ns1:globalElementSequenceAny>
        </ns1:echoGlobalElementSequenceAny>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementSimpleType>
            <ns1:globalElementSimpleType>value1</ns1:globalElementSimpleType>
        </ns1:echoGlobalElementSimpleType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementSimpleType>
            <ns1:globalElementSimpleType>value2</ns1:globalElementSimpleType>
        </ns1:echoGlobalElementSimpleType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGlobalElementUnqualifiedType>
            <ns1:globalElementUnqualifiedType>
            &lt;ex:element1&gt;string1&lt;/ex:element1&gt;
            &lt;ex:element2&gt;string2&lt;/ex:element2&gt;
         </ns1:globalElementUnqualifiedType>
        </ns1:echoGlobalElementUnqualifiedType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearSimpleTypePattern>
            <ns1:gYearSimpleTypePattern>2009</ns1:gYearSimpleTypePattern>
        </ns1:echoGYearSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthSimpleTypePattern>
            <ns1:gMonthSimpleTypePattern>--11</ns1:gMonthSimpleTypePattern>
        </ns1:echoGMonthSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGDaySimpleTypePattern>
            <ns1:gDaySimpleTypePattern>---01</ns1:gDaySimpleTypePattern>
        </ns1:echoGDaySimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGYearMonthSimpleTypePattern>
            <ns1:gYearMonthSimpleTypePattern>2001-12</ns1:gYearMonthSimpleTypePattern>
        </ns1:echoGYearMonthSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoGMonthDaySimpleTypePattern>
            <ns1:gMonthDaySimpleTypePattern>--12-01</ns1:gMonthDaySimpleTypePattern>
        </ns1:echoGMonthDaySimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSimpleTypeRenamed>
            <ns1:simpleTypeRenamed>String</ns1:simpleTypeRenamed>
        </ns1:echoSimpleTypeRenamed>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLocalElementSimpleType>
            <ns1:localElementSimpleType>
                <ns1:localElement>First</ns1:localElement>
            </ns1:localElementSimpleType>
        </ns1:echoLocalElementSimpleType>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoLocalAttributeSimpleType>
            <ns1:localAttributeSimpleType localAttribute="First">
                <ns1:localElement1>String</ns1:localElement1>
                <ns1:localElement2>String</ns1:localElement2>
            </ns1:localAttributeSimpleType>
        </ns1:echoLocalAttributeSimpleType>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceStrictAny ExtendedSequenceStrictAny01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSequenceStrictAny>
            <ns1:extendedSequenceStrictAny>
                <ns1:firstElement>String</ns1:firstElement>
                <ns1:lastElement>String</ns1:lastElement>
                <ns1:extension>
                    <ex:extendedSequenceStrictAnyElement xmlns:ex="*invalid*">Stuff</ex:extendedSequenceStrictAnyElement>
                </ns1:extension>
            </ns1:extendedSequenceStrictAny>
        </ns1:echoExtendedSequenceStrictAny>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceLaxAny ExtendedSequenceLaxAny01 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:echoExtendedSequenceLaxAny>
            <ex:extendedSequenceLaxAny
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoExtendedSequenceLaxAny' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceSkipAny ExtendedSequenceSkipAny01 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:echoExtendedSequenceSkipAny>
            <ex:extendedSequenceSkipAny
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoExtendedSequenceSkipAny' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceSkipOther ExtendedSequenceSkipOther01 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:echoExtendedSequenceSkipOther>
            <ex:extendedSequenceSkipOther
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoExtendedSequenceSkipOther' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceLaxOther ExtendedSequenceLaxOther01 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:echoExtendedSequenceLaxOther>
            <ex:extendedSequenceLaxOther
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoExtendedSequenceLaxOther' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ExtendedSequenceStrictOther ExtendedSequenceStrictOther01 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:echoExtendedSequenceStrictOther>
            <ex:extendedSequenceStrictOther
                xmlns:ex2="http://example2.example.com"
                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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoExtendedSequenceStrictOther' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AttributeFormQualified AttributeFormQualified01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoAttributeFormQualified>
            <ns1:attributeFormQualified attribute="string">
                <ns1:element1>string</ns1:element1>
                <ns1:element2>string</ns1:element2>
            </ns1:attributeFormQualified>
        </ns1:echoAttributeFormQualified>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ComplexTypeAnyAttribute ComplexTypeAnyAttribute01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoComplexTypeAnyAttribute>
            <ns1:complexTypeAnyAttribute>
                <ns1:element1>string</ns1:element1>
                <ns1:element2>string</ns1:element2>
            </ns1:complexTypeAnyAttribute>
        </ns1:echoComplexTypeAnyAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
SimpleContentAnyAttribute SimpleContentAnyAttribute01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSimpleContentAnyAttribute>
            <ns1:simpleContentAnyAttribute>string</ns1:simpleContentAnyAttribute>
        </ns1:echoSimpleContentAnyAttribute>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoMixedComplexContent>
            <ns1:mixedComplexContent>
                <ns1:element1>string</ns1:element1>
            </ns1:mixedComplexContent>
        </ns1:echoMixedComplexContent>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
ElementFormUnqualified ElementFormUnqualified01 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: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Well-formedness violation</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoExtendedSimpleContent>
            <ns1:extendedSimpleContent attribute="string">string</ns1:extendedSimpleContent>
        </ns1:echoExtendedSimpleContent>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
            <faultcode>SOAP-ENV:Client</faultcode>
            <faultstring>Method 'ex:echoQualifiedLocalAttributes' not implemented: method name or namespace not recognized</faultstring>
        </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoSequenceAnyStrict>
            <ns1:sequenceAnyStrict>
                <ns1:element1>string</ns1:element1>
            </ns1:sequenceAnyStrict>
        </ns1:echoSequenceAnyStrict>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoUnionSimpleAndMemberTypes>
            <ns1:unionSimpleAndMemberTypes>string</ns1:unionSimpleAndMemberTypes>
        </ns1:echoUnionSimpleAndMemberTypes>
    </SOAP-ENV:Body>
</SOAP-ENV: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"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:wsdl="http://tempuri.org/wsdl.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <ns1:echoElementFixed>
            <ns1:elementFixed>yes</ns1:elementFixed>
        </ns1:echoElementFixed>
    </SOAP-ENV:Body>
</SOAP-ENV: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 $