XML Schema Patterns for Databinding Test Result Page: Axis2 (1.3)

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
Axis2
Version
1.3
Language Mapping
Java
Binding
xmlbeans
Link

Synthetic view

Number of passed tests: 306

Total number of tests: 306

All tests: 333

100%

Passed and failed percentages

91% 9%

Total: passed 306 - failed 0 - skipped 27 - total 333

91% 9%

Basic: passed 94 - failed 0 - skipped 9 - total 103

98% 2%

Advanced: passed 212 - failed 0 - skipped 4 - total 216

100%

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

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
DocumentationElement DocumentationElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDocumentationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:documentationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">hello world</ex:documentationElement>
        </ex:echoDocumentationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDocumentationElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:documentationElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">hello world</ex:documentationElement>
        </ex:echoDocumentationElement>
    </soapenv:Body>
</soapenv:Envelope>
IdentifierName IdentifierName02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoIdentifierName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:identifierName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello</ex:identifierName>
        </ex:echoIdentifierName>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIdentifierName
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:identifierName
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Hello</ex:identifierName>
        </ex:echoIdentifierName>
    </soapenv:Body>
</soapenv:Envelope>
NonIdentifierName NonIdentifierName02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNonIdentifierName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:non-Identifier-Name
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello</ex:non-Identifier-Name>
        </ex:echoNonIdentifierName>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonIdentifierName
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:non-Identifier-Name
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Hello</ex:non-Identifier-Name>
        </ex:echoNonIdentifierName>
    </soapenv:Body>
</soapenv:Envelope>
StringElement StringElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoStringElement>
    </soapenv:Body>
</soapenv:Envelope>
StringElement StringElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello cruel world.</ex:stringElement>
        </ex:echoStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Hello cruel world.</ex:stringElement>
        </ex:echoStringElement>
    </soapenv:Body>
</soapenv:Envelope>
StringAttribute StringAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringAttribute string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringAttribute string="hello"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoStringAttribute>
    </soapenv:Body>
</soapenv:Envelope>
StringAttribute StringAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringAttribute string="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringAttribute string="0123456789"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoStringAttribute>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">false</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">false</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">true</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">true</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanAttribute BooleanAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBooleanAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanAttribute boolean="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoBooleanAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanAttribute boolean="true"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoBooleanAttribute>
    </soapenv:Body>
</soapenv:Envelope>
BooleanAttribute BooleanAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBooleanAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanAttribute boolean="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoBooleanAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanAttribute boolean="0"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoBooleanAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1E4</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1E4</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1267.432233E12</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1267.432233E12</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12.78e-2</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12.78e-2</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">INF</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">INF</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleAttribute DoubleAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDoubleAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleAttribute double="12.334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDoubleAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleAttribute double="12.334"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDoubleAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05-31T13:20:00-05:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1999-05-31T13:20:00-05:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeAttribute DateTimeAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <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/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
Base64BinaryElement Base64BinaryElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">bQ==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBase64BinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">bQ==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
Base64BinaryElement Base64BinaryElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">eHdmb3Rh</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBase64BinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">eHdmb3Rh</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
Base64BinaryElement Base64BinaryElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">cnRjbGNyZW9scg==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBase64BinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">cnRjbGNyZW9scg==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
AnyURIElement AnyURIElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoAnyURIElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyURIElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement>
        </ex:echoAnyURIElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyURIElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyURIElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement>
        </ex:echoAnyURIElement>
    </soapenv:Body>
</soapenv:Envelope>
AnyURIAttribute AnyURIAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoAnyURIAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAnyURIAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyURIAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAnyURIAttribute>
    </soapenv:Body>
</soapenv:Envelope>
QNameElement QNameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoQNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:QNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">ex:QNameElement</ex:QNameElement>
        </ex:echoQNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoQNameElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:QNameElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">ex:QNameElement</ex:QNameElement>
        </ex:echoQNameElement>
    </soapenv:Body>
</soapenv:Envelope>
QNameAttribute QNameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoQNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:QNameAttribute QName="ex:QNameAttribute"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoQNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoQNameAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:QNameAttribute QName="ex:QNameAttribute"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoQNameAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NormalizedStringElement NormalizedStringElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNormalizedStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNormalizedStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNormalizedStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNormalizedStringElement>
    </soapenv:Body>
</soapenv:Envelope>
NormalizedStringElement NormalizedStringElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNormalizedStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">How now brown cow.</ex:normalizedStringElement>
        </ex:echoNormalizedStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNormalizedStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">How now brown cow.</ex:normalizedStringElement>
        </ex:echoNormalizedStringElement>
    </soapenv:Body>
</soapenv:Envelope>
NormalizedStringAttribute NormalizedStringAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNormalizedStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNormalizedStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNormalizedStringAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNormalizedStringAttribute>
    </soapenv:Body>
</soapenv:Envelope>
TokenElement TokenElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoTokenElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:tokenElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">tokenElement</ex:tokenElement>
        </ex:echoTokenElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTokenElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">tokenElement</ex:tokenElement>
        </ex:echoTokenElement>
    </soapenv:Body>
</soapenv:Envelope>
TokenAttribute TokenAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoTokenAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:tokenAttribute token="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoTokenAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTokenAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenAttribute token="hello"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoTokenAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NameElement NameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:NameElement>
        </ex:echoNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNameElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NameElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:NameElement>
        </ex:echoNameElement>
    </soapenv:Body>
</soapenv:Envelope>
NameAttribute NameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nameAttribute name="foo"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNameAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nameAttribute name="foo"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNameAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NCNameElement NCNameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNCNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NCNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:NCNameElement>
        </ex:echoNCNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNCNameElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NCNameElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:NCNameElement>
        </ex:echoNCNameElement>
    </soapenv:Body>
</soapenv:Envelope>
NCNameAttribute NCNameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoNCNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NCNameAttribute NCName="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNCNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNCNameAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NCNameAttribute NCName="bar"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNCNameAttribute>
    </soapenv:Body>
</soapenv:Envelope>
LongElement LongElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:longElement>
        </ex:echoLongElement>
    </soapenv:Body>
</soapenv:Envelope>
LongAttribute LongAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longAttribute long="1738"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longAttribute long="1738"
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntElement IntElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:ex="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/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:intElement>
        </ex:echoIntElement>
    </soapenv:Body>
</soapenv:Envelope>
IntElement IntElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.1 2007/10/10 09:04:00 jigsaw Exp $-->
        <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="