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: 486
Total number of tests: 486
All tests: 603
| 100% |
Passed and failed percentages
| 80% | 20% |
Total: passed 486 - failed 0 - skipped 117 - total 603
| 89% | 11% |
Basic: passed 142 - failed 0 - skipped 17 - total 159
| 75% | 25% |
Advanced: passed 337 - failed 0 - skipped 107 - total 444
Pending: passed 7 - failed 0 - skipped -7 - total 0
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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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 echoStringAttribute-StringAttribute02.xml,v 1.16 2008/02/04 14:18:22 ylafon 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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:42</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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:42</ex:dateTimeElement>
</ex:echoDateTimeElement>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeElement | DateTimeElement03 | 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.3 2008/02/04 23:01:20 gcowe 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:00Z</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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:00Z</ex:dateTimeElement>
</ex:echoDateTimeElement>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeElement | DateTimeElement04 | 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.3 2008/02/04 23:01:20 gcowe 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">2038-12-12T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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">2038-12-12T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeElement | DateTimeElement05 | 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.3 2008/02/04 23:01:20 gcowe 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">0739-03-04T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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">0739-03-04T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeElement | DateTimeElement06 | 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.3 2008/02/04 23:01:20 gcowe 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">10739-03-04T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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">10739-03-04T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeAttribute dateTime="2006-10-26T04:51:00-05:42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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-05: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:echoDateTimeAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute02 | 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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeAttribute dateTime="2006-10-26T04:51:00Z"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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:00Z"
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>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeAttribute dateTime="2038-12-12T23:59:59"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="2038-12-12T23:59:59"
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>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute05 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeAttribute dateTime="0739-04-04T04:51: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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="0739-04-04T04:51: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>
</soap:Body>
</soap:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute06 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeAttribute dateTime="10739-04-04T04:51: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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="10739-04-04T04:51: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap:Envelope>
|
|||
| LongElement | LongElement02 | 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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap:Envelope>
|
|||
| LongElement | LongElement03 | 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.3 2008/02/04 23:01:20 gcowe 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">+42</ex:longElement>
</ex:echoLongElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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:longElement>
</ex:echoLongElement>
</soap:Body>
</soap:Envelope>
|
|||
| LongElement | LongElement04 | 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.3 2008/02/04 23:01:20 gcowe 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">-9223372036854775808</ex:longElement>
</ex:echoLongElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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">-9223372036854775808</ex:longElement>
</ex:echoLongElement>
</soap:Body>
</soap:Envelope>
|
|||
| LongElement | LongElement05 | 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.3 2008/02/04 23:01:20 gcowe 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">9223372036854775807</ex:longElement>
</ex:echoLongElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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">9223372036854775807</ex:longElement>
</ex:echoLongElement>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:longAttribute long="1066"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="1066"
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>
</soap:Body>
</soap:Envelope>
|
|||
| LongAttribute | LongAttribute02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:longAttribute long="-1515"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="-1515"
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>
</soap:Body>
</soap:Envelope>
|
|||
| LongAttribute | LongAttribute03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:longAttribute long="+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:echoLongAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="+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:echoLongAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| LongAttribute | LongAttribute04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:longAttribute long="-9223372036854775808"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="-9223372036854775808"
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>
</soap:Body>
</soap:Envelope>
|
|||
| LongAttribute | LongAttribute05 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:longAttribute long="9223372036854775807"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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="9223372036854775807"
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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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>
</soap:Body>
</soap:Envelope>
|
|||
| IntElement | IntElement04 | 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.3 2008/02/04 23:01:20 gcowe 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">2147483647</ex:intElement>
</ex:echoIntElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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">2147483647</ex:intElement>
</ex:echoIntElement>
</soap:Body>
</soap:Envelope>
|
|||
| IntElement | IntElement05 | 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.3 2008/02/04 23:01:20 gcowe 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">-2147483648</ex:intElement>
</ex:echoIntElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap: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: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">-2147483648</ex:intElement>
</ex:echoIntElement>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoIntAttribute
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| IntAttribute | IntAttribute02 | 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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoIntAttribute
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| IntAttribute | IntAttribute03 | 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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoIntAttribute
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| IntAttribute | IntAttribute04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:intAttribute int="2147483647"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoIntAttribute
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:intAttribute int="2147483647"
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>
</soap:Body>
</soap:Envelope>
|
|||
| IntAttribute | IntAttribute05 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:intAttribute int="-2147483648"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoIntAttribute
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:intAttribute int="-2147483648"
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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortElement
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| ShortElement | ShortElement02 | 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.3 2008/02/04 23:01:20 gcowe 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">+42</ex:shortElement>
</ex:echoShortElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortElement
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: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">+42</ex:shortElement>
</ex:echoShortElement>
</soap:Body>
</soap:Envelope>
|
|||
| ShortElement | ShortElement03 | 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.3 2008/02/04 23:01:20 gcowe 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">32767</ex:shortElement>
</ex:echoShortElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortElement
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: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">32767</ex:shortElement>
</ex:echoShortElement>
</soap:Body>
</soap:Envelope>
|
|||
| ShortElement | ShortElement04 | 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.3 2008/02/04 23:01:20 gcowe 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">-32768</ex:shortElement>
</ex:echoShortElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortElement
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: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">-32768</ex:shortElement>
</ex:echoShortElement>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortAttribute
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| ShortAttribute | ShortAttribute02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:shortAttribute short="+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:echoShortAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortAttribute
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:shortAttribute short="+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:echoShortAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| ShortAttribute | ShortAttribute03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:shortAttribute short="32767"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortAttribute
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:shortAttribute short="32767"
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>
</soap:Body>
</soap:Envelope>
|
|||
| ShortAttribute | ShortAttribute04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:shortAttribute short="-32768"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoShortAttribute
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:shortAttribute short="-32768"
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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoByteElement
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| ByteElement | ByteElement02 | 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.3 2008/02/04 23:01:20 gcowe 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">127</ex:byteElement>
</ex:echoByteElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoByteElement
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: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">127</ex:byteElement>
</ex:echoByteElement>
</soap:Body>
</soap:Envelope>
|
|||
| ByteElement | ByteElement03 | 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.3 2008/02/04 23:01:20 gcowe 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">-128</ex:byteElement>
</ex:echoByteElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoByteElement
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: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">-128</ex:byteElement>
</ex:echoByteElement>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoByteAttribute
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| ByteAttribute | ByteAttribute02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:byteAttribute byte="127"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoByteAttribute
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:byteAttribute byte="127"
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>
</soap:Body>
</soap:Envelope>
|
|||
| ByteAttribute | ByteAttribute03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:byteAttribute byte="-128"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoByteAttribute
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:byteAttribute byte="-128"
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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNonNegativeIntegerAttribute
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nonNegativeIntegerAttribute nonNegativeInteger="-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:echoNonNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNonNegativeIntegerAttribute
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:nonNegativeIntegerAttribute nonNegativeInteger="-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:echoNonNegativeIntegerAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nonNegativeIntegerAttribute nonNegativeInteger="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:echoNonNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNonNegativeIntegerAttribute
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:nonNegativeIntegerAttribute nonNegativeInteger="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:echoNonNegativeIntegerAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nonNegativeIntegerAttribute nonNegativeInteger="+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:echoNonNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNonNegativeIntegerAttribute
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:nonNegativeIntegerAttribute nonNegativeInteger="+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:echoNonNegativeIntegerAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute05 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nonNegativeIntegerAttribute
nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"
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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNonNegativeIntegerAttribute
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:nonNegativeIntegerAttribute
nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"
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>
</soap:Body>
</soap: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.3 2008/02/04 23:01:20 gcowe 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoPositiveIntegerElement
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: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>
</soap:Body>
</soap:Envelope>
|
|||
| PositiveIntegerElement | PositiveIntegerElement02 | 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.3 2008/02/04 23:01:20 gcowe 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">+42</ex:positiveIntegerElement>
</ex:echoPositiveIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoPositiveIntegerElement
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: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">+42</ex:positiveIntegerElement>
</ex:echoPositiveIntegerElement>
</soap:Body>
</soap:Envelope>
|
|||
| PositiveIntegerElement | PositiveIntegerElement03 | 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.3 2008/02/04 23:01:20 gcowe 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">153452759384758934752984759387692835739846739486754598674</ex:positiveIntegerElement>
</ex:echoPositiveIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoPositiveIntegerElement
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: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">153452759384758934752984759387692835739846739486754598674</ex:positiveIntegerElement>
</ex:echoPositiveIntegerElement>
</soap:Body>
</soap:Envelope>
|
|||
| PositiveIntegerAttribute | PositiveIntegerAttribute01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:positiveIntegerAttribute positiveInteger="257"
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:echoPositiveIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoPositiveIntegerAttribute
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:positiveIntegerAttribute positiveInteger="257"
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:echoPositiveIntegerAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| PositiveIntegerAttribute | PositiveIntegerAttribute02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:positiveIntegerAttribute positiveInteger="+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:echoPositiveIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoPositiveIntegerAttribute
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:positiveIntegerAttribute positiveInteger="+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:echoPositiveIntegerAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| PositiveIntegerAttribute | PositiveIntegerAttribute03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:positiveIntegerAttribute
positiveInteger="153452759384758934752984759387692835739846739486754598674"
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:echoPositiveIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoPositiveIntegerAttribute
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:positiveIntegerAttribute
positiveInteger="153452759384758934752984759387692835739846739486754598674"
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:echoPositiveIntegerAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| GlobalSimpleType | GlobalSimpleType01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoGlobalSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:globalSimpleType
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:globalSimpleType>
</ex:echoGlobalSimpleType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoGlobalSimpleType
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:globalSimpleType
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:globalSimpleType>
</ex:echoGlobalSimpleType>
</soap:Body>
</soap:Envelope>
|
|||
| StringEnumerationType | StringEnumerationType01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:beatle
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">John</ex:beatle>
</ex:echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoStringEnumerationType
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:beatle
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">John</ex:beatle>
</ex:echoStringEnumerationType>
</soap:Body>
</soap:Envelope>
|
|||
| StringEnumerationType | StringEnumerationType02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:beatle
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">Paul</ex:beatle>
</ex:echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoStringEnumerationType
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:beatle
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">Paul</ex:beatle>
</ex:echoStringEnumerationType>
</soap:Body>
</soap:Envelope>
|
|||
| StringEnumerationType | StringEnumerationType03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:beatle
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">Ringo</ex:beatle>
</ex:echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoStringEnumerationType
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:beatle
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">Ringo</ex:beatle>
</ex:echoStringEnumerationType>
</soap:Body>
</soap:Envelope>
|
|||
| ComplexTypeSequence | ComplexTypeSequence01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoComplexTypeSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:complexTypeSequence id="6026" inStock="232"
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:name>Widget</ex:name>
<ex:shade>Light Blue</ex:shade>
<ex:length>33</ex:length>
</ex:complexTypeSequence>
</ex:echoComplexTypeSequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoComplexTypeSequence
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:complexTypeSequence id="6026" inStock="232"
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:name>Widget</ex:name>
<ex:shade>Light Blue</ex:shade>
<ex:length>33</ex:length>
</ex:complexTypeSequence>
</ex:echoComplexTypeSequence>
</soap:Body>
</soap:Envelope>
|
|||
| ComplexTypeSequence | ComplexTypeSequence02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoComplexTypeSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:complexTypeSequence id="6026" inStock="52"
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:name>Widget</ex:name>
<ex:shade>Green</ex:shade>
<ex:length>1233</ex:length>
</ex:complexTypeSequence>
</ex:echoComplexTypeSequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoComplexTypeSequence
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:complexTypeSequence id="6026" inStock="52"
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:name>Widget</ex:name>
<ex:shade>Green</ex:shade>
<ex:length>1233</ex:length>
</ex:complexTypeSequence>
</ex:echoComplexTypeSequence>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMinOccurs1 | ElementMinOccurs101 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementMinOccurs1
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:elementMinOccurs1item>item1</ex:elementMinOccurs1item>
</ex:elementMinOccurs1>
</ex:echoElementMinOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMinOccurs1
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:elementMinOccurs1
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:elementMinOccurs1item>item1</ex:elementMinOccurs1item>
</ex:elementMinOccurs1>
</ex:echoElementMinOccurs1>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMaxOccurs1 | ElementMaxOccurs101 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementMaxOccurs1
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:value>44</ex:value>
</ex:elementMaxOccurs1>
</ex:echoElementMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMaxOccurs1
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:elementMaxOccurs1
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:value>44</ex:value>
</ex:elementMaxOccurs1>
</ex:echoElementMaxOccurs1>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMaxOccurs1 | ElementMaxOccurs102 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementMaxOccurs1
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:value>4</ex:value>
</ex:elementMaxOccurs1>
</ex:echoElementMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMaxOccurs1
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:elementMaxOccurs1
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:value>4</ex:value>
</ex:elementMaxOccurs1>
</ex:echoElementMaxOccurs1>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMaxOccursUnbounded | ElementMaxOccursUnbounded01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:publications
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:day>2002-09-24</ex:day>
<ex:day>2003-04-14</ex:day>
<ex:day>2004-03-31</ex:day>
<ex:day>2005-06-04</ex:day>
<ex:day>2006-07-03</ex:day>
</ex:publications>
</ex:echoElementMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMaxOccursUnbounded
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:publications
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:day>2002-09-24</ex:day>
<ex:day>2003-04-14</ex:day>
<ex:day>2004-03-31</ex:day>
<ex:day>2005-06-04</ex:day>
<ex:day>2006-07-03</ex:day>
</ex:publications>
</ex:echoElementMaxOccursUnbounded>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMaxOccursUnbounded | ElementMaxOccursUnbounded02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:publications
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:day>2006-01-26</ex:day>
</ex:publications>
</ex:echoElementMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMaxOccursUnbounded
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:publications
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:day>2006-01-26</ex:day>
</ex:publications>
</ex:echoElementMaxOccursUnbounded>
</soap:Body>
</soap:Envelope>
|
|||
| AttributeOptional | AttributeOptional01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:attributeOptional currency="EUR" id="1711"
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:amount>1250</ex:amount>
</ex:attributeOptional>
</ex:echoAttributeOptional>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAttributeOptional
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:attributeOptional currency="EUR" id="1711"
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:amount>1250</ex:amount>
</ex:attributeOptional>
</ex:echoAttributeOptional>
</soap:Body>
</soap:Envelope>
|
|||
| AttributeOptional | AttributeOptional02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:attributeOptional id="1712"
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:amount>1250</ex:amount>
</ex:attributeOptional>
</ex:echoAttributeOptional>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAttributeOptional
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:attributeOptional id="1712"
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:amount>1250</ex:amount>
</ex:attributeOptional>
</ex:echoAttributeOptional>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMinOccurs0 | ElementMinOccurs001 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementMinOccurs0
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:firstName>Paul</ex:firstName>
<ex:lastName>Downey</ex:lastName>
</ex:elementMinOccurs0>
</ex:echoElementMinOccurs0>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMinOccurs0
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:elementMinOccurs0
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:firstName>Paul</ex:firstName>
<ex:lastName>Downey</ex:lastName>
</ex:elementMinOccurs0>
</ex:echoElementMinOccurs0>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMinOccurs0 | ElementMinOccurs002 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementMinOccurs0
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:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:elementMinOccurs0>
</ex:echoElementMinOccurs0>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMinOccurs0
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:elementMinOccurs0
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:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:elementMinOccurs0>
</ex:echoElementMinOccurs0>
</soap:Body>
</soap:Envelope>
|
|||
| NillableElement | NillableElement01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nillableMiddleName
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:firstName>Paul</ex:firstName>
<ex:middleName xsi:nil="true"/>
<ex:lastName>Downey</ex:lastName>
</ex:nillableMiddleName>
</ex:echoNillableElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNillableElement
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:nillableMiddleName
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:firstName>Paul</ex:firstName>
<ex:middleName xsi:nil="true"/>
<ex:lastName>Downey</ex:lastName>
</ex:nillableMiddleName>
</ex:echoNillableElement>
</soap:Body>
</soap:Envelope>
|
|||
| NillableElement | NillableElement02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nillableMiddleName
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:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:nillableMiddleName>
</ex:echoNillableElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNillableElement
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:nillableMiddleName
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:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:nillableMiddleName>
</ex:echoNillableElement>
</soap:Body>
</soap:Envelope>
|
|||
| NullEnumerationType | NullEnumerationType01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNullEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nullEnumerationType
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:echoNullEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNullEnumerationType
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:nullEnumerationType
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:echoNullEnumerationType>
</soap:Body>
</soap:Envelope>
|
|||
| ElementEmptyComplexType | ElementEmptyComplexType01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementEmptyComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementEmptyComplexType
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:echoElementEmptyComplexType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementEmptyComplexType
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:elementEmptyComplexType
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:echoElementEmptyComplexType>
</soap:Body>
</soap:Envelope>
|
|||
| ElementEmptySequence | ElementEmptySequence01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementEmptySequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementEmptySequence
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:echoElementEmptySequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementEmptySequence
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:elementEmptySequence
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:echoElementEmptySequence>
</soap:Body>
</soap:Envelope>
|
|||
| GlobalElementSequence | GlobalElementSequence01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoGlobalElementSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:globalElementSequence
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:foo>one</ex:foo>
<ex:bar>two</ex:bar>
</ex:globalElementSequence>
</ex:echoGlobalElementSequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoGlobalElementSequence
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:globalElementSequence
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:foo>one</ex:foo>
<ex:bar>two</ex:bar>
</ex:globalElementSequence>
</ex:echoGlobalElementSequence>
</soap:Body>
</soap:Envelope>
|
|||
| SequenceElementList | SequenceElementList01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:sequenceElementList
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:item>item one</ex:item>
<ex:item>item two</ex:item>
<ex:item>item three</ex:item>
<ex:item>item four</ex:item>
</ex:sequenceElementList>
</ex:echoSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoSequenceElementList
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:sequenceElementList
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:item>item one</ex:item>
<ex:item>item two</ex:item>
<ex:item>item three</ex:item>
<ex:item>item four</ex:item>
</ex:sequenceElementList>
</ex:echoSequenceElementList>
</soap:Body>
</soap:Envelope>
|
|||
| SequenceElementList | SequenceElementList02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:sequenceElementList
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:item>item one</ex:item>
</ex:sequenceElementList>
</ex:echoSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoSequenceElementList
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:sequenceElementList
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:item>item one</ex:item>
</ex:sequenceElementList>
</ex:echoSequenceElementList>
</soap:Body>
</soap:Envelope>
|
|||
| SequenceElementList | SequenceElementList03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:sequenceElementList
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:echoSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoSequenceElementList
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:sequenceElementList
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:echoSequenceElementList>
</soap:Body>
</soap:Envelope>
|
|||
| NestedSequenceElementList | NestedSequenceElementList01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNestedSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:nestedSequenceElementList
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:nestedItem>
<ex:item>item onexone</ex:item>
<ex:item>item onextwo</ex:item>
<ex:item>item onexthree</ex:item>
<ex:item>item onexfour</ex:item>
</ex:nestedItem>
<ex:nestedItem>
<ex:item>item twoxone</ex:item>
<ex:item>item twoxtwo</ex:item>
<ex:item>item twoxthree</ex:item>
<ex:item>item twoxfour</ex:item>
</ex:nestedItem>
</ex:nestedSequenceElementList>
</ex:echoNestedSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNestedSequenceElementList
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:nestedSequenceElementList
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:nestedItem>
<ex:item>item onexone</ex:item>
<ex:item>item onextwo</ex:item>
<ex:item>item onexthree</ex:item>
<ex:item>item onexfour</ex:item>
</ex:nestedItem>
<ex:nestedItem>
<ex:item>item twoxone</ex:item>
<ex:item>item twoxtwo</ex:item>
<ex:item>item twoxthree</ex:item>
<ex:item>item twoxfour</ex:item>
</ex:nestedItem>
</ex:nestedSequenceElementList>
</ex:echoNestedSequenceElementList>
</soap:Body>
</soap:Envelope>
|
|||
| ElementReference | ElementReference01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:customerName
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:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:customerName>
</ex:echoElementReference>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementReference
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:customerName
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:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:customerName>
</ex:echoElementReference>
</soap:Body>
</soap:Envelope>
|
|||
| AttributeReference | AttributeReference01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAttributeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:clientName ex:phoneNumber="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:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:clientName>
</ex:echoAttributeReference>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAttributeReference
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:clientName ex:phoneNumber="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:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:clientName>
</ex:echoAttributeReference>
</soap:Body>
</soap:Envelope>
|
|||
| BareVector | BareVector01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:bareVector
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:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
<ex:item3>item five</ex:item3>
<ex:item3>item six</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoBareVector
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:bareVector
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:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
<ex:item3>item five</ex:item3>
<ex:item3>item six</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</soap:Body>
</soap:Envelope>
|
|||
| BareVector | BareVector02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:bareVector
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:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item3>item three</ex:item3>
<ex:item3>item four</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoBareVector
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:bareVector
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:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item3>item three</ex:item3>
<ex:item3>item four</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</soap:Body>
</soap:Envelope>
|
|||
| BareVector | BareVector03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:bareVector
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:item2>item one</ex:item2>
<ex:item2>item two</ex:item2>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
<ex:item3>item five</ex:item3>
<ex:item3>item six</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoBareVector
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:bareVector
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:item2>item one</ex:item2>
<ex:item2>item two</ex:item2>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
<ex:item3>item five</ex:item3>
<ex:item3>item six</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</soap:Body>
</soap:Envelope>
|
|||
| BareVector | BareVector04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:bareVector
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:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoBareVector
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:bareVector
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:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
</ex:bareVector>
</ex:echoBareVector>
</soap:Body>
</soap:Envelope>
|
|||
| ComplexTypeSequenceExtension | ComplexTypeSequenceExtension01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoComplexTypeSequenceExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:complexTypeSequenceExtension
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:name>Mary</ex:name>
<ex:description>tall</ex:description>
</ex:complexTypeSequenceExtension>
</ex:echoComplexTypeSequenceExtension>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoComplexTypeSequenceExtension
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:complexTypeSequenceExtension
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:name>Mary</ex:name>
<ex:description>tall</ex:description>
</ex:complexTypeSequenceExtension>
</ex:echoComplexTypeSequenceExtension>
</soap:Body>
</soap:Envelope>
|
|||
| TypeSubstitutionUsingXsiType | TypeSubstitutionUsingXsiType01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoTypeSubstitutionUsingXsiType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:assembly
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:part>
<ex:number>p1</ex:number>
</ex:part>
<ex:part xsi:type="ex:Part2">
<ex:number>p2</ex:number>
<ex:description>extended part</ex:description>
</ex:part>
</ex:assembly>
</ex:echoTypeSubstitutionUsingXsiType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoTypeSubstitutionUsingXsiType
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:assembly
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:part>
<ex:number>p1</ex:number>
</ex:part>
<ex:part xsi:type="ex:Part2">
<ex:number>p2</ex:number>
<ex:description>extended part</ex:description>
</ex:part>
</ex:assembly>
</ex:echoTypeSubstitutionUsingXsiType>
</soap:Body>
</soap:Envelope>
|
|||
| SequenceMinOccurs1 | SequenceMinOccurs101 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoSequenceMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:sequenceMinOccurs1
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:sequenceMinOccurs1item>item1</ex:sequenceMinOccurs1item>
</ex:sequenceMinOccurs1>
</ex:echoSequenceMinOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoSequenceMinOccurs1
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:sequenceMinOccurs1
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:sequenceMinOccurs1item>item1</ex:sequenceMinOccurs1item>
</ex:sequenceMinOccurs1>
</ex:echoSequenceMinOccurs1>
</soap:Body>
</soap:Envelope>
|
|||
| SequenceMaxOccurs1 | SequenceMaxOccurs101 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoSequenceMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:myAgeDetails
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:myAge>44</ex:myAge>
</ex:myAgeDetails>
</ex:echoSequenceMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoSequenceMaxOccurs1
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:myAgeDetails
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:myAge>44</ex:myAge>
</ex:myAgeDetails>
</ex:echoSequenceMaxOccurs1>
</soap:Body>
</soap:Envelope>
|
|||
| SequenceMaxOccurs1 | SequenceMaxOccurs102 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoSequenceMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:myAgeDetails
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:myAge>4</ex:myAge>
</ex:myAgeDetails>
</ex:echoSequenceMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoSequenceMaxOccurs1
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:myAgeDetails
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:myAge>4</ex:myAge>
</ex:myAgeDetails>
</ex:echoSequenceMaxOccurs1>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded101 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:durationList
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:echoElementMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMinOccurs0MaxOccursUnbounded
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:durationList
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:echoElementMinOccurs0MaxOccursUnbounded>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded102 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:durationList
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:durationValue>24</ex:durationValue>
<ex:durationValue>34</ex:durationValue>
<ex:durationValue>44</ex:durationValue>
</ex:durationList>
</ex:echoElementMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMinOccurs0MaxOccursUnbounded
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:durationList
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:durationValue>24</ex:durationValue>
<ex:durationValue>34</ex:durationValue>
<ex:durationValue>44</ex:durationValue>
</ex:durationList>
</ex:echoElementMinOccurs0MaxOccursUnbounded>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded101 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:ageList
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:ageValue>44</ex:ageValue>
</ex:ageList>
</ex:echoElementMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMinOccurs1MaxOccursUnbounded
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:ageList
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:ageValue>44</ex:ageValue>
</ex:ageList>
</ex:echoElementMinOccurs1MaxOccursUnbounded>
</soap:Body>
</soap:Envelope>
|
|||
| ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded102 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:ageList
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:ageValue>24</ex:ageValue>
<ex:ageValue>34</ex:ageValue>
<ex:ageValue>44</ex:ageValue>
</ex:ageList>
</ex:echoElementMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementMinOccurs1MaxOccursUnbounded
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:ageList
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:ageValue>24</ex:ageValue>
<ex:ageValue>34</ex:ageValue>
<ex:ageValue>44</ex:ageValue>
</ex:ageList>
</ex:echoElementMinOccurs1MaxOccursUnbounded>
</soap:Body>
</soap:Envelope>
|
|||
| ElementTypeReference | ElementTypeReference01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementTypeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementTypeReference
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:text>
<ex:referenced>foo</ex:referenced>
</ex:text>
</ex:elementTypeReference>
</ex:echoElementTypeReference>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementTypeReference
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:elementTypeReference
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:text>
<ex:referenced>foo</ex:referenced>
</ex:text>
</ex:elementTypeReference>
</ex:echoElementTypeReference>
</soap:Body>
</soap:Envelope>
|
|||
| LocalElementComplexType | LocalElementComplexType01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoLocalElementComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:localElementComplexType
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:name>
<ex:firstName>Paul</ex:firstName>
<ex:lastName>Paul</ex:lastName>
</ex:name>
</ex:localElementComplexType>
</ex:echoLocalElementComplexType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoLocalElementComplexType
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:localElementComplexType
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:name>
<ex:firstName>Paul</ex:firstName>
<ex:lastName>Paul</ex:lastName>
</ex:name>
</ex:localElementComplexType>
</ex:echoLocalElementComplexType>
</soap:Body>
</soap:Envelope>
|
|||
| Id | IdExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoId xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:idExample 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:echoId>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoId 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:idExample 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:echoId>
</soap:Body>
</soap:Envelope>
|
|||
| ElementFormQualified | ElementFormQualified01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoElementFormQualified xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:elementFormQualified
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:premium>1175</ex:premium>
</ex:elementFormQualified>
</ex:echoElementFormQualified>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoElementFormQualified
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:elementFormQualified
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:premium>1175</ex:premium>
</ex:elementFormQualified>
</ex:echoElementFormQualified>
</soap:Body>
</soap:Envelope>
|
|||
| NotNillableElement | NotNillableElement01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNotNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:notNillableElement
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:notNillableElement>Stuff</ex:notNillableElement>
</ex:notNillableElement>
</ex:echoNotNillableElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNotNillableElement
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:notNillableElement
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:notNillableElement>Stuff</ex:notNillableElement>
</ex:notNillableElement>
</ex:echoNotNillableElement>
</soap:Body>
</soap:Envelope>
|
|||
| NotMixed | NotMixedExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoNotMixed xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:notMixed
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:notMixedElement>Stuff</ex:notMixedElement>
</ex:notMixed>
</ex:echoNotMixed>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoNotMixed
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:notMixed
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:notMixedElement>Stuff</ex:notMixedElement>
</ex:notMixed>
</ex:echoNotMixed>
</soap:Body>
</soap:Envelope>
|
|||
| AttributeFormUnqualified | AttributeFormUnqualifiedExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAttributeFormUnqualified xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:attributeFormUnqualified id="id01"
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:premium>1175</ex:premium>
</ex:attributeFormUnqualified>
</ex:echoAttributeFormUnqualified>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAttributeFormUnqualified
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:attributeFormUnqualified id="id01"
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:premium>1175</ex:premium>
</ex:attributeFormUnqualified>
</ex:echoAttributeFormUnqualified>
</soap:Body>
</soap:Envelope>
|
|||
| ComplexTypeConcrete | ComplexTypeConcreteExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoComplexTypeConcrete xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:complexTypeConcrete
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:premium>1175</ex:premium>
</ex:complexTypeConcrete>
</ex:echoComplexTypeConcrete>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoComplexTypeConcrete
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:complexTypeConcrete
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:premium>1175</ex:premium>
</ex:complexTypeConcrete>
</ex:echoComplexTypeConcrete>
</soap:Body>
</soap:Envelope>
|
|||
| GlobalComplexType | GlobalComplexTypeExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoGlobalComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:globalComplexType
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:premium>1175</ex:premium>
</ex:globalComplexType>
</ex:echoGlobalComplexType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoGlobalComplexType
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:globalComplexType
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:premium>1175</ex:premium>
</ex:globalComplexType>
</ex:echoGlobalComplexType>
</soap:Body>
</soap:Envelope>
|
|||
| GlobalElementConcrete | GlobalElementConcreteExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoGlobalElementConcrete xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:globalElementConcrete
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">Stuff</ex:globalElementConcrete>
</ex:echoGlobalElementConcrete>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoGlobalElementConcrete
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:globalElementConcrete
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">Stuff</ex:globalElementConcrete>
</ex:echoGlobalElementConcrete>
</soap:Body>
</soap:Envelope>
|
|||
| GlobalElementBlock | GlobalElementBlockExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoGlobalElementBlock xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:globalElementBlock
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">Stuff</ex:globalElementBlock>
</ex:echoGlobalElementBlock>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoGlobalElementBlock
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:globalElementBlock
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">Stuff</ex:globalElementBlock>
</ex:echoGlobalElementBlock>
</soap:Body>
</soap:Envelope>
|
|||
| GlobalComplexTypeBlock | GlobalComplexTypeBlockExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoGlobalComplexTypeBlock xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:globalComplexTypeBlock
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:amount>1175</ex:amount>
</ex:globalComplexTypeBlock>
</ex:echoGlobalComplexTypeBlock>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoGlobalComplexTypeBlock
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:globalComplexTypeBlock
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:amount>1175</ex:amount>
</ex:globalComplexTypeBlock>
</ex:echoGlobalComplexTypeBlock>
</soap:Body>
</soap:Envelope>
|
|||
| ComplexTypeAttribute | ComplexTypeAttributeExample01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoComplexTypeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:complexTypeAttribute currency="EUR" id="1711"
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:premium>a1250</ex:premium>
</ex:complexTypeAttribute>
</ex:echoComplexTypeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoComplexTypeAttribute
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:complexTypeAttribute currency="EUR" id="1711"
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:premium>a1250</ex:premium>
</ex:complexTypeAttribute>
</ex:echoComplexTypeAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| ComplexTypeAttributeExtension | ComplexTypeAttributeExtension01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoComplexTypeAttributeExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:complexTypeAttributeExtension
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:name gender="female">Mary</ex:name>
</ex:complexTypeAttributeExtension>
</ex:echoComplexTypeAttributeExtension>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoComplexTypeAttributeExtension
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:complexTypeAttributeExtension
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:name gender="female">Mary</ex:name>
</ex:complexTypeAttributeExtension>
</ex:echoComplexTypeAttributeExtension>
</soap:Body>
</soap:Envelope>
|
|||
| AnySimpleTypeElement | AnySimpleTypeElement01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAnySimpleTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:anySimpleTypeElement
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:echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAnySimpleTypeElement
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:anySimpleTypeElement
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:echoAnySimpleTypeElement>
</soap:Body>
</soap:Envelope>
|
|||
| AnySimpleTypeElement | AnySimpleTypeElement02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAnySimpleTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:anySimpleTypeElement
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">anySimpleTypeValue</ex:anySimpleTypeElement>
</ex:echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAnySimpleTypeElement
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:anySimpleTypeElement
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">anySimpleTypeValue</ex:anySimpleTypeElement>
</ex:echoAnySimpleTypeElement>
</soap:Body>
</soap:Envelope>
|
|||
| AnyTypeElement | AnyTypeElement01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAnyTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:anyTypeElement
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:echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAnyTypeElement
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:anyTypeElement
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:echoAnyTypeElement>
</soap:Body>
</soap:Envelope>
|
|||
| AnyTypeElement | AnyTypeElement02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoAnyTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:anyTypeElement
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 xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">
<bar>cheese</bar>
</foo>
</ex:anyTypeElement>
</ex:echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoAnyTypeElement
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:anyTypeElement
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 xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">
<bar>cheese</bar>
</foo>
</ex:anyTypeElement>
</ex:echoAnyTypeElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalElement | DecimalElement01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
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:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalElement
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:decimalElement
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:decimalElement>
</ex:echoDecimalElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalElement | DecimalElement02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
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.23</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalElement
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:decimalElement
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.23</ex:decimalElement>
</ex:echoDecimalElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalElement | DecimalElement03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
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">12678967.543233</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalElement
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:decimalElement
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">12678967.543233</ex:decimalElement>
</ex:echoDecimalElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalElement | DecimalElement04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
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">+1000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalElement
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:decimalElement
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">+1000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalElement | DecimalElement05 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
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">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalElement
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:decimalElement
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">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalElement | DecimalElement06 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
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">210</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalElement
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:decimalElement
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">210</ex:decimalElement>
</ex:echoDecimalElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalElement | DecimalElement07 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
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">210.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalElement
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:decimalElement
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">210.00</ex:decimalElement>
</ex:echoDecimalElement>
</soap:Body>
</soap:Envelope>
|
|||
| DecimalAttribute | DecimalAttribute01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoDecimalAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalAttribute
decimal="+10000000999829292922093443563.32423442"
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:echoDecimalAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoDecimalAttribute
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:decimalAttribute
decimal="+10000000999829292922093443563.32423442"
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:echoDecimalAttribute>
</soap:Body>
</soap:Envelope>
|
|||
| FloatElement | FloatElement01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
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:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoFloatElement
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:floatElement
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:floatElement>
</ex:echoFloatElement>
</soap:Body>
</soap:Envelope>
|
|||
| FloatElement | FloatElement02 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
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.43233E12</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoFloatElement
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:floatElement
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.43233E12</ex:floatElement>
</ex:echoFloatElement>
</soap:Body>
</soap:Envelope>
|
|||
| FloatElement | FloatElement03 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
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:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoFloatElement
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:floatElement
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:floatElement>
</ex:echoFloatElement>
</soap:Body>
</soap:Envelope>
|
|||
| FloatElement | FloatElement04 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
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:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoFloatElement
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:floatElement
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:floatElement>
</ex:echoFloatElement>
</soap:Body>
</soap:Envelope>
|
|||
| FloatElement | FloatElement05 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
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:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoFloatElement
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:floatElement
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:floatElement>
</ex:echoFloatElement>
</soap:Body>
</soap:Envelope>
|
|||
| FloatAttribute | FloatAttribute01 | 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.3 2008/02/04 23:01:20 gcowe Exp $-->
<ex:echoFloatAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatAttribute float="-7446.445E5"
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:echoFloatAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<ex:echoFloatAttribute
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:floatAttribute float="-7446.445E5"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" x |