XML Schema Patterns for Databinding Test Result Page: xbinder (v122)

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
xbinder
Version
v122
Language Mapping
c
Binding
n.a.
Link

Synthetic view

Number of passed tests: 262

Total number of tests: 285

All tests: 568

91% 9%

Passed and failed percentages

46% 4% 50%

Total: passed 262 - failed 23 - skipped 283 - total 568

54% 46%

Basic: passed 89 - failed 0 - skipped 73 - total 162

41% 5% 54%

Advanced: passed 167 - failed 23 - skipped 212 - total 402

150%

Pending: passed 6 - failed 0 - skipped -2 - total 4

Failed Basic tests

Failed Advanced tests

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
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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anySimpleTypeElement/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anySimpleTypeElement>anySimpleTypeValue</anySimpleTypeElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyTypeElement/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyTypeElement>
                <foo>
                    <bar>cheese</bar>
                </foo>
            </anyTypeElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDocumentationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <documentationElement>hello world</documentationElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <identifierName>Hello</identifierName>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <non-Identifier-Name>Hello</non-Identifier-Name>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElement/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElement>Hello cruel world.</stringElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringAttribute string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringAttribute string="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>false</booleanElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>true</booleanElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>false</booleanElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>true</booleanElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanAttribute boolean="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanAttribute boolean="false"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>0</decimalElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>-1.23</decimalElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>12678967.543233</decimalElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>1000000</decimalElement>
        </echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DecimalElement DecimalElement05 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>99999999999999980000000000000000000000000000</decimalElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>210</decimalElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>210</decimalElement>
        </echoDecimalElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DecimalAttribute DecimalAttribute01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalAttribute>
            <ex:decimalAttribute
                decimal="+10000000999829292922093443563.32423442"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDecimalAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalAttribute decimal="10000000999829290000000000000"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>-10000</floatElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>1.267432E15</floatElement>
        </echoFloatElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
FloatElement FloatElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>1.278E-1</floatElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>12</floatElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>INF</floatElement>
        </echoFloatElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
FloatAttribute FloatAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatAttribute>
            <ex:floatAttribute float="-7446.445E5"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoFloatAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatAttribute float="-744644500"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>-10000</doubleElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>1.267432233E15</doubleElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>1.278E-1</doubleElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>12</doubleElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>INF</doubleElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleAttribute double="12.334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1Y2M3DT10H30M</durationElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>-P1347M</durationElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1347Y</durationElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1M</durationElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDurationAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationAttribute duration="P1M"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>1999-05-31T13:20:00-05:00</dateTimeElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>2000-03-04T23:00:00+03:00</dateTimeElement>
        </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+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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>00:00:00</timeElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>12:00:01</timeElement>
        </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:34</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>23:59:34</timeElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>13:21:03Z</timeElement>
        </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:01:58Z"
                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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeAttribute time="00:01:58Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateElement>1999-05-31</dateElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateAttribute date="2006-05-30"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>1999-05</gYearMonthElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="2006-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>1999</gYearElement>
        </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="2038"
                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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="2038"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31</gMonthDayElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31Z</gMonthDayElement>
        </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-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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayAttribute gMonthDay="--09-28Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayElement>---05</gDayElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayAttribute gDay="---09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--02--</gMonthElement>
        </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--</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--12--</gMonthElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthAttribute gMonth="--04--"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <hexBinaryElement>76</hexBinaryElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <hexBinaryElement>77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</hexBinaryElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoHexBinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <hexBinaryAttribute hexBinary="77696f"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>bQ==</base64BinaryElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>eHdmb3Rh</base64BinaryElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>cnRjbGNyZW9scg==</base64BinaryElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBase64BinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAnyURIElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyURIElement>http://www.w3.org/2002/ws/databinding/</anyURIElement>
        </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://wwww.w3.org/2002/ws/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnyURIAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAnyURIAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoQNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <QNameElement>ex:QNameElement</QNameElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoQNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <QNameAttribute QName="ex:QNameAttribute"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringElement/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringElement>How now brown cow.</normalizedStringElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNormalizedStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTokenElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenElement>tokenElement</tokenElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTokenAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenAttribute token="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageElement>en</languageElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageElement>fr</languageElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLanguageAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageAttribute language="en"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENElement>id</NMTOKENElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</NMTOKENElement>
        </echoNMTOKENElement>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNMTOKENAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENAttribute NMTOKEN="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNMTOKENSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENSElement>a b c d e.b:s-w_x:q</NMTOKENSElement>
        </echoNMTOKENSElement>
    </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"
                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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNMTOKENSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENSAttribute NMTOKENS="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NameElement>foo</NameElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nameAttribute name="foo"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNCNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NCNameElement>foo</NCNameElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNCNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NCNameAttribute NCName="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIDElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDElement>foo</IDElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIDAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDAttribute ID="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIDREFElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFElement>foo</IDREFElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIDREFAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFAttribute IDREF="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIDREFSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFSElement>foo</IDREFSElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIDREFSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFSAttribute IDREFS="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoENTITYElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITYElement>lt</ENTITYElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoENTITYAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITYAttribute ENTITY="lt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoENTITIESElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITIESElement>lt gt apos quot</ENTITIESElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoENTITIESAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITIESAttribute ENTITIES="lt gt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>0</integerElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>1</integerElement>
        </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/">12678967543233</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>12678967543233</integerElement>
        </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/">+10000</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>10000</integerElement>
        </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/">123456789123456789123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>123456789123456789123456789123456789</integerElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="10002"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerElement>-1</nonPositiveIntegerElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerAttribute nonPositiveInteger="-20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerElement>-1</negativeIntegerElement>
        </echoNegativeIntegerElement>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longElement>1</longElement>
        </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="1738"
                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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longAttribute long="1738"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>1</intElement>
        </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/">10042</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>10042</intElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>-42</intElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intAttribute int="42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortElement>1</shortElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortAttribute short="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteElement>1</byteElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteAttribute byte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerElement>1</nonNegativeIntegerElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerAttribute nonNegativeInteger="20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongElement>1</unsignedLongElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongAttribute unsignedLong="2034"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntElement>1</unsignedIntElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntAttribute unsignedInt="32334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortElement>1</unsignedShortElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortAttribute unsignedShort="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </echoUnsignedShortAttribute>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerAttribute negativeInteger="-100"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </echoNegativeIntegerAttribute>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteElement>1</unsignedByteElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteAttribute unsignedByte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerElement>1</positiveIntegerElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerAttribute positiveInteger="257"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGlobalSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalSimpleType>foo</globalSimpleType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>John</beatle>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>Paul</beatle>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>Ringo</beatle>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNMTOKENEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nMTOKENEnumerationType>token1</nMTOKENEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intEnumerationType>2</intEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortEnumerationType>11</shortEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longEnumerationType>9152052</longEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleEnumerationType>1267.43233E12</doubleEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerEnumerationType>4000000</integerEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalEnumerationType>1000.0002</decimalEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatEnumerationType>1267.43233E12</floatEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonNegativeIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerEnumerationType>12</nonNegativeIntegerEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoPositiveIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerEnumerationType>12</positiveIntegerEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongEnumerationType>33333333333333</unsignedLongEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntEnumerationType>3333333333</unsignedIntEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortEnumerationType>3333</unsignedShortEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenEnumerationType>1</tokenEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenEnumerationType>2</tokenEnumerationType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequence id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <name>Widget</name>
                <shade>Light Blue</shade>
                <length>33</length>
            </complexTypeSequence>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequence id="6026" inStock="52"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <name>Widget</name>
                <shade>Green</shade>
                <length>1233</length>
            </complexTypeSequence>
        </echoComplexTypeSequence>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAll id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <name>Widget</name>
                <length>33</length>
                <shade>Light Blue</shade>
            </complexTypeAll>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAll id="6026" inStock="332"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <shade>Green</shade>
                <length>21</length>
                <name>Widget</name>
            </complexTypeAll>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <apple>21</apple>
            </fruit>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <orange>Two Hundred</orange>
            </fruit>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <banana>329</banana>
            </fruit>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <amount>225000</amount>
                <repayment>
                    <years>20</years>
                    <months>6</months>
                    <rate>5.25</rate>
                </repayment>
            </mortgage>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <amount>225000</amount>
                <interestonly>
                    <years>25</years>
                    <rate>5.50</rate>
                </interestonly>
            </mortgage>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <elementMinOccurs1item>item1</elementMinOccurs1item>
            </elementMinOccurs1>
        </echoElementMinOccurs1>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs2MaxOccurs2 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors2
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <itemColor>Red</itemColor>
                <itemColor>Yellow</itemColor>
            </itemColors2>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <itemColor>Red</itemColor>
                <itemColor>Black</itemColor>
                <itemColor>White</itemColor>
                <itemColor>Yellow</itemColor>
            </itemColors>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <itemColor>Black</itemColor>
                <itemColor>White</itemColor>
            </itemColors>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <value>44</value>
            </elementMaxOccurs1>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <value>4</value>
            </elementMaxOccurs1>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <day>2002-09-24</day>
                <day>2003-04-14</day>
                <day>2004-03-31</day>
                <day>2005-06-04</day>
                <day>2006-07-03</day>
            </publications>
        </echoElementMaxOccursUnbounded>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <day>2006-01-26</day>
            </publications>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <mnth>May</mnth>
                <mnth>June</mnth>
                <mnth>July</mnth>
                <mnth>August</mnth>
            </summer>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <mnth>August</mnth>
                <mnth>September</mnth>
            </summer>
        </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:premium 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:premium>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <premium currency="EUR" id="1711"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <amount>1250</amount>
            </premium>
        </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:premium id="1712"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>1250</ex:amount>
            </ex:premium>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <premium id="1712"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <amount>1250</amount>
            </premium>
        </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:discount id="1611" seasonal="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:percentage>5</ex:percentage>
            </ex:discount>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <discount id="1611" seasonal="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <percentage>5</percentage>
            </discount>
        </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:discount id="1612" seasonal="false"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:percentage>2</ex:percentage>
            </ex:discount>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <discount id="1612" seasonal="false"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <percentage>2</percentage>
            </discount>
        </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:survey 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:survey>
        </ex:echoAttributeFixed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeFixed xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <survey currency="GBP" id="1511"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <fee>500</fee>
            </survey>
        </echoAttributeFixed>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <lastName>Downey</lastName>
            </elementMinOccurs0>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </elementMinOccurs0>
        </echoElementMinOccurs0>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
NillableElement NillableElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableElement>
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName/>
                <lastName>Downey</lastName>
            </nillableMiddleName>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </nillableMiddleName>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </echoNillableOptionalElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
NillableOptionalElement NillableOptionalElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableOptionalElement>
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName/>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnionMemberTypes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unionMemberTypes>22</unionMemberTypes>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnionMemberTypes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unionMemberTypes> a string?</unionMemberTypes>
        </echoUnionMemberTypes>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNullEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nullEnumerationType/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementEmptyComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementEmptyComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementEmptySequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementEmptySequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoGlobalElementSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <foo>one</foo>
                <bar>two</bar>
            </globalElementSequence>
        </echoGlobalElementSequence>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
SequenceElementList SequenceElementList01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceElementList>
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:item>item one</ex:item>
                <ex:item>item two</ex:item>
                <ex:item>item three</ex:item>
                <ex:item>item four</ex:item>
            </ex:sequenceElementList>
        </ex:echoSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <item>item one</item>
                <item>item two</item>
                <item>item three</item>
                <item>item four</item>
            </sequenceElementList>
        </echoSequenceElementList>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
SequenceElementList SequenceElementList02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceElementList>
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:item>item one</ex:item>
            </ex:sequenceElementList>
        </ex:echoSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <item>item one</item>
            </sequenceElementList>
        </echoSequenceElementList>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
SequenceElementList SequenceElementList03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceElementList>
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </echoSequenceElementList>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNestedSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nestedSequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <nestedItem>
                    <item>item onexone</item>
                    <item>item onextwo</item>
                    <item>item onexthree</item>
                    <item>item onexfour</item>
                </nestedItem>
                <nestedItem>
                    <item>item twoxone</item>
                    <item>item twoxtwo</item>
                    <item>item twoxthree</item>
                    <item>item twoxfour</item>
                </nestedItem>
            </nestedSequenceElementList>
        </echoNestedSequenceElementList>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>
            </mixedContentType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>
            </mixedContentType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>
            </mixedContentType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>
            </mixedContentType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringSimpleTypePattern>123</stringSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringSimpleTypePattern>009</stringSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intSimpleTypePattern>123</intSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intSimpleTypePattern>9</intSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerSimpleTypePattern>123</integerSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerSimpleTypePattern>9</integerSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longSimpleTypePattern>123</longSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longSimpleTypePattern>9</longSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypePattern>1234.12</decimalSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypePattern>9898.00</decimalSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatSimpleTypePattern>123</floatSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatSimpleTypePattern>900E-2</floatSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleSimpleTypePattern>123</doubleSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleSimpleTypePattern>900E-2</doubleSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortSimpleTypePattern>123</shortSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortSimpleTypePattern>9</shortSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerSimpleTypePattern>123</nonNegativeIntegerSimpleTypePattern>
        </echoNonNegativeIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
NonNegativeIntegerSimpleTypePattern NonNegativeIntegerSimpleTypePattern02 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: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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerSimpleTypePattern>9</nonNegativeIntegerSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerSimpleTypePattern>123</positiveIntegerSimpleTypePattern>
        </echoPositiveIntegerSimpleTypePattern>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
PositiveIntegerSimpleTypePattern PositiveIntegerSimpleTypePattern02 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: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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerSimpleTypePattern>9</positiveIntegerSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongSimpleTypePattern>123</unsignedLongSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongSimpleTypePattern>9</unsignedLongSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntSimpleTypePattern>123</unsignedIntSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntSimpleTypePattern>9</unsignedIntSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortSimpleTypePattern>123</unsignedShortSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortSimpleTypePattern>9</unsignedShortSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateSimpleTypePattern>2006-12-18</dateSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateSimpleTypePattern>2007-01-01</dateSimpleTypePattern>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinInclusive>1</restrictedMinInclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinInclusive>2</restrictedMinInclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxInclusive>1</restrictedMaxInclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxInclusive>3</restrictedMaxInclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinExclusive>2</restrictedMinExclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinExclusive>3</restrictedMinExclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxExclusive>1</restrictedMaxExclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxExclusive>2</restrictedMaxExclusive>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedLength>en</restrictedLength>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedLength>FR</restrictedLength>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxLength>AUSTRALIA</restrictedMaxLength>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxLength>N AMERICA</restrictedMaxLength>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinLength>AUS</restrictedMinLength>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinLength>GB</restrictedMinLength>
        </echoRestrictedMinLength>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <customerName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </customerName>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <clientName ns1:phoneNumber="0123456789"
                xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </clientName>
        </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="0123456789" title="true"
                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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeElementNameClash xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <clientDetails phone="123456789" title="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <forename>Bobby</forename>
                <surname>Sox</surname>
                <title>Mr</title>
            </clientDetails>
        </echoAttributeElementNameClash>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceStrict>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <ex:middleName xmlns:ex="*invalid*">William</ex:middleName>
                    <ex:title xmlns:ex="*invalid*">Mr</ex:title>
                </extension>
            </extendedSequenceStrict>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceLax>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <ex:middleName xmlns:ex="*invalid*">William</ex:middleName>
                    <ex:title xmlns:ex="*invalid*">Mr</ex:title>
                </extension>
            </extendedSequenceLax>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceSkip>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <ex:middleName xmlns:ex="*invalid*">William</ex:middleName>
                    <ex:title xmlns:ex="*invalid*">Mr</ex:title>
                </extension>
            </extendedSequenceSkip>
        </echoExtendedSequenceSkip>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <item1>item one</item1>
                <item1>item two</item1>
                <item2>item three</item2>
                <item2>item four</item2>
                <item3>item five</item3>
                <item3>item six</item3>
            </bareVector>
        </echoBareVector>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <item1>item one</item1>
                <item1>item two</item1>
                <item3>item three</item3>
                <item3>item four</item3>
            </bareVector>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <item2>item one</item2>
                <item2>item two</item2>
                <item2>item three</item2>
                <item2>item four</item2>
                <item3>item five</item3>
                <item3>item six</item3>
            </bareVector>
        </echoBareVector>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <item1>item one</item1>
                <item1>item two</item1>
                <item2>item three</item2>
                <item2>item four</item2>
            </bareVector>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoComplexTypeSequenceExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequenceExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <name>Mary</name>
                <description>tall</description>
            </complexTypeSequenceExtension>
        </echoComplexTypeSequenceExtension>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSimpleTypeAttributes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <simpleTypeAttributes a1="foo" a2="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</simpleTypeAttributes>
        </echoSimpleTypeAttributes>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoExtendedSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</extendedSimpleType>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <sequenceMinOccurs1item>item1</sequenceMinOccurs1item>
            </sequenceMinOccurs1>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <articleColor>Red</articleColor>
                <articleContrast>Bright</articleContrast>
                <articleColor>Black</articleColor>
                <articleContrast>Bright</articleContrast>
                <articleColor>White</articleColor>
                <articleContrast>Low</articleContrast>
                <articleColor>Yellow</articleColor>
                <articleContrast>Normal</articleContrast>
            </articleColors>
        </echoSequenceMinOccursFinite>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <articleColor>Black</articleColor>
                <articleContrast>Normal</articleContrast>
                <articleColor>White</articleColor>
                <articleContrast>Bright</articleContrast>
            </articleColors>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <myAge>44</myAge>
            </myAgeDetails>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <myAge>4</myAge>
            </myAgeDetails>
        </echoSequenceMaxOccurs1>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <durationValue>24</durationValue>
                <durationValue>34</durationValue>
                <durationValue>44</durationValue>
            </durationList>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <durationVal>44</durationVal>
                <durationPercentage>33</durationPercentage>
                <durationVal>24</durationVal>
                <durationPercentage>45</durationPercentage>
                <durationVal>64</durationVal>
                <durationPercentage>22</durationPercentage>
            </durationListSequence>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ageValue>44</ageValue>
            </ageList>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ageValue>24</ageValue>
                <ageValue>34</ageValue>
                <ageValue>44</ageValue>
            </ageList>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ageVal>44</ageVal>
                <agePercentage>33</agePercentage>
                <ageVal>24</ageVal>
                <agePercentage>45</agePercentage>
                <ageVal>64</ageVal>
                <agePercentage>22</agePercentage>
            </ageListSequence>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ageVal>44</ageVal>
                <agePercentage>33</agePercentage>
            </ageListSequence>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <pubDate>2002-09-24</pubDate>
                <pubISBN>1-55960-907-6</pubISBN>
                <pubDate>2003-04-14</pubDate>
                <pubISBN>1-25466-908-6</pubISBN>
                <pubDate>2004-03-31</pubDate>
                <pubISBN>1-35460-909-6</pubISBN>
                <pubDate>2005-06-04</pubDate>
                <pubISBN>1-54560-910-6</pubISBN>
                <pubDate>2006-07-03</pubDate>
                <pubISBN>1-74869-911-6</pubISBN>
            </bookPublications>
        </echoSequenceMaxOccursUnbounded>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <pubDate>2006-01-26</pubDate>
                <pubISBN>1-44795-912-6</pubISBN>
            </bookPublications>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <mnth>November</mnth>
                <weather>Rain</weather>
                <mnth>December</mnth>
                <weather>Snow</weather>
                <mnth>January</mnth>
                <weather>Snow</weather>
                <mnth>February</mnth>
                <weather>Rain</weather>
            </winter>
        </echoSequenceMaxOccursFinite>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <mnth>December</mnth>
                <weather>Snow</weather>
            </winter>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </sequenceMinOccurs0>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
            </sequenceSequenceElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
            </sequenceSequenceElement>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </sequenceSequenceElement>
        </echoSequenceSequenceElement>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
DecimalSimpleTypeFractionDigits DecimalSimpleTypeFractionDigits01 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: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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeFractionDigits>1234</decimalSimpleTypeFractionDigits>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeFractionDigits>1234</decimalSimpleTypeFractionDigits>
        </echoDecimalSimpleTypeFractionDigits>
    </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoElementTypeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementTypeReference
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <text>
                    <referenced>foo</referenced>
                </text>
            </elementTypeReference>
        </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-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoLocalElementComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <name>
                    <firstName>Paul</firstName>
                    <lastName>Paul</lastName>
                </name>
            </localElementComplexType>
        </echoLocalElementComplexType>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
IdExample 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:echoIdExample>
            <ex:idExample string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIdExample>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoIdExample xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <idExample string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </echoIdExample>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AttributeGroupExample AttributeGroupExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeGroupExample>
            <ex:attributeGroupExample
                id="AttributeGroupExample_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>12345678910</ex:contract>
            </ex:attributeGroupExample>
        </ex:echoAttributeGroupExample>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeGroupExample xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeGroupExample
                id="AttributeGroupExample_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <contract>12345678910</contract>
            </attributeGroupExample>
        </echoAttributeGroupExample>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
AttributeGroupExample AttributeGroupExample02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeGroupExample>
            <ex:attributeGroupExample
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>9876543210</ex:contract>
            </ex:attributeGroupExample>
        </ex:echoAttributeGroupExample>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
        <echoAttributeGroupExample xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeGroupExample
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <contract>9876543210</contract>
            </attributeGroupExample>
        </echoAttributeGroupExample>
    </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 $