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.
Number of passed tests: 273
Total number of tests: 306
All tests: 333
| 89% | 11% |
Passed and failed percentages
| 81% | 9% | 10% |
Total: passed 273 - failed 33 - skipped 27 - total 333
| 91% | 9% |
Basic: passed 94 - failed 0 - skipped 9 - total 103
| 82% | 14% | 4% |
Advanced: passed 179 - failed 32 - skipped 5 - total 216
| 100% |
Pending: passed 0 - failed 0 - skipped 14 - total 14
In the report below:
| 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/09 15:33:29 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>
<ns1:echoDocumentationElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:documentationElement>hello world</ns1:documentationElement>
</ns1: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/09 15:33:29 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>
<ns1:echoIdentifierName xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:identifierName>Hello</ns1:identifierName>
</ns1: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/09 15:33:29 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>
<ns1:echoNonIdentifierName xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:non-Identifier-Name>Hello</ns1:non-Identifier-Name>
</ns1: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/09 15:33:29 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>
<ns1:echoStringElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:stringElement/>
</ns1: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/09 15:33:29 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>
<ns1:echoStringElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:stringElement>Hello cruel world.</ns1:stringElement>
</ns1: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/09 15:33:29 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>
<ns1:echoStringAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:stringAttribute string="hello"/>
</ns1: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/09 15:33:29 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>
<ns1:echoStringAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:stringAttribute string="0123456789"/>
</ns1: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/09 15:33:29 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>
<ns1:echoBooleanElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:booleanElement>false</ns1:booleanElement>
</ns1: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/09 15:33:29 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>
<ns1:echoBooleanElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:booleanElement>true</ns1:booleanElement>
</ns1: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/09 15:33:29 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>
<ns1:echoBooleanElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:booleanElement>false</ns1:booleanElement>
</ns1: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/09 15:33:29 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>
<ns1:echoBooleanElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:booleanElement>true</ns1:booleanElement>
</ns1: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/09 15:33:29 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>
<ns1:echoBooleanAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:booleanAttribute boolean="true"/>
</ns1: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/09 15:33:29 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>
<ns1:echoBooleanAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:booleanAttribute boolean="false"/>
</ns1: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/09 15:33:29 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>
<ns1:echoDoubleElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:doubleElement>-10000.0</ns1:doubleElement>
</ns1: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/09 15:33:29 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>
<ns1:echoDoubleElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:doubleElement>1.267432233E15</ns1:doubleElement>
</ns1: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/09 15:33:29 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>
<ns1:echoDoubleElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:doubleElement>0.1278</ns1:doubleElement>
</ns1: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/09 15:33:29 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>
<ns1:echoDoubleElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:doubleElement>12.0</ns1:doubleElement>
</ns1: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/09 15:33:29 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>
<ns1:echoDoubleElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:doubleElement>Infinity</ns1:doubleElement>
</ns1: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/09 15:33:29 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>
<ns1:echoDoubleAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:doubleAttribute double="12.334"/>
</ns1: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/09 15:33:29 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>
<ns1:echoDateTimeElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:dateTimeElement>1999-05-31T18:20:00.000Z</ns1:dateTimeElement>
</ns1: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/09 15:33:29 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>
<ns1:echoDateTimeElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:dateTimeElement>2000-03-04T20:00:00.000Z</ns1:dateTimeElement>
</ns1: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/09 15:33:29 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>
<ns1:echoDateTimeAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:dateTimeAttribute dateTime="2006-10-26T01:51:00.000Z"/>
</ns1: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/09 15:33:29 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>
<ns1:echoBase64BinaryElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:base64BinaryElement>bQ==</ns1:base64BinaryElement>
</ns1: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/09 15:33:29 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>
<ns1:echoBase64BinaryElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:base64BinaryElement>eHdmb3Rh</ns1:base64BinaryElement>
</ns1: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/09 15:33:29 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>
<ns1:echoBase64BinaryElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:base64BinaryElement>cnRjbGNyZW9scg==</ns1:base64BinaryElement>
</ns1: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/09 15:33:29 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>
<ns1:echoAnyURIElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:anyURIElement>http://www.w3.org/2002/ws/databinding/</ns1:anyURIElement>
</ns1: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/09 15:33:29 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>
<ns1:echoAnyURIAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"/>
</ns1: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/09 15:33:29 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>
<ns1:echoQNameElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:QNameElement>ns1:QNameElement</ns1:QNameElement>
</ns1: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/09 15:33:29 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>
<ns1:echoQNameAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:QNameAttribute QName="ns1:QNameAttribute"/>
</ns1: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/09 15:33:29 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>
<ns1:echoNormalizedStringElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:normalizedStringElement/>
</ns1: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/09 15:33:29 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>
<ns1:echoNormalizedStringElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:normalizedStringElement>How now brown cow.</ns1:normalizedStringElement>
</ns1: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/09 15:33:29 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>
<ns1:echoNormalizedStringAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:normalizedStringAttribute normalizedString="Hello Paris"/>
</ns1: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/09 15:33:29 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>
<ns1:echoTokenElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:tokenElement>tokenElement</ns1:tokenElement>
</ns1: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/09 15:33:29 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>
<ns1:echoTokenAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:tokenAttribute token="hello"/>
</ns1: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/09 15:33:29 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>
<ns1:echoNameElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:NameElement>foo</ns1:NameElement>
</ns1: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/09 15:33:29 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>
<ns1:echoNameAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:nameAttribute name="foo"/>
</ns1: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/09 15:33:29 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>
<ns1:echoNCNameElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:NCNameElement>foo</ns1:NCNameElement>
</ns1: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/09 15:33:29 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>
<ns1:echoNCNameAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:NCNameAttribute NCName="bar"/>
</ns1: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/09 15:33:29 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>
<ns1:echoLongElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:longElement>1</ns1:longElement>
</ns1: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/09 15:33:29 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>
<ns1:echoLongAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:longAttribute long="1738"/>
</ns1: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/09 15:33:29 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>
<ns1:echoIntElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:intElement>1</ns1:intElement>
</ns1: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/09 15:33:29 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">10042</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>
<ns1:echoIntElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:intElement>10042</ns1:intElement>
</ns1:echoIntElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| IntElement | IntElement03 | 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/09 15:33:29 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">-42</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>
<ns1:echoIntElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:intElement>-42</ns1:intElement>
</ns1:echoIntElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| IntAttribute | IntAttribute01 | 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/09 15:33:29 jigsaw Exp $-->
<ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:intAttribute int="42"
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:echoIntAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:echoIntAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:intAttribute int="42"/>
</ns1:echoIntAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| ShortElement | ShortElement01 | 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/09 15:33:29 jigsaw Exp $-->
<ex:echoShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:shortElement
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:shortElement>
</ex:echoShortElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:echoShortElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:shortElement>1</ns1:shortElement>
</ns1:echoShortElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| ShortAttribute | ShortAttribute01 | 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/09 15:33:29 jigsaw Exp $-->
<ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:shortAttribute short="22"
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:echoShortAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:echoShortAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:shortAttribute short="22"/>
</ns1:echoShortAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| ByteElement | ByteElement01 | 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/09 15:33:29 jigsaw Exp $-->
<ex:echoByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:byteElement
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:byteElement>
</ex:echoByteElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:echoByteElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:byteElement>1</ns1:byteElement>
</ns1:echoByteElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| ByteAttribute | ByteAttribute01 | 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/09 15:33:29 jigsaw Exp $-->
<ex:echoByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:byteAttribute byte="64"
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:echoByteAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:echoByteAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:byteAttribute byte="64"/>
</ns1:echoByteAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute01 | 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/09 15:33:29 jigsaw Exp $-->
<ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nonNegativeIntegerAttribute nonNegativeInteger="20"
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:echoNonNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:echoNonNegativeIntegerAttribute xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:nonNegativeIntegerAttribute nonNegativeInteger="20"/>
</ns1:echoNonNegativeIntegerAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| PositiveIntegerElement | PositiveIntegerElement01 | 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/09 15:33:29 jigsaw Exp $-->
<ex:echoPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:positiveIntegerElement
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:positiveIntegerElement>
</ex:echoPositiveIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns1:echoPositiveIntegerElement xmlns:ns1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ns1:positiveIntegerElement>1</ns1:positiveIntegerElement>
</ns1:echoPositiveIntegerElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| PositiveIntegerAttribute | PositiveIntegerAttribute01 | passed |