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: 267
Total number of tests: 291
All tests: 333
| 91% | 9% |
Passed and failed percentages
| 80% | 7% | 13% |
Total: passed 267 - failed 24 - skipped 42 - total 333
| 86% | 4% | 10% |
Basic: passed 89 - failed 5 - skipped 9 - total 103
| 79% | 8% | 13% |
Advanced: passed 172 - failed 18 - skipped 26 - total 216
| 42% | 7% | 51% |
Pending: passed 6 - failed 1 - skipped 7 - total 14
In the report below:
| Test Name | Test Instance | Test Result | Request |
|---|---|---|---|
| Response | |||
| AnySimpleTypeElement | AnySimpleTypeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnySimpleTypeElement>
<ex:anySimpleTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anySimpleTypeElement/>
</echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
|||
| AnySimpleTypeElement | AnySimpleTypeElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnySimpleTypeElement>
<ex:anySimpleTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">anySimpleTypeValue</ex:anySimpleTypeElement>
</ex:echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anySimpleTypeElement>anySimpleTypeValue</anySimpleTypeElement>
</echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
|||
| AnyTypeElement | AnyTypeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnyTypeElement>
<ex:anyTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyTypeElement/>
</echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
|||
| AnyTypeElement | AnyTypeElement02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnyTypeElement>
<ex:anyTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<foo>
<bar>cheese</bar>
</foo>
</ex:anyTypeElement>
</ex:echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyTypeElement>
<foo>
<bar>cheese</bar>
</foo>
</anyTypeElement>
</echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
|||
| DocumentationElement | DocumentationElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDocumentationElement>
<ex:documentationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello world</ex:documentationElement>
</ex:echoDocumentationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDocumentationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<documentationElement>hello world</documentationElement>
</echoDocumentationElement>
</env:Body>
</env:Envelope>
|
|||
| IdentifierName | IdentifierName02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIdentifierName>
<ex:identifierName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:identifierName>
</ex:echoIdentifierName>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<identifierName>Hello</identifierName>
</echoIdentifierName>
</env:Body>
</env:Envelope>
|
|||
| NonIdentifierName | NonIdentifierName02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonIdentifierName>
<ex:non-Identifier-Name
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:non-Identifier-Name>
</ex:echoNonIdentifierName>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<non-Identifier-Name>Hello</non-Identifier-Name>
</echoNonIdentifierName>
</env:Body>
</env:Envelope>
|
|||
| StringElement | StringElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringElement>
<ex:stringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringElement/>
</echoStringElement>
</env:Body>
</env:Envelope>
|
|||
| StringElement | StringElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringElement>
<ex:stringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello cruel world.</ex:stringElement>
</ex:echoStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringElement>Hello cruel world.</stringElement>
</echoStringElement>
</env:Body>
</env:Envelope>
|
|||
| StringAttribute | StringAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringAttribute>
<ex:stringAttribute string="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoStringAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringAttribute string="hello"/>
</echoStringAttribute>
</env:Body>
</env:Envelope>
|
|||
| StringAttribute | StringAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringAttribute>
<ex:stringAttribute string="0123456789"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoStringAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringAttribute string="0123456789"/>
</echoStringAttribute>
</env:Body>
</env:Envelope>
|
|||
| BooleanElement | BooleanElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">false</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>false</booleanElement>
</echoBooleanElement>
</env:Body>
</env:Envelope>
|
|||
| BooleanElement | BooleanElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">true</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>true</booleanElement>
</echoBooleanElement>
</env:Body>
</env:Envelope>
|
|||
| BooleanElement | BooleanElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>0</booleanElement>
</echoBooleanElement>
</env:Body>
</env:Envelope>
|
|||
| BooleanElement | BooleanElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>1</booleanElement>
</echoBooleanElement>
</env:Body>
</env:Envelope>
|
|||
| BooleanAttribute | BooleanAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanAttribute>
<ex:booleanAttribute boolean="true"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanAttribute boolean="true"/>
</echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
|||
| BooleanAttribute | BooleanAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanAttribute>
<ex:booleanAttribute boolean="0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanAttribute boolean="0"/>
</echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
|||
| DecimalElement | DecimalElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>0</decimalElement>
</echoDecimalElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalElement | DecimalElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1.23</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>-1.23</decimalElement>
</echoDecimalElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalElement | DecimalElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12678967.543233</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>12678967.543233</decimalElement>
</echoDecimalElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalElement | DecimalElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+1000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>+1000000.00</decimalElement>
</echoDecimalElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalElement | DecimalElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>+100000000000000000000000000000000000000000000.00</decimalElement>
</echoDecimalElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalElement | DecimalElement06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>210</decimalElement>
</echoDecimalElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalElement | DecimalElement07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>210.00</decimalElement>
</echoDecimalElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalAttribute | DecimalAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalAttribute>
<ex:decimalAttribute
decimal="+10000000999829292922093443563.32423442"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDecimalAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalAttribute decimal="+10000000999829292922093443563.32423442"/>
</echoDecimalAttribute>
</env:Body>
</env:Envelope>
|
|||
| FloatElement | FloatElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>-1E4</floatElement>
</echoFloatElement>
</env:Body>
</env:Envelope>
|
|||
| FloatElement | FloatElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>1267.43233E12</floatElement>
</echoFloatElement>
</env:Body>
</env:Envelope>
|
|||
| FloatElement | FloatElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>12.78e-2</floatElement>
</echoFloatElement>
</env:Body>
</env:Envelope>
|
|||
| FloatElement | FloatElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>12</floatElement>
</echoFloatElement>
</env:Body>
</env:Envelope>
|
|||
| FloatElement | FloatElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>INF</floatElement>
</echoFloatElement>
</env:Body>
</env:Envelope>
|
|||
| FloatAttribute | FloatAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatAttribute>
<ex:floatAttribute float="-7446.445E5"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoFloatAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatAttribute float="-7446.445E5"/>
</echoFloatAttribute>
</env:Body>
</env:Envelope>
|
|||
| DoubleElement | DoubleElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>-1E4</doubleElement>
</echoDoubleElement>
</env:Body>
</env:Envelope>
|
|||
| DoubleElement | DoubleElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.432233E12</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>1267.432233E12</doubleElement>
</echoDoubleElement>
</env:Body>
</env:Envelope>
|
|||
| DoubleElement | DoubleElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>12.78e-2</doubleElement>
</echoDoubleElement>
</env:Body>
</env:Envelope>
|
|||
| DoubleElement | DoubleElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>12</doubleElement>
</echoDoubleElement>
</env:Body>
</env:Envelope>
|
|||
| DoubleElement | DoubleElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>INF</doubleElement>
</echoDoubleElement>
</env:Body>
</env:Envelope>
|
|||
| DoubleAttribute | DoubleAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleAttribute>
<ex:doubleAttribute double="12.334"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDoubleAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleAttribute double="12.334"/>
</echoDoubleAttribute>
</env:Body>
</env:Envelope>
|
|||
| DurationElement | DurationElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1Y2M3DT10H30M</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>P1Y2M3DT10H30M</durationElement>
</echoDurationElement>
</env:Body>
</env:Envelope>
|
|||
| DurationElement | DurationElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-P1347M</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>-P1347M</durationElement>
</echoDurationElement>
</env:Body>
</env:Envelope>
|
|||
| DurationElement | DurationElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1347Y</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>P1347Y</durationElement>
</echoDurationElement>
</env:Body>
</env:Envelope>
|
|||
| DurationElement | DurationElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1M</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>P1M</durationElement>
</echoDurationElement>
</env:Body>
</env:Envelope>
|
|||
| DurationAttribute | DurationAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationAttribute>
<ex:durationAttribute duration="P1M"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDurationAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDurationAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationAttribute duration="P1M"/>
</echoDurationAttribute>
</env:Body>
</env:Envelope>
|
|||
| DateTimeElement | DateTimeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateTimeElement>
<ex:dateTimeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31T13:20:00-05:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeElement>1999-05-31T13:20:00-05:00</dateTimeElement>
</echoDateTimeElement>
</env:Body>
</env:Envelope>
|
|||
| DateTimeElement | DateTimeElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateTimeElement>
<ex:dateTimeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeElement>2000-03-04T23:00:00+03:00</dateTimeElement>
</echoDateTimeElement>
</env:Body>
</env:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateTimeAttribute>
<ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"/>
</echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
|||
| TimeElement | TimeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">00:00:00</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>00:00:00</timeElement>
</echoTimeElement>
</env:Body>
</env:Envelope>
|
|||
| TimeElement | TimeElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12:00:01</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>12:00:01</timeElement>
</echoTimeElement>
</env:Body>
</env:Envelope>
|
|||
| TimeElement | TimeElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">23:59:34</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>23:59:34</timeElement>
</echoTimeElement>
</env:Body>
</env:Envelope>
|
|||
| TimeElement | TimeElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">13:21:03Z</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>13:21:03Z</timeElement>
</echoTimeElement>
</env:Body>
</env:Envelope>
|
|||
| TimeAttribute | TimeAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeAttribute>
<ex:timeAttribute time="00:01:58Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeAttribute time="00:01:58Z"/>
</echoTimeAttribute>
</env:Body>
</env:Envelope>
|
|||
| DateElement | DateElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateElement>
<ex:dateElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31</ex:dateElement>
</ex:echoDateElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateElement>1999-05-31</dateElement>
</echoDateElement>
</env:Body>
</env:Envelope>
|
|||
| DateAttribute | DateAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateAttribute>
<ex:dateAttribute date="2006-05-30"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateAttribute date="2006-05-30"/>
</echoDateAttribute>
</env:Body>
</env:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGYearMonthElement>
<ex:gYearMonthElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>1999-05</gYearMonthElement>
</echoGYearMonthElement>
</env:Body>
</env:Envelope>
|
|||
| GYearMonthAttribute | GYearMonthAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGYearMonthAttribute>
<ex:gYearMonthAttribute gYearMonth="2006-09"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoGYearMonthAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="2006-09"/>
</echoGYearMonthAttribute>
</env:Body>
</env:Envelope>
|
|||
| GYearElement | GYearElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGYearElement>
<ex:gYearElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999</ex:gYearElement>
</ex:echoGYearElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>1999</gYearElement>
</echoGYearElement>
</env:Body>
</env:Envelope>
|
|||
| GYearAttribute | GYearAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGYearAttribute>
<ex:gYearAttribute gYear="2038"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoGYearAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="2038"/>
</echoGYearAttribute>
</env:Body>
</env:Envelope>
|
|||
| GMonthDayElement | GMonthDayElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGMonthDayElement>
<ex:gMonthDayElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31</ex:gMonthDayElement>
</ex:echoGMonthDayElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayElement>--12-31</gMonthDayElement>
</echoGMonthDayElement>
</env:Body>
</env:Envelope>
|
|||
| GMonthDayElement | GMonthDayElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGMonthDayElement>
<ex:gMonthDayElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31Z</ex:gMonthDayElement>
</ex:echoGMonthDayElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayElement>--12-31Z</gMonthDayElement>
</echoGMonthDayElement>
</env:Body>
</env:Envelope>
|
|||
| GMonthDayAttribute | GMonthDayAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGMonthDayAttribute>
<ex:gMonthDayAttribute gMonthDay="--09-28Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoGMonthDayAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayAttribute gMonthDay="--09-28Z"/>
</echoGMonthDayAttribute>
</env:Body>
</env:Envelope>
|
|||
| GDayElement | GDayElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGDayElement>
<ex:gDayElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---05</ex:gDayElement>
</ex:echoGDayElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayElement>---05</gDayElement>
</echoGDayElement>
</env:Body>
</env:Envelope>
|
|||
| GDayAttribute | GDayAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGDayAttribute>
<ex:gDayAttribute gDay="---09"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoGDayAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayAttribute gDay="---09"/>
</echoGDayAttribute>
</env:Body>
</env:Envelope>
|
|||
| GMonthElement | GMonthElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGMonthElement>
<ex:gMonthElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--02--</ex:gMonthElement>
</ex:echoGMonthElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthElement>--02--</gMonthElement>
</echoGMonthElement>
</env:Body>
</env:Envelope>
|
|||
| GMonthElement | GMonthElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGMonthElement>
<ex:gMonthElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12--</ex:gMonthElement>
</ex:echoGMonthElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthElement>--12--</gMonthElement>
</echoGMonthElement>
</env:Body>
</env:Envelope>
|
|||
| GMonthAttribute | GMonthAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGMonthAttribute>
<ex:gMonthAttribute gMonth="--04--"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoGMonthAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthAttribute gMonth="--04--"/>
</echoGMonthAttribute>
</env:Body>
</env:Envelope>
|
|||
| HexBinaryElement | HexBinaryElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoHexBinaryElement>
<ex:hexBinaryElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">76</ex:hexBinaryElement>
</ex:echoHexBinaryElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<hexBinaryElement>76</hexBinaryElement>
</echoHexBinaryElement>
</env:Body>
</env:Envelope>
|
|||
| HexBinaryElement | HexBinaryElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoHexBinaryElement>
<ex:hexBinaryElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</ex:hexBinaryElement>
</ex:echoHexBinaryElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<hexBinaryElement>77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</hexBinaryElement>
</echoHexBinaryElement>
</env:Body>
</env:Envelope>
|
|||
| HexBinaryAttribute | HexBinaryAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoHexBinaryAttribute>
<ex:hexBinaryAttribute hexBinary="77696f"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoHexBinaryAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoHexBinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<hexBinaryAttribute hexBinary="77696f"/>
</echoHexBinaryAttribute>
</env:Body>
</env:Envelope>
|
|||
| Base64BinaryElement | Base64BinaryElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBase64BinaryElement>
<ex:base64BinaryElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">bQ==</ex:base64BinaryElement>
</ex:echoBase64BinaryElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryElement>bQ==</base64BinaryElement>
</echoBase64BinaryElement>
</env:Body>
</env:Envelope>
|
|||
| Base64BinaryElement | Base64BinaryElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBase64BinaryElement>
<ex:base64BinaryElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">eHdmb3Rh</ex:base64BinaryElement>
</ex:echoBase64BinaryElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryElement>eHdmb3Rh</base64BinaryElement>
</echoBase64BinaryElement>
</env:Body>
</env:Envelope>
|
|||
| Base64BinaryElement | Base64BinaryElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBase64BinaryElement>
<ex:base64BinaryElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">cnRjbGNyZW9scg==</ex:base64BinaryElement>
</ex:echoBase64BinaryElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryElement>cnRjbGNyZW9scg==</base64BinaryElement>
</echoBase64BinaryElement>
</env:Body>
</env:Envelope>
|
|||
| Base64BinaryAttribute | Base64BinaryAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBase64BinaryAttribute>
<ex:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoBase64BinaryAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBase64BinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="/>
</echoBase64BinaryAttribute>
</env:Body>
</env:Envelope>
|
|||
| AnyURIElement | AnyURIElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnyURIElement>
<ex:anyURIElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement>
</ex:echoAnyURIElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAnyURIElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyURIElement>http://www.w3.org/2002/ws/databinding/</anyURIElement>
</echoAnyURIElement>
</env:Body>
</env:Envelope>
|
|||
| AnyURIAttribute | AnyURIAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnyURIAttribute>
<ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAnyURIAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAnyURIAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"/>
</echoAnyURIAttribute>
</env:Body>
</env:Envelope>
|
|||
| QNameElement | QNameElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoQNameElement>
<ex:QNameElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">ex:QNameElement</ex:QNameElement>
</ex:echoQNameElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoQNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<QNameElement>ex:QNameElement</QNameElement>
</echoQNameElement>
</env:Body>
</env:Envelope>
|
|||
| QNameAttribute | QNameAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoQNameAttribute>
<ex:QNameAttribute QName="ex:QNameAttribute"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoQNameAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoQNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<QNameAttribute QName="ex:QNameAttribute"/>
</echoQNameAttribute>
</env:Body>
</env:Envelope>
|
|||
| NormalizedStringElement | NormalizedStringElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNormalizedStringElement>
<ex:normalizedStringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNormalizedStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<normalizedStringElement/>
</echoNormalizedStringElement>
</env:Body>
</env:Envelope>
|
|||
| NormalizedStringElement | NormalizedStringElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNormalizedStringElement>
<ex:normalizedStringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">How now brown cow.</ex:normalizedStringElement>
</ex:echoNormalizedStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<normalizedStringElement>How now brown cow.</normalizedStringElement>
</echoNormalizedStringElement>
</env:Body>
</env:Envelope>
|
|||
| NormalizedStringAttribute | NormalizedStringAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNormalizedStringAttribute>
<ex:normalizedStringAttribute normalizedString="Hello Paris"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNormalizedStringAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNormalizedStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<normalizedStringAttribute normalizedString="Hello Paris"/>
</echoNormalizedStringAttribute>
</env:Body>
</env:Envelope>
|
|||
| TokenElement | TokenElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTokenElement>
<ex:tokenElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">tokenElement</ex:tokenElement>
</ex:echoTokenElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTokenElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<tokenElement>tokenElement</tokenElement>
</echoTokenElement>
</env:Body>
</env:Envelope>
|
|||
| TokenAttribute | TokenAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTokenAttribute>
<ex:tokenAttribute token="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoTokenAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTokenAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<tokenAttribute token="hello"/>
</echoTokenAttribute>
</env:Body>
</env:Envelope>
|
|||
| LanguageElement | LanguageElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLanguageElement>
<ex:languageElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">en</ex:languageElement>
</ex:echoLanguageElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<languageElement>en</languageElement>
</echoLanguageElement>
</env:Body>
</env:Envelope>
|
|||
| LanguageElement | LanguageElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLanguageElement>
<ex:languageElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">fr</ex:languageElement>
</ex:echoLanguageElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<languageElement>fr</languageElement>
</echoLanguageElement>
</env:Body>
</env:Envelope>
|
|||
| LanguageAttribute | LanguageAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLanguageAttribute>
<ex:languageAttribute language="en"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoLanguageAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLanguageAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<languageAttribute language="en"/>
</echoLanguageAttribute>
</env:Body>
</env:Envelope>
|
|||
| NMTOKENElement | NMTOKENElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNMTOKENElement>
<ex:NMTOKENElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">id</ex:NMTOKENElement>
</ex:echoNMTOKENElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENElement>id</NMTOKENElement>
</echoNMTOKENElement>
</env:Body>
</env:Envelope>
|
|||
| NMTOKENElement | NMTOKENElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNMTOKENElement>
<ex:NMTOKENElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">vocabularies:that.as:clean:assuring-s_to:The_we:contain</ex:NMTOKENElement>
</ex:echoNMTOKENElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</NMTOKENElement>
</echoNMTOKENElement>
</env:Body>
</env:Envelope>
|
|||
| NMTOKENAttribute | NMTOKENAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNMTOKENAttribute>
<ex:NMTOKENAttribute NMTOKEN="id"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNMTOKENAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNMTOKENAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENAttribute NMTOKEN="id"/>
</echoNMTOKENAttribute>
</env:Body>
</env:Envelope>
|
|||
| NMTOKENSElement | NMTOKENSElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNMTOKENSElement>
<ex:NMTOKENSElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">a b c d e.b:s-w_x:q</ex:NMTOKENSElement>
</ex:echoNMTOKENSElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNMTOKENSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENSElement>a b c d e.b:s-w_x:q</NMTOKENSElement>
</echoNMTOKENSElement>
</env:Body>
</env:Envelope>
|
|||
| NMTOKENSAttribute | NMTOKENSAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNMTOKENSAttribute>
<ex:NMTOKENSAttribute NMTOKENS="id"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNMTOKENSAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNMTOKENSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENSAttribute NMTOKENS="id"/>
</echoNMTOKENSAttribute>
</env:Body>
</env:Envelope>
|
|||
| NameElement | NameElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNameElement>
<ex:NameElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:NameElement>
</ex:echoNameElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NameElement>foo</NameElement>
</echoNameElement>
</env:Body>
</env:Envelope>
|
|||
| NameAttribute | NameAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNameAttribute>
<ex:nameAttribute name="foo"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNameAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nameAttribute name="foo"/>
</echoNameAttribute>
</env:Body>
</env:Envelope>
|
|||
| NCNameElement | NCNameElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNCNameElement>
<ex:NCNameElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:NCNameElement>
</ex:echoNCNameElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNCNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NCNameElement>foo</NCNameElement>
</echoNCNameElement>
</env:Body>
</env:Envelope>
|
|||
| NCNameAttribute | NCNameAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNCNameAttribute>
<ex:NCNameAttribute NCName="bar"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNCNameAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNCNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NCNameAttribute NCName="bar"/>
</echoNCNameAttribute>
</env:Body>
</env:Envelope>
|
|||
| IDElement | IDElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIDElement>
<ex:IDElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDElement>
</ex:echoIDElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIDElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDElement>foo</IDElement>
</echoIDElement>
</env:Body>
</env:Envelope>
|
|||
| IDAttribute | IDAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIDAttribute>
<ex:IDAttribute ID="bar"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoIDAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIDAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDAttribute ID="bar"/>
</echoIDAttribute>
</env:Body>
</env:Envelope>
|
|||
| IDREFElement | IDREFElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIDREFElement>
<ex:IDREFElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDREFElement>
</ex:echoIDREFElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIDREFElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFElement>foo</IDREFElement>
</echoIDREFElement>
</env:Body>
</env:Envelope>
|
|||
| IDREFAttribute | IDREFAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIDREFAttribute>
<ex:IDREFAttribute IDREF="bar"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoIDREFAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIDREFAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFAttribute IDREF="bar"/>
</echoIDREFAttribute>
</env:Body>
</env:Envelope>
|
|||
| IDREFSElement | IDREFSElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIDREFSElement>
<ex:IDREFSElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDREFSElement>
</ex:echoIDREFSElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIDREFSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFSElement>foo</IDREFSElement>
</echoIDREFSElement>
</env:Body>
</env:Envelope>
|
|||
| IDREFSAttribute | IDREFSAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIDREFSAttribute>
<ex:IDREFSAttribute IDREFS="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoIDREFSAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIDREFSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFSAttribute IDREFS="hello"/>
</echoIDREFSAttribute>
</env:Body>
</env:Envelope>
|
|||
| ENTITYElement | ENTITYElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoENTITYElement>
<ex:ENTITYElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">lt</ex:ENTITYElement>
</ex:echoENTITYElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoENTITYElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITYElement>lt</ENTITYElement>
</echoENTITYElement>
</env:Body>
</env:Envelope>
|
|||
| ENTITYAttribute | ENTITYAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoENTITYAttribute>
<ex:ENTITYAttribute ENTITY="lt"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoENTITYAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoENTITYAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITYAttribute ENTITY="lt"/>
</echoENTITYAttribute>
</env:Body>
</env:Envelope>
|
|||
| ENTITIESElement | ENTITIESElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoENTITIESElement>
<ex:ENTITIESElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">lt gt apos quot</ex:ENTITIESElement>
</ex:echoENTITIESElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoENTITIESElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITIESElement>lt gt apos quot</ENTITIESElement>
</echoENTITIESElement>
</env:Body>
</env:Envelope>
|
|||
| ENTITIESAttribute | ENTITIESAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoENTITIESAttribute>
<ex:ENTITIESAttribute ENTITIES="lt gt"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoENTITIESAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoENTITIESAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITIESAttribute ENTITIES="lt gt"/>
</echoENTITIESAttribute>
</env:Body>
</env:Envelope>
|
|||
| IntegerElement | IntegerElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerElement>
<ex:integerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:integerElement>
</ex:echoIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>0</integerElement>
</echoIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| IntegerElement | IntegerElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerElement>
<ex:integerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:integerElement>
</ex:echoIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>1</integerElement>
</echoIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| IntegerElement | IntegerElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerElement>
<ex:integerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12678967543233</ex:integerElement>
</ex:echoIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>12678967543233</integerElement>
</echoIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| IntegerElement | IntegerElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerElement>
<ex:integerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+10000</ex:integerElement>
</ex:echoIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>+10000</integerElement>
</echoIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| IntegerElement | IntegerElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerElement>
<ex:integerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123456789123456789123456789123456789</ex:integerElement>
</ex:echoIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>123456789123456789123456789123456789</integerElement>
</echoIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| IntegerAttribute | IntegerAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerAttribute>
<ex:integerAttribute integer="10002"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerAttribute integer="10002"/>
</echoIntegerAttribute>
</env:Body>
</env:Envelope>
|
|||
| NonPositiveIntegerElement | NonPositiveIntegerElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonPositiveIntegerElement>
<ex:nonPositiveIntegerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1</ex:nonPositiveIntegerElement>
</ex:echoNonPositiveIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerElement>-1</nonPositiveIntegerElement>
</echoNonPositiveIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| NonPositiveIntegerAttribute | NonPositiveIntegerAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonPositiveIntegerAttribute>
<ex:nonPositiveIntegerAttribute nonPositiveInteger="-20"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNonPositiveIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerAttribute nonPositiveInteger="-20"/>
</echoNonPositiveIntegerAttribute>
</env:Body>
</env:Envelope>
|
|||
| NegativeIntegerElement | NegativeIntegerElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNegativeIntegerElement>
<ex:negativeIntegerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1</ex:negativeIntegerElement>
</ex:echoNegativeIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<negativeIntegerElement>-1</negativeIntegerElement>
</echoNegativeIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| LongElement | LongElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLongElement>
<ex:longElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:longElement>
</ex:echoLongElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longElement>1</longElement>
</echoLongElement>
</env:Body>
</env:Envelope>
|
|||
| LongAttribute | LongAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLongAttribute>
<ex:longAttribute long="1738"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoLongAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longAttribute long="1738"/>
</echoLongAttribute>
</env:Body>
</env:Envelope>
|
|||
| IntElement | IntElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntElement>
<ex:intElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:intElement>
</ex:echoIntElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>1</intElement>
</echoIntElement>
</env:Body>
</env:Envelope>
|
|||
| IntElement | IntElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntElement>
<ex:intElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">10042</ex:intElement>
</ex:echoIntElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>10042</intElement>
</echoIntElement>
</env:Body>
</env:Envelope>
|
|||
| IntElement | IntElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntElement>
<ex:intElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-42</ex:intElement>
</ex:echoIntElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>-42</intElement>
</echoIntElement>
</env:Body>
</env:Envelope>
|
|||
| IntAttribute | IntAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntAttribute>
<ex:intAttribute int="42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoIntAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intAttribute int="42"/>
</echoIntAttribute>
</env:Body>
</env:Envelope>
|
|||
| ShortElement | ShortElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoShortElement>
<ex:shortElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:shortElement>
</ex:echoShortElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortElement>1</shortElement>
</echoShortElement>
</env:Body>
</env:Envelope>
|
|||
| ShortAttribute | ShortAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoShortAttribute>
<ex:shortAttribute short="22"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoShortAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortAttribute short="22"/>
</echoShortAttribute>
</env:Body>
</env:Envelope>
|
|||
| ByteElement | ByteElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoByteElement>
<ex:byteElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:byteElement>
</ex:echoByteElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteElement>1</byteElement>
</echoByteElement>
</env:Body>
</env:Envelope>
|
|||
| ByteAttribute | ByteAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoByteAttribute>
<ex:byteAttribute byte="64"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoByteAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteAttribute byte="64"/>
</echoByteAttribute>
</env:Body>
</env:Envelope>
|
|||
| NonNegativeIntegerElement | NonNegativeIntegerElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonNegativeIntegerElement>
<ex:nonNegativeIntegerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:nonNegativeIntegerElement>
</ex:echoNonNegativeIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonNegativeIntegerElement>1</nonNegativeIntegerElement>
</echoNonNegativeIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonNegativeIntegerAttribute>
<ex:nonNegativeIntegerAttribute nonNegativeInteger="20"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNonNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonNegativeIntegerAttribute nonNegativeInteger="20"/>
</echoNonNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
|||
| UnsignedLongElement | UnsignedLongElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedLongElement>
<ex:unsignedLongElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedLongElement>
</ex:echoUnsignedLongElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedLongElement>1</unsignedLongElement>
</echoUnsignedLongElement>
</env:Body>
</env:Envelope>
|
|||
| UnsignedLongAttribute | UnsignedLongAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedLongAttribute>
<ex:unsignedLongAttribute unsignedLong="2034"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoUnsignedLongAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedLongAttribute unsignedLong="2034"/>
</echoUnsignedLongAttribute>
</env:Body>
</env:Envelope>
|
|||
| UnsignedIntElement | UnsignedIntElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedIntElement>
<ex:unsignedIntElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedIntElement>
</ex:echoUnsignedIntElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedIntElement>1</unsignedIntElement>
</echoUnsignedIntElement>
</env:Body>
</env:Envelope>
|
|||
| UnsignedIntAttribute | UnsignedIntAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedIntAttribute>
<ex:unsignedIntAttribute unsignedInt="32334"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoUnsignedIntAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedIntAttribute unsignedInt="32334"/>
</echoUnsignedIntAttribute>
</env:Body>
</env:Envelope>
|
|||
| UnsignedShortElement | UnsignedShortElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedShortElement>
<ex:unsignedShortElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedShortElement>
</ex:echoUnsignedShortElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedShortElement>1</unsignedShortElement>
</echoUnsignedShortElement>
</env:Body>
</env:Envelope>
|
|||
| UnsignedShortAttribute | UnsignedShortAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedShortAttribute>
<ex:unsignedShortAttribute unsignedShort="22"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoUnsignedShortAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedShortAttribute unsignedShort="22"/>
</echoUnsignedShortAttribute>
</env:Body>
</env:Envelope>
|
|||
| NegativeIntegerAttribute | NegativeIntegerAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNegativeIntegerAttribute>
<ex:negativeIntegerAttribute negativeInteger="-100"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<negativeIntegerAttribute negativeInteger="-100"/>
</echoNegativeIntegerAttribute>
</env:Body>
</env:Envelope>
|
|||
| UnsignedByteElement | UnsignedByteElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedByteElement>
<ex:unsignedByteElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedByteElement>
</ex:echoUnsignedByteElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedByteElement>1</unsignedByteElement>
</echoUnsignedByteElement>
</env:Body>
</env:Envelope>
|
|||
| UnsignedByteAttribute | UnsignedByteAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedByteAttribute>
<ex:unsignedByteAttribute unsignedByte="64"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoUnsignedByteAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedByteAttribute unsignedByte="64"/>
</echoUnsignedByteAttribute>
</env:Body>
</env:Envelope>
|
|||
| PositiveIntegerElement | PositiveIntegerElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoPositiveIntegerElement>
<ex:positiveIntegerElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:positiveIntegerElement>
</ex:echoPositiveIntegerElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<positiveIntegerElement>1</positiveIntegerElement>
</echoPositiveIntegerElement>
</env:Body>
</env:Envelope>
|
|||
| PositiveIntegerAttribute | PositiveIntegerAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoPositiveIntegerAttribute>
<ex:positiveIntegerAttribute positiveInteger="257"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoPositiveIntegerAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<positiveIntegerAttribute positiveInteger="257"/>
</echoPositiveIntegerAttribute>
</env:Body>
</env:Envelope>
|
|||
| GlobalSimpleType | GlobalSimpleType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGlobalSimpleType>
<ex:globalSimpleType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:globalSimpleType>
</ex:echoGlobalSimpleType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGlobalSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<globalSimpleType>foo</globalSimpleType>
</echoGlobalSimpleType>
</env:Body>
</env:Envelope>
|
|||
| StringEnumerationType | StringEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringEnumerationType>
<ex:beatle
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">John</ex:beatle>
</ex:echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<beatle>John</beatle>
</echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| StringEnumerationType | StringEnumerationType02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringEnumerationType>
<ex:beatle
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Paul</ex:beatle>
</ex:echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<beatle>Paul</beatle>
</echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| StringEnumerationType | StringEnumerationType03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringEnumerationType>
<ex:beatle
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Ringo</ex:beatle>
</ex:echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<beatle>Ringo</beatle>
</echoStringEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| NMTOKENEnumerationType | NMTOKENEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNMTOKENEnumerationType>
<ex:nMTOKENEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">token1</ex:nMTOKENEnumerationType>
</ex:echoNMTOKENEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNMTOKENEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nMTOKENEnumerationType>token1</nMTOKENEnumerationType>
</echoNMTOKENEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| IntEnumerationType | IntEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntEnumerationType>
<ex:intEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:intEnumerationType>
</ex:echoIntEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intEnumerationType>2</intEnumerationType>
</echoIntEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| ShortEnumerationType | ShortEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoShortEnumerationType>
<ex:shortEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">11</ex:shortEnumerationType>
</ex:echoShortEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortEnumerationType>11</shortEnumerationType>
</echoShortEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| LongEnumerationType | LongEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLongEnumerationType>
<ex:longEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9152052</ex:longEnumerationType>
</ex:echoLongEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longEnumerationType>9152052</longEnumerationType>
</echoLongEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| DoubleEnumerationType | DoubleEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleEnumerationType>
<ex:doubleEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:doubleEnumerationType>
</ex:echoDoubleEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleEnumerationType>1267.43233E12</doubleEnumerationType>
</echoDoubleEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| IntegerEnumerationType | IntegerEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerEnumerationType>
<ex:integerEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">4000000</ex:integerEnumerationType>
</ex:echoIntegerEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerEnumerationType>4000000</integerEnumerationType>
</echoIntegerEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| DecimalEnumerationType | DecimalEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalEnumerationType>
<ex:decimalEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1000.0002</ex:decimalEnumerationType>
</ex:echoDecimalEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalEnumerationType>1000.0002</decimalEnumerationType>
</echoDecimalEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| FloatEnumerationType | FloatEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatEnumerationType>
<ex:floatEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:floatEnumerationType>
</ex:echoFloatEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatEnumerationType>1267.43233E12</floatEnumerationType>
</echoFloatEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| NonNegativeIntegerEnumerationType | NonNegativeIntegerEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonNegativeIntegerEnumerationType>
<ex:nonNegativeIntegerEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:nonNegativeIntegerEnumerationType>
</ex:echoNonNegativeIntegerEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonNegativeIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonNegativeIntegerEnumerationType>12</nonNegativeIntegerEnumerationType>
</echoNonNegativeIntegerEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| PositiveIntegerEnumerationType | PositiveIntegerEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoPositiveIntegerEnumerationType>
<ex:positiveIntegerEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:positiveIntegerEnumerationType>
</ex:echoPositiveIntegerEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoPositiveIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<positiveIntegerEnumerationType>12</positiveIntegerEnumerationType>
</echoPositiveIntegerEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| UnsignedLongEnumerationType | UnsignedLongEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedLongEnumerationType>
<ex:unsignedLongEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">33333333333333</ex:unsignedLongEnumerationType>
</ex:echoUnsignedLongEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedLongEnumerationType>33333333333333</unsignedLongEnumerationType>
</echoUnsignedLongEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| UnsignedIntEnumerationType | UnsignedIntEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedIntEnumerationType>
<ex:unsignedIntEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3333333333</ex:unsignedIntEnumerationType>
</ex:echoUnsignedIntEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedIntEnumerationType>3333333333</unsignedIntEnumerationType>
</echoUnsignedIntEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| UnsignedShortEnumerationType | UnsignedShortEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedShortEnumerationType>
<ex:unsignedShortEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3333</ex:unsignedShortEnumerationType>
</ex:echoUnsignedShortEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedShortEnumerationType>3333</unsignedShortEnumerationType>
</echoUnsignedShortEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| TokenEnumerationType | TokenEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTokenEnumerationType>
<ex:tokenEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:tokenEnumerationType>
</ex:echoTokenEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<tokenEnumerationType>1</tokenEnumerationType>
</echoTokenEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| TokenEnumerationType | TokenEnumerationType02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTokenEnumerationType>
<ex:tokenEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:tokenEnumerationType>
</ex:echoTokenEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<tokenEnumerationType>2</tokenEnumerationType>
</echoTokenEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeSequence | ComplexTypeSequence01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeSequence>
<ex:complexTypeSequence id="6026" inStock="232"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:name>Widget</ex:name>
<ex:shade>Light Blue</ex:shade>
<ex:length>33</ex:length>
</ex:complexTypeSequence>
</ex:echoComplexTypeSequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<complexTypeSequence inStock="232">
<name>Widget</name>
<shade>Light Blue</shade>
<length>33</length>
</complexTypeSequence>
</echoComplexTypeSequence>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeSequence | ComplexTypeSequence02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeSequence>
<ex:complexTypeSequence id="6026" inStock="52"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:name>Widget</ex:name>
<ex:shade>Green</ex:shade>
<ex:length>1233</ex:length>
</ex:complexTypeSequence>
</ex:echoComplexTypeSequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<complexTypeSequence inStock="52">
<name>Widget</name>
<shade>Green</shade>
<length>1233</length>
</complexTypeSequence>
</echoComplexTypeSequence>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeAll | ComplexTypeAll01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeAll>
<ex:complexTypeAll id="6026" inStock="232"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:name>Widget</ex:name>
<ex:length>33</ex:length>
<ex:shade>Light Blue</ex:shade>
</ex:complexTypeAll>
</ex:echoComplexTypeAll>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<complexTypeAll inStock="232">
<name>Widget</name>
<length>33</length>
<shade>Light Blue</shade>
</complexTypeAll>
</echoComplexTypeAll>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeAll | ComplexTypeAll02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeAll>
<ex:complexTypeAll id="6026" inStock="332"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:shade>Green</ex:shade>
<ex:length>21</ex:length>
<ex:name>Widget</ex:name>
</ex:complexTypeAll>
</ex:echoComplexTypeAll>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<complexTypeAll inStock="332">
<shade>Green</shade>
<length>21</length>
<name>Widget</name>
</complexTypeAll>
</echoComplexTypeAll>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeChoice | ComplexTypeChoice01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeChoice>
<ex:fruit
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:apple>21</ex:apple>
</ex:fruit>
</ex:echoComplexTypeChoice>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<fruit>
<apple>21</apple>
</fruit>
</echoComplexTypeChoice>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeChoice | ComplexTypeChoice02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeChoice>
<ex:fruit
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:orange>Two Hundred</ex:orange>
</ex:fruit>
</ex:echoComplexTypeChoice>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<fruit>
<orange>Two Hundred</orange>
</fruit>
</echoComplexTypeChoice>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeChoice | ComplexTypeChoice03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeChoice>
<ex:fruit
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:banana>329</ex:banana>
</ex:fruit>
</ex:echoComplexTypeChoice>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<fruit>
<banana>329</banana>
</fruit>
</echoComplexTypeChoice>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeSequenceChoice | ComplexTypeSequenceChoice01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeSequenceChoice>
<ex:mortgage
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:amount>225000</ex:amount>
<ex:repayment>
<ex:years>20</ex:years>
<ex:months>6</ex:months>
<ex:rate>5.25</ex:rate>
</ex:repayment>
</ex:mortgage>
</ex:echoComplexTypeSequenceChoice>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<mortgage>
<amount>225000</amount>
<repayment>
<years>20</years>
<months>6</months>
<rate>5.25</rate>
</repayment>
</mortgage>
</echoComplexTypeSequenceChoice>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeSequenceChoice | ComplexTypeSequenceChoice02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeSequenceChoice>
<ex:mortgage
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:amount>225000</ex:amount>
<ex:interestonly>
<ex:years>25</ex:years>
<ex:rate>5.50</ex:rate>
</ex:interestonly>
</ex:mortgage>
</ex:echoComplexTypeSequenceChoice>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<mortgage>
<amount>225000</amount>
<interestonly>
<years>25</years>
<rate>5.50</rate>
</interestonly>
</mortgage>
</echoComplexTypeSequenceChoice>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs1 | ElementMinOccurs101 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs1>
<ex:elementMinOccurs1
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:elementMinOccurs1item>item1</ex:elementMinOccurs1item>
</ex:elementMinOccurs1>
</ex:echoElementMinOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementMinOccurs1>
<elementMinOccurs1item>item1</elementMinOccurs1item>
</elementMinOccurs1>
</echoElementMinOccurs1>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs2MaxOccurs2 | ElementMinOccurs2MaxOccurs201 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs2MaxOccurs2>
<ex:itemColors2
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:itemColor>Red</ex:itemColor>
<ex:itemColor>Yellow</ex:itemColor>
</ex:itemColors2>
</ex:echoElementMinOccurs2MaxOccurs2>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs2MaxOccurs2 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<itemColors2>
<itemColor>Red</itemColor>
<itemColor>Yellow</itemColor>
</itemColors2>
</echoElementMinOccurs2MaxOccurs2>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs2orMore | ElementMinOccurs2orMore01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs2orMore>
<ex:itemColors
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:itemColor>Red</ex:itemColor>
<ex:itemColor>Black</ex:itemColor>
<ex:itemColor>White</ex:itemColor>
<ex:itemColor>Yellow</ex:itemColor>
</ex:itemColors>
</ex:echoElementMinOccurs2orMore>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<itemColors>
<itemColor>Red</itemColor>
<itemColor>Black</itemColor>
<itemColor>White</itemColor>
<itemColor>Yellow</itemColor>
</itemColors>
</echoElementMinOccurs2orMore>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs2orMore | ElementMinOccurs2orMore02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs2orMore>
<ex:itemColors
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:itemColor>Black</ex:itemColor>
<ex:itemColor>White</ex:itemColor>
</ex:itemColors>
</ex:echoElementMinOccurs2orMore>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<itemColors>
<itemColor>Black</itemColor>
<itemColor>White</itemColor>
</itemColors>
</echoElementMinOccurs2orMore>
</env:Body>
</env:Envelope>
|
|||
| ElementMaxOccurs1 | ElementMaxOccurs101 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMaxOccurs1>
<ex:elementMaxOccurs1
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:value>44</ex:value>
</ex:elementMaxOccurs1>
</ex:echoElementMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementMaxOccurs1>
<value>44</value>
</elementMaxOccurs1>
</echoElementMaxOccurs1>
</env:Body>
</env:Envelope>
|
|||
| ElementMaxOccurs1 | ElementMaxOccurs102 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMaxOccurs1>
<ex:elementMaxOccurs1
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:value>4</ex:value>
</ex:elementMaxOccurs1>
</ex:echoElementMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementMaxOccurs1>
<value>4</value>
</elementMaxOccurs1>
</echoElementMaxOccurs1>
</env:Body>
</env:Envelope>
|
|||
| ElementMaxOccursUnbounded | ElementMaxOccursUnbounded01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMaxOccursUnbounded>
<ex:publications
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:day>2002-09-24</ex:day>
<ex:day>2003-04-14</ex:day>
<ex:day>2004-03-31</ex:day>
<ex:day>2005-06-04</ex:day>
<ex:day>2006-07-03</ex:day>
</ex:publications>
</ex:echoElementMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<publications>
<day>2002-09-24</day>
<day>2003-04-14</day>
<day>2004-03-31</day>
<day>2005-06-04</day>
<day>2006-07-03</day>
</publications>
</echoElementMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| ElementMaxOccursUnbounded | ElementMaxOccursUnbounded02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMaxOccursUnbounded>
<ex:publications
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:day>2006-01-26</ex:day>
</ex:publications>
</ex:echoElementMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<publications>
<day>2006-01-26</day>
</publications>
</echoElementMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| ElementMaxOccursFinite | ElementMaxOccursFinite01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMaxOccursFinite>
<ex:summer
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:mnth>May</ex:mnth>
<ex:mnth>June</ex:mnth>
<ex:mnth>July</ex:mnth>
<ex:mnth>August</ex:mnth>
</ex:summer>
</ex:echoElementMaxOccursFinite>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<summer>
<mnth>May</mnth>
<mnth>June</mnth>
<mnth>July</mnth>
<mnth>August</mnth>
</summer>
</echoElementMaxOccursFinite>
</env:Body>
</env:Envelope>
|
|||
| ElementMaxOccursFinite | ElementMaxOccursFinite02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMaxOccursFinite>
<ex:summer
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:mnth>August</ex:mnth>
<ex:mnth>September</ex:mnth>
</ex:summer>
</ex:echoElementMaxOccursFinite>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<summer>
<mnth>August</mnth>
<mnth>September</mnth>
</summer>
</echoElementMaxOccursFinite>
</env:Body>
</env:Envelope>
|
|||
| AttributeOptional | AttributeOptional01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeOptional>
<ex:premium currency="EUR" id="1711"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:amount>1250</ex:amount>
</ex:premium>
</ex:echoAttributeOptional>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<premium currency="EUR">
<amount>1250</amount>
</premium>
</echoAttributeOptional>
</env:Body>
</env:Envelope>
|
|||
| AttributeOptional | AttributeOptional02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeOptional>
<ex:premium id="1712"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:amount>1250</ex:amount>
</ex:premium>
</ex:echoAttributeOptional>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<premium>
<amount>1250</amount>
</premium>
</echoAttributeOptional>
</env:Body>
</env:Envelope>
|
|||
| AttributeRequired | AttributeRequired01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeRequired>
<ex:discount id="1611" seasonal="true"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:percentage>5</ex:percentage>
</ex:discount>
</ex:echoAttributeRequired>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<discount seasonal="true">
<percentage>5</percentage>
</discount>
</echoAttributeRequired>
</env:Body>
</env:Envelope>
|
|||
| AttributeRequired | AttributeRequired02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeRequired>
<ex:discount id="1612" seasonal="false"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:percentage>2</ex:percentage>
</ex:discount>
</ex:echoAttributeRequired>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<discount seasonal="false">
<percentage>2</percentage>
</discount>
</echoAttributeRequired>
</env:Body>
</env:Envelope>
|
|||
| AttributeFixed | AttributeFixed01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeFixed>
<ex:survey currency="GBP" id="1511"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:fee>500</ex:fee>
</ex:survey>
</ex:echoAttributeFixed>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeFixed xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<survey currency="GBP">
<fee>500</fee>
</survey>
</echoAttributeFixed>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs0 | ElementMinOccurs001 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs0>
<ex:elementMinOccurs0
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:lastName>Downey</ex:lastName>
</ex:elementMinOccurs0>
</ex:echoElementMinOccurs0>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementMinOccurs0>
<firstName>Paul</firstName>
<lastName>Downey</lastName>
</elementMinOccurs0>
</echoElementMinOccurs0>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs0 | ElementMinOccurs002 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs0>
<ex:elementMinOccurs0
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:elementMinOccurs0>
</ex:echoElementMinOccurs0>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementMinOccurs0>
<firstName>Paul</firstName>
<middleName>Sumner</middleName>
<lastName>Downey</lastName>
</elementMinOccurs0>
</echoElementMinOccurs0>
</env:Body>
</env:Envelope>
|
|||
| NillableElement | NillableElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNillableElement>
<ex:nillableMiddleName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName xsi:nil="true"/>
<ex:lastName>Downey</ex:lastName>
</ex:nillableMiddleName>
</ex:echoNillableElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nillableMiddleName>
<firstName>Paul</firstName>
<middleName/>
<lastName>Downey</lastName>
</nillableMiddleName>
</echoNillableElement>
</env:Body>
</env:Envelope>
|
|||
| NillableElement | NillableElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNillableElement>
<ex:nillableMiddleName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:nillableMiddleName>
</ex:echoNillableElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nillableMiddleName>
<firstName>Paul</firstName>
<middleName>Sumner</middleName>
<lastName>Downey</lastName>
</nillableMiddleName>
</echoNillableElement>
</env:Body>
</env:Envelope>
|
|||
| NillableOptionalElement | NillableOptionalElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNillableOptionalElement>
<ex:nillableOptionalMiddleName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:lastName>Downey</ex:lastName>
</ex:nillableOptionalMiddleName>
</ex:echoNillableOptionalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nillableOptionalMiddleName>
<firstName>Paul</firstName>
<lastName>Downey</lastName>
</nillableOptionalMiddleName>
</echoNillableOptionalElement>
</env:Body>
</env:Envelope>
|
|||
| NillableOptionalElement | NillableOptionalElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNillableOptionalElement>
<ex:nillableOptionalMiddleName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:nillableOptionalMiddleName>
</ex:echoNillableOptionalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nillableOptionalMiddleName>
<firstName>Paul</firstName>
<middleName>Sumner</middleName>
<lastName>Downey</lastName>
</nillableOptionalMiddleName>
</echoNillableOptionalElement>
</env:Body>
</env:Envelope>
|
|||
| NillableOptionalElement | NillableOptionalElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNillableOptionalElement>
<ex:nillableOptionalMiddleName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName xsi:nil="true"/>
<ex:lastName>Downey</ex:lastName>
</ex:nillableOptionalMiddleName>
</ex:echoNillableOptionalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nillableOptionalMiddleName>
<firstName>Paul</firstName>
<middleName/>
<lastName>Downey</lastName>
</nillableOptionalMiddleName>
</echoNillableOptionalElement>
</env:Body>
</env:Envelope>
|
|||
| UnionMemberTypes | UnionMemberTypes01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnionMemberTypes>
<ex:unionMemberTypes
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">22</ex:unionMemberTypes>
</ex:echoUnionMemberTypes>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<env:Fault
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/">
<faultcode>env:Server</faultcode>
<faultstring xsi:type="xsd:string">operation: http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionMemberTypes {http://www.w3.org/2002/ws/databinding/examples/6/09/}echoUnionMemberTypes not supported</faultstring>
<faultactor xsi:type="xsd:string">app</faultactor>
<detail
xmlns:n2="http://www.ruby-lang.org/xmlns/ruby/type/custom" xsi:type="n2:SOAPException">
<excn_type_name xsi:type="xsd:string">SOAP..RPCRoutingError</excn_type_name>
<cause
xmlns:n3="http://www.ruby-lang.org/xmlns/ruby/type/1.6" xsi:type="n3:SOAP..RPCRoutingError">
<message xsi:type="xsd:string">operation: http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionMemberTypes {http://www.w3.org/2002/ws/databinding/examples/6/09/}echoUnionMemberTypes not supported</message>
<backtrace n1:arrayType="xsd:anyType[18]" xsi:type="n1:Array">
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/router.rb:247:in `lookup_operation'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/router.rb:159:in `route'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/soaplet.rb:88:in `do_POST'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:155:in `start_thread'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:144:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:144:in `start_thread'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:94:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:89:in `each'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:89:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:79:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:79:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/httpserver.rb:129:in `run'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/logger.rb:684:in `start'</item>
<item xsi:type="xsd:string">Service.rb:1303</item>
</backtrace>
</cause>
</detail>
</env:Fault>
</env:Body>
</env:Envelope>
|
|||
| UnionMemberTypes | UnionMemberTypes02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnionMemberTypes>
<ex:unionMemberTypes
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">a string?</ex:unionMemberTypes>
</ex:echoUnionMemberTypes>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<env:Fault
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/">
<faultcode>env:Server</faultcode>
<faultstring xsi:type="xsd:string">operation: http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionMemberTypes {http://www.w3.org/2002/ws/databinding/examples/6/09/}echoUnionMemberTypes not supported</faultstring>
<faultactor xsi:type="xsd:string">app</faultactor>
<detail
xmlns:n2="http://www.ruby-lang.org/xmlns/ruby/type/custom" xsi:type="n2:SOAPException">
<excn_type_name xsi:type="xsd:string">SOAP..RPCRoutingError</excn_type_name>
<cause
xmlns:n3="http://www.ruby-lang.org/xmlns/ruby/type/1.6" xsi:type="n3:SOAP..RPCRoutingError">
<message xsi:type="xsd:string">operation: http://www.w3.org/2002/ws/databinding/examples/6/09/#echoUnionMemberTypes {http://www.w3.org/2002/ws/databinding/examples/6/09/}echoUnionMemberTypes not supported</message>
<backtrace n1:arrayType="xsd:anyType[18]" xsi:type="n1:Array">
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/router.rb:247:in `lookup_operation'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/router.rb:159:in `route'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/soaplet.rb:88:in `do_POST'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `__send__'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb:35:in `service'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:155:in `start_thread'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:144:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:144:in `start_thread'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:94:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:89:in `each'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:89:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:79:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/webrick/server.rb:79:in `start'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/soap/rpc/httpserver.rb:129:in `run'</item>
<item xsi:type="xsd:string">/usr/lib/ruby/1.8/logger.rb:684:in `start'</item>
<item xsi:type="xsd:string">Service.rb:1303</item>
</backtrace>
</cause>
</detail>
</env:Fault>
</env:Body>
</env:Envelope>
|
|||
| NullEnumerationType | NullEnumerationType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNullEnumerationType>
<ex:nullEnumerationType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoNullEnumerationType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNullEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nullEnumerationType/>
</echoNullEnumerationType>
</env:Body>
</env:Envelope>
|
|||
| ElementEmptyComplexType | ElementEmptyComplexType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementEmptyComplexType>
<ex:elementEmptyComplexType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoElementEmptyComplexType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementEmptyComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementEmptyComplexType/>
</echoElementEmptyComplexType>
</env:Body>
</env:Envelope>
|
|||
| ElementEmptySequence | ElementEmptySequence01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementEmptySequence>
<ex:elementEmptySequence
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoElementEmptySequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementEmptySequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementEmptySequence/>
</echoElementEmptySequence>
</env:Body>
</env:Envelope>
|
|||
| GlobalElementSequence | GlobalElementSequence01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoGlobalElementSequence>
<ex:globalElementSequence
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:foo>one</ex:foo>
<ex:bar>two</ex:bar>
</ex:globalElementSequence>
</ex:echoGlobalElementSequence>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoGlobalElementSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<globalElementSequence>
<foo>one</foo>
<bar>two</bar>
</globalElementSequence>
</echoGlobalElementSequence>
</env:Body>
</env:Envelope>
|
|||
| SequenceElementList | SequenceElementList01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceElementList>
<ex:sequenceElementList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:item>item one</ex:item>
<ex:item>item two</ex:item>
<ex:item>item three</ex:item>
<ex:item>item four</ex:item>
</ex:sequenceElementList>
</ex:echoSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceElementList>
<item>item one</item>
<item>item two</item>
<item>item three</item>
<item>item four</item>
</sequenceElementList>
</echoSequenceElementList>
</env:Body>
</env:Envelope>
|
|||
| SequenceElementList | SequenceElementList02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceElementList>
<ex:sequenceElementList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:item>item one</ex:item>
</ex:sequenceElementList>
</ex:echoSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceElementList>
<item>item one</item>
</sequenceElementList>
</echoSequenceElementList>
</env:Body>
</env:Envelope>
|
|||
| SequenceElementList | SequenceElementList03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceElementList>
<ex:sequenceElementList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceElementList/>
</echoSequenceElementList>
</env:Body>
</env:Envelope>
|
|||
| NestedSequenceElementList | NestedSequenceElementList01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNestedSequenceElementList>
<ex:nestedSequenceElementList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:nestedItem>
<ex:item>item onexone</ex:item>
<ex:item>item onextwo</ex:item>
<ex:item>item onexthree</ex:item>
<ex:item>item onexfour</ex:item>
</ex:nestedItem>
<ex:nestedItem>
<ex:item>item twoxone</ex:item>
<ex:item>item twoxtwo</ex:item>
<ex:item>item twoxthree</ex:item>
<ex:item>item twoxfour</ex:item>
</ex:nestedItem>
</ex:nestedSequenceElementList>
</ex:echoNestedSequenceElementList>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNestedSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nestedSequenceElementList>
<nestedItem>
<item>item onexone</item>
<item>item onextwo</item>
<item>item onexthree</item>
<item>item onexfour</item>
</nestedItem>
<nestedItem>
<item>item twoxone</item>
<item>item twoxtwo</item>
<item>item twoxthree</item>
<item>item twoxfour</item>
</nestedItem>
</nestedSequenceElementList>
</echoNestedSequenceElementList>
</env:Body>
</env:Envelope>
|
|||
| MixedContentType | MixedContentType01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoMixedContentType>
<ex:mixedContentType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:elem1>Tagged Value</ex:elem1>
mixed value
<ex:elem2>Tagged Value</ex:elem2>
</ex:mixedContentType>
</ex:echoMixedContentType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<mixedContentType>
<elem1>Tagged Value</elem1>
<elem2>Tagged Value</elem2>
</mixedContentType>
</echoMixedContentType>
</env:Body>
</env:Envelope>
|
|||
| MixedContentType | MixedContentType02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoMixedContentType>
<ex:mixedContentType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
some text
<ex:elem1>Tagged Value</ex:elem1>
more text
<ex:elem2>Tagged Value</ex:elem2>
</ex:mixedContentType>
</ex:echoMixedContentType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<mixedContentType>
<elem1>Tagged Value</elem1>
<elem2>Tagged Value</elem2>
</mixedContentType>
</echoMixedContentType>
</env:Body>
</env:Envelope>
|
|||
| MixedContentType | MixedContentType03 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoMixedContentType>
<ex:mixedContentType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:elem1>Tagged Value</ex:elem1>
mixed text value
<ex:elem2>Tagged Value</ex:elem2>
mixed text value
</ex:mixedContentType>
</ex:echoMixedContentType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<mixedContentType>
<elem1>Tagged Value</elem1>
<elem2>Tagged Value</elem2>
</mixedContentType>
</echoMixedContentType>
</env:Body>
</env:Envelope>
|
|||
| MixedContentType | MixedContentType04 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoMixedContentType>
<ex:mixedContentType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
text mixed value
<ex:elem1>Tagged Value</ex:elem1>
<ex:elem2>Tagged Value</ex:elem2>
some more text in a mixed value
</ex:mixedContentType>
</ex:echoMixedContentType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<mixedContentType>
<elem1>Tagged Value</elem1>
<elem2>Tagged Value</elem2>
</mixedContentType>
</echoMixedContentType>
</env:Body>
</env:Envelope>
|
|||
| StringSimpleTypePattern | StringSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringSimpleTypePattern>
<ex:stringSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:stringSimpleTypePattern>
</ex:echoStringSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringSimpleTypePattern>123</stringSimpleTypePattern>
</echoStringSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| StringSimpleTypePattern | StringSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringSimpleTypePattern>
<ex:stringSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:stringSimpleTypePattern>
</ex:echoStringSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringSimpleTypePattern>009</stringSimpleTypePattern>
</echoStringSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| IntSimpleTypePattern | IntSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntSimpleTypePattern>
<ex:intSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:intSimpleTypePattern>
</ex:echoIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intSimpleTypePattern>123</intSimpleTypePattern>
</echoIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| IntSimpleTypePattern | IntSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntSimpleTypePattern>
<ex:intSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:intSimpleTypePattern>
</ex:echoIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intSimpleTypePattern>009</intSimpleTypePattern>
</echoIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| IntegerSimpleTypePattern | IntegerSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerSimpleTypePattern>
<ex:integerSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:integerSimpleTypePattern>
</ex:echoIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerSimpleTypePattern>123</integerSimpleTypePattern>
</echoIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| IntegerSimpleTypePattern | IntegerSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIntegerSimpleTypePattern>
<ex:integerSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9</ex:integerSimpleTypePattern>
</ex:echoIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerSimpleTypePattern>9</integerSimpleTypePattern>
</echoIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| LongSimpleTypePattern | LongSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLongSimpleTypePattern>
<ex:longSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:longSimpleTypePattern>
</ex:echoLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longSimpleTypePattern>123</longSimpleTypePattern>
</echoLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| LongSimpleTypePattern | LongSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLongSimpleTypePattern>
<ex:longSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:longSimpleTypePattern>
</ex:echoLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longSimpleTypePattern>009</longSimpleTypePattern>
</echoLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| DecimalSimpleTypePattern | DecimalSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalSimpleTypePattern>
<ex:decimalSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234.12</ex:decimalSimpleTypePattern>
</ex:echoDecimalSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalSimpleTypePattern>1234.12</decimalSimpleTypePattern>
</echoDecimalSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| DecimalSimpleTypePattern | DecimalSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalSimpleTypePattern>
<ex:decimalSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9898.00</ex:decimalSimpleTypePattern>
</ex:echoDecimalSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalSimpleTypePattern>9898.00</decimalSimpleTypePattern>
</echoDecimalSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| FloatSimpleTypePattern | FloatSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatSimpleTypePattern>
<ex:floatSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:floatSimpleTypePattern>
</ex:echoFloatSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatSimpleTypePattern>123</floatSimpleTypePattern>
</echoFloatSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| FloatSimpleTypePattern | FloatSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatSimpleTypePattern>
<ex:floatSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:floatSimpleTypePattern>
</ex:echoFloatSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatSimpleTypePattern>009</floatSimpleTypePattern>
</echoFloatSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| DoubleSimpleTypePattern | DoubleSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleSimpleTypePattern>
<ex:doubleSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:doubleSimpleTypePattern>
</ex:echoDoubleSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleSimpleTypePattern>123</doubleSimpleTypePattern>
</echoDoubleSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| DoubleSimpleTypePattern | DoubleSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleSimpleTypePattern>
<ex:doubleSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:doubleSimpleTypePattern>
</ex:echoDoubleSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleSimpleTypePattern>009</doubleSimpleTypePattern>
</echoDoubleSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| ShortSimpleTypePattern | ShortSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoShortSimpleTypePattern>
<ex:shortSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:shortSimpleTypePattern>
</ex:echoShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortSimpleTypePattern>123</shortSimpleTypePattern>
</echoShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| ShortSimpleTypePattern | ShortSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoShortSimpleTypePattern>
<ex:shortSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:shortSimpleTypePattern>
</ex:echoShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortSimpleTypePattern>009</shortSimpleTypePattern>
</echoShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| NonNegativeIntegerSimpleTypePattern | NonNegativeIntegerSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonNegativeIntegerSimpleTypePattern>
<ex:nonNegativeIntegerSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:nonNegativeIntegerSimpleTypePattern>
</ex:echoNonNegativeIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonNegativeIntegerSimpleTypePattern>123</nonNegativeIntegerSimpleTypePattern>
</echoNonNegativeIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| NonNegativeIntegerSimpleTypePattern | NonNegativeIntegerSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonNegativeIntegerSimpleTypePattern>
<ex:nonNegativeIntegerSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:nonNegativeIntegerSimpleTypePattern>
</ex:echoNonNegativeIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonNegativeIntegerSimpleTypePattern>009</nonNegativeIntegerSimpleTypePattern>
</echoNonNegativeIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| PositiveIntegerSimpleTypePattern | PositiveIntegerSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoPositiveIntegerSimpleTypePattern>
<ex:positiveIntegerSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:positiveIntegerSimpleTypePattern>
</ex:echoPositiveIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<positiveIntegerSimpleTypePattern>123</positiveIntegerSimpleTypePattern>
</echoPositiveIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| PositiveIntegerSimpleTypePattern | PositiveIntegerSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoPositiveIntegerSimpleTypePattern>
<ex:positiveIntegerSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:positiveIntegerSimpleTypePattern>
</ex:echoPositiveIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<positiveIntegerSimpleTypePattern>009</positiveIntegerSimpleTypePattern>
</echoPositiveIntegerSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| UnsignedLongSimpleTypePattern | UnsignedLongSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedLongSimpleTypePattern>
<ex:unsignedLongSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedLongSimpleTypePattern>
</ex:echoUnsignedLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedLongSimpleTypePattern>123</unsignedLongSimpleTypePattern>
</echoUnsignedLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| UnsignedLongSimpleTypePattern | UnsignedLongSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedLongSimpleTypePattern>
<ex:unsignedLongSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedLongSimpleTypePattern>
</ex:echoUnsignedLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedLongSimpleTypePattern>009</unsignedLongSimpleTypePattern>
</echoUnsignedLongSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| UnsignedIntSimpleTypePattern | UnsignedIntSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedIntSimpleTypePattern>
<ex:unsignedIntSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedIntSimpleTypePattern>
</ex:echoUnsignedIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedIntSimpleTypePattern>123</unsignedIntSimpleTypePattern>
</echoUnsignedIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| UnsignedIntSimpleTypePattern | UnsignedIntSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedIntSimpleTypePattern>
<ex:unsignedIntSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedIntSimpleTypePattern>
</ex:echoUnsignedIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedIntSimpleTypePattern>009</unsignedIntSimpleTypePattern>
</echoUnsignedIntSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| UnsignedShortSimpleTypePattern | UnsignedShortSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedShortSimpleTypePattern>
<ex:unsignedShortSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedShortSimpleTypePattern>
</ex:echoUnsignedShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedShortSimpleTypePattern>123</unsignedShortSimpleTypePattern>
</echoUnsignedShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| UnsignedShortSimpleTypePattern | UnsignedShortSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoUnsignedShortSimpleTypePattern>
<ex:unsignedShortSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedShortSimpleTypePattern>
</ex:echoUnsignedShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<unsignedShortSimpleTypePattern>009</unsignedShortSimpleTypePattern>
</echoUnsignedShortSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| DateSimpleTypePattern | DateSimpleTypePattern01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateSimpleTypePattern>
<ex:dateSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-12-18</ex:dateSimpleTypePattern>
</ex:echoDateSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateSimpleTypePattern>2006-12-18</dateSimpleTypePattern>
</echoDateSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| DateSimpleTypePattern | DateSimpleTypePattern02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateSimpleTypePattern>
<ex:dateSimpleTypePattern
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2007-01-01</ex:dateSimpleTypePattern>
</ex:echoDateSimpleTypePattern>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateSimpleTypePattern>2007-01-01</dateSimpleTypePattern>
</echoDateSimpleTypePattern>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMinInclusive | RestrictedMinInclusive01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMinInclusive>
<ex:restrictedMinInclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMinInclusive>
</ex:echoRestrictedMinInclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMinInclusive>1</restrictedMinInclusive>
</echoRestrictedMinInclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMinInclusive | RestrictedMinInclusive02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMinInclusive>
<ex:restrictedMinInclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMinInclusive>
</ex:echoRestrictedMinInclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMinInclusive>2</restrictedMinInclusive>
</echoRestrictedMinInclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMaxInclusive | RestrictedMaxInclusive01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMaxInclusive>
<ex:restrictedMaxInclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMaxInclusive>
</ex:echoRestrictedMaxInclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMaxInclusive>1</restrictedMaxInclusive>
</echoRestrictedMaxInclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMaxInclusive | RestrictedMaxInclusive02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMaxInclusive>
<ex:restrictedMaxInclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3</ex:restrictedMaxInclusive>
</ex:echoRestrictedMaxInclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMaxInclusive>3</restrictedMaxInclusive>
</echoRestrictedMaxInclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMinExclusive | RestrictedMinExclusive01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMinExclusive>
<ex:restrictedMinExclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMinExclusive>
</ex:echoRestrictedMinExclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMinExclusive>2</restrictedMinExclusive>
</echoRestrictedMinExclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMinExclusive | RestrictedMinExclusive02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMinExclusive>
<ex:restrictedMinExclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3</ex:restrictedMinExclusive>
</ex:echoRestrictedMinExclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMinExclusive>3</restrictedMinExclusive>
</echoRestrictedMinExclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMaxExclusive | RestrictedMaxExclusive01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMaxExclusive>
<ex:restrictedMaxExclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMaxExclusive>
</ex:echoRestrictedMaxExclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMaxExclusive>1</restrictedMaxExclusive>
</echoRestrictedMaxExclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMaxExclusive | RestrictedMaxExclusive02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMaxExclusive>
<ex:restrictedMaxExclusive
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMaxExclusive>
</ex:echoRestrictedMaxExclusive>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMaxExclusive>2</restrictedMaxExclusive>
</echoRestrictedMaxExclusive>
</env:Body>
</env:Envelope>
|
|||
| RestrictedLength | RestrictedLength01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedLength>
<ex:restrictedLength
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">en</ex:restrictedLength>
</ex:echoRestrictedLength>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedLength>en</restrictedLength>
</echoRestrictedLength>
</env:Body>
</env:Envelope>
|
|||
| RestrictedLength | RestrictedLength02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedLength>
<ex:restrictedLength
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">FR</ex:restrictedLength>
</ex:echoRestrictedLength>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedLength>FR</restrictedLength>
</echoRestrictedLength>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMaxLength | RestrictedMaxLength01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMaxLength>
<ex:restrictedMaxLength
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">AUSTRALIA</ex:restrictedMaxLength>
</ex:echoRestrictedMaxLength>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMaxLength>AUSTRALIA</restrictedMaxLength>
</echoRestrictedMaxLength>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMaxLength | RestrictedMaxLength02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMaxLength>
<ex:restrictedMaxLength
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">N AMERICA</ex:restrictedMaxLength>
</ex:echoRestrictedMaxLength>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMaxLength>N AMERICA</restrictedMaxLength>
</echoRestrictedMaxLength>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMinLength | RestrictedMinLength01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMinLength>
<ex:restrictedMinLength
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">AUS</ex:restrictedMinLength>
</ex:echoRestrictedMinLength>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMinLength>AUS</restrictedMinLength>
</echoRestrictedMinLength>
</env:Body>
</env:Envelope>
|
|||
| RestrictedMinLength | RestrictedMinLength02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoRestrictedMinLength>
<ex:restrictedMinLength
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">GB</ex:restrictedMinLength>
</ex:echoRestrictedMinLength>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<restrictedMinLength>GB</restrictedMinLength>
</echoRestrictedMinLength>
</env:Body>
</env:Envelope>
|
|||
| ElementReference | ElementReference01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementReference>
<ex:customerName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:customerName>
</ex:echoElementReference>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<customerName>
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
</customerName>
</echoElementReference>
</env:Body>
</env:Envelope>
|
|||
| AttributeReference | AttributeReference01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeReference>
<ex:clientName ex:phoneNumber="0123456789"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:clientName>
</ex:echoAttributeReference>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<clientName phoneNumber="0123456789">
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
</clientName>
</echoAttributeReference>
</env:Body>
</env:Envelope>
|
|||
| AttributeElementNameClash | AttributeElementNameClash01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeElementNameClash>
<ex:clientDetails phone="0123456789" title="true"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:forename>Bobby</ex:forename>
<ex:surname>Sox</ex:surname>
<ex:title>Mr</ex:title>
</ex:clientDetails>
</ex:echoAttributeElementNameClash>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeElementNameClash xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<clientDetails phone="0123456789" title="true">
<forename>Bobby</forename>
<surname>Sox</surname>
<title>Mr</title>
</clientDetails>
</echoAttributeElementNameClash>
</env:Body>
</env:Envelope>
|
|||
| ExtendedSequenceStrict | ExtendedSequenceStrict01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoExtendedSequenceStrict>
<ex:extendedSequenceStrict
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:extendedSequenceStrict>
</ex:echoExtendedSequenceStrict>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<extendedSequenceStrict>
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
</extendedSequenceStrict>
</echoExtendedSequenceStrict>
</env:Body>
</env:Envelope>
|
|||
| ExtendedSequenceStrict | ExtendedSequenceStrict02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoExtendedSequenceStrict>
<ex:extendedSequenceStrict
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
<ex:extension>
<ex:middleName>William</ex:middleName>
<ex:title>Mr</ex:title>
</ex:extension>
</ex:extendedSequenceStrict>
</ex:echoExtendedSequenceStrict>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<extendedSequenceStrict>
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
<extension>
<middleName>William</middleName>
<title>Mr</title>
</extension>
</extendedSequenceStrict>
</echoExtendedSequenceStrict>
</env:Body>
</env:Envelope>
|
|||
| ExtendedSequenceLax | ExtendedSequenceLax01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoExtendedSequenceLax>
<ex:extendedSequenceLax
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:extendedSequenceLax>
</ex:echoExtendedSequenceLax>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<extendedSequenceLax>
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
</extendedSequenceLax>
</echoExtendedSequenceLax>
</env:Body>
</env:Envelope>
|
|||
| ExtendedSequenceLax | ExtendedSequenceLax02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoExtendedSequenceLax>
<ex:extendedSequenceLax
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
<ex:extension>
<ex:middleName>William</ex:middleName>
<ex:title>Mr</ex:title>
</ex:extension>
</ex:extendedSequenceLax>
</ex:echoExtendedSequenceLax>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<extendedSequenceLax>
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
<extension>
<middleName>William</middleName>
<title>Mr</title>
</extension>
</extendedSequenceLax>
</echoExtendedSequenceLax>
</env:Body>
</env:Envelope>
|
|||
| ExtendedSequenceSkip | ExtendedSequenceSkip01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoExtendedSequenceSkip>
<ex:extendedSequenceSkip
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
</ex:extendedSequenceSkip>
</ex:echoExtendedSequenceSkip>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<extendedSequenceSkip>
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
</extendedSequenceSkip>
</echoExtendedSequenceSkip>
</env:Body>
</env:Envelope>
|
|||
| ExtendedSequenceSkip | ExtendedSequenceSkip02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoExtendedSequenceSkip>
<ex:extendedSequenceSkip
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Bobby</ex:firstName>
<ex:lastName>Sox</ex:lastName>
<ex:extension>
<ex:middleName>William</ex:middleName>
<ex:title>Mr</ex:title>
</ex:extension>
</ex:extendedSequenceSkip>
</ex:echoExtendedSequenceSkip>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<extendedSequenceSkip>
<firstName>Bobby</firstName>
<lastName>Sox</lastName>
<extension>
<middleName>William</middleName>
<title>Mr</title>
</extension>
</extendedSequenceSkip>
</echoExtendedSequenceSkip>
</env:Body>
</env:Envelope>
|
|||
| ElementTypeDefaultNamespace | ElementTypeDefaultNamespace01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementTypeDefaultNamespace>
<ex:stringElementDefaultNamespace
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoElementTypeDefaultNamespace>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementTypeDefaultNamespace xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringElementDefaultNamespace/>
</echoElementTypeDefaultNamespace>
</env:Body>
</env:Envelope>
|
|||
| ElementTypeDefaultNamespace | ElementTypeDefaultNamespace02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementTypeDefaultNamespace>
<ex:stringElementDefaultNamespace
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">This is a string!</ex:stringElementDefaultNamespace>
</ex:echoElementTypeDefaultNamespace>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementTypeDefaultNamespace xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringElementDefaultNamespace>This is a string!</stringElementDefaultNamespace>
</echoElementTypeDefaultNamespace>
</env:Body>
</env:Envelope>
|
|||
| BareVector | BareVector01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBareVector>
<ex:bareVector
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
<ex:item3>item five</ex:item3>
<ex:item3>item six</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<bareVector>
<item1>item one</item1>
<item1>item two</item1>
<item2>item three</item2>
<item2>item four</item2>
<item3>item five</item3>
<item3>item six</item3>
</bareVector>
</echoBareVector>
</env:Body>
</env:Envelope>
|
|||
| BareVector | BareVector02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBareVector>
<ex:bareVector
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item3>item three</ex:item3>
<ex:item3>item four</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<bareVector>
<item1>item one</item1>
<item1>item two</item1>
<item3>item three</item3>
<item3>item four</item3>
</bareVector>
</echoBareVector>
</env:Body>
</env:Envelope>
|
|||
| BareVector | BareVector03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBareVector>
<ex:bareVector
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:item2>item one</ex:item2>
<ex:item2>item two</ex:item2>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
<ex:item3>item five</ex:item3>
<ex:item3>item six</ex:item3>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<bareVector>
<item2>item one</item2>
<item2>item two</item2>
<item2>item three</item2>
<item2>item four</item2>
<item3>item five</item3>
<item3>item six</item3>
</bareVector>
</echoBareVector>
</env:Body>
</env:Envelope>
|
|||
| BareVector | BareVector04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBareVector>
<ex:bareVector
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:item1>item one</ex:item1>
<ex:item1>item two</ex:item1>
<ex:item2>item three</ex:item2>
<ex:item2>item four</ex:item2>
</ex:bareVector>
</ex:echoBareVector>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<bareVector>
<item1>item one</item1>
<item1>item two</item1>
<item2>item three</item2>
<item2>item four</item2>
</bareVector>
</echoBareVector>
</env:Body>
</env:Envelope>
|
|||
| ComplexTypeSequenceExtension | ComplexTypeSequenceExtension01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoComplexTypeSequenceExtension>
<ex:complexTypeSequenceExtension
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:name>Mary</ex:name>
<ex:description>tall</ex:description>
</ex:complexTypeSequenceExtension>
</ex:echoComplexTypeSequenceExtension>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoComplexTypeSequenceExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<complexTypeSequenceExtension>
<name>Mary</name>
<description>tall</description>
</complexTypeSequenceExtension>
</echoComplexTypeSequenceExtension>
</env:Body>
</env:Envelope>
|
|||
| TypeSubstitutionUsingXsiType | TypeSubstitutionUsingXsiType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTypeSubstitutionUsingXsiType>
<ex:assembly
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:part>
<ex:number>p1</ex:number>
</ex:part>
<ex:part xsi:type="ex:Part2">
<ex:number>p2</ex:number>
<ex:description>extended part</ex:description>
</ex:part>
</ex:assembly>
</ex:echoTypeSubstitutionUsingXsiType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoTypeSubstitutionUsingXsiType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<assembly>
<part>
<number>p1</number>
</part>
<part>
<number>p2</number>
<description>extended part</description>
</part>
</assembly>
</echoTypeSubstitutionUsingXsiType>
</env:Body>
</env:Envelope>
|
|||
| SimpleTypeAttributes | SimpleTypeAttributes01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSimpleTypeAttributes>
<ex:simpleTypeAttributes a1="foo" a2="bar"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</ex:simpleTypeAttributes>
</ex:echoSimpleTypeAttributes>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSimpleTypeAttributes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<simpleTypeAttributes a1="foo" a2="bar">hello</simpleTypeAttributes>
</echoSimpleTypeAttributes>
</env:Body>
</env:Envelope>
|
|||
| ExtendedSimpleType | ExtendedSimpleType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoExtendedSimpleType>
<ex:extendedSimpleType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</ex:extendedSimpleType>
</ex:echoExtendedSimpleType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoExtendedSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<extendedSimpleType>hello</extendedSimpleType>
</echoExtendedSimpleType>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccurs1 | SequenceMinOccurs101 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccurs1>
<ex:sequenceMinOccurs1
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:sequenceMinOccurs1item>item1</ex:sequenceMinOccurs1item>
</ex:sequenceMinOccurs1>
</ex:echoSequenceMinOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceMinOccurs1>
<sequenceMinOccurs1item>item1</sequenceMinOccurs1item>
</sequenceMinOccurs1>
</echoSequenceMinOccurs1>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccursFinite | SequenceMinOccursFinite01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccursFinite>
<ex:articleColors
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:articleColor>Red</ex:articleColor>
<ex:articleContrast>Bright</ex:articleContrast>
<ex:articleColor>Black</ex:articleColor>
<ex:articleContrast>Bright</ex:articleContrast>
<ex:articleColor>White</ex:articleColor>
<ex:articleContrast>Low</ex:articleContrast>
<ex:articleColor>Yellow</ex:articleColor>
<ex:articleContrast>Normal</ex:articleContrast>
</ex:articleColors>
</ex:echoSequenceMinOccursFinite>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<articleColors>
<articleColor>Red</articleColor>
<articleColor>Black</articleColor>
<articleColor>White</articleColor>
<articleColor>Yellow</articleColor>
<articleContrast>Bright</articleContrast>
<articleContrast>Bright</articleContrast>
<articleContrast>Low</articleContrast>
<articleContrast>Normal</articleContrast>
</articleColors>
</echoSequenceMinOccursFinite>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccursFinite | SequenceMinOccursFinite02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccursFinite>
<ex:articleColors
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:articleColor>Black</ex:articleColor>
<ex:articleContrast>Normal</ex:articleContrast>
<ex:articleColor>White</ex:articleColor>
<ex:articleContrast>Bright</ex:articleContrast>
</ex:articleColors>
</ex:echoSequenceMinOccursFinite>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<articleColors>
<articleColor>Black</articleColor>
<articleColor>White</articleColor>
<articleContrast>Normal</articleContrast>
<articleContrast>Bright</articleContrast>
</articleColors>
</echoSequenceMinOccursFinite>
</env:Body>
</env:Envelope>
|
|||
| SequenceMaxOccurs1 | SequenceMaxOccurs101 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMaxOccurs1>
<ex:myAgeDetails
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:myAge>44</ex:myAge>
</ex:myAgeDetails>
</ex:echoSequenceMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<myAgeDetails>
<myAge>44</myAge>
</myAgeDetails>
</echoSequenceMaxOccurs1>
</env:Body>
</env:Envelope>
|
|||
| SequenceMaxOccurs1 | SequenceMaxOccurs102 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMaxOccurs1>
<ex:myAgeDetails
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:myAge>4</ex:myAge>
</ex:myAgeDetails>
</ex:echoSequenceMaxOccurs1>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<myAgeDetails>
<myAge>4</myAge>
</myAgeDetails>
</echoSequenceMaxOccurs1>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded101 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs0MaxOccursUnbounded>
<ex:durationList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoElementMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationList/>
</echoElementMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded102 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs0MaxOccursUnbounded>
<ex:durationList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:durationValue>24</ex:durationValue>
<ex:durationValue>34</ex:durationValue>
<ex:durationValue>44</ex:durationValue>
</ex:durationList>
</ex:echoElementMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationList>
<durationValue>24</durationValue>
<durationValue>34</durationValue>
<durationValue>44</durationValue>
</durationList>
</echoElementMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccurs0MaxOccursUnbounded | SequenceMinOccurs0MaxOccursUnbounded101 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccurs0MaxOccursUnbounded>
<ex:durationListSequence
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:durationVal>44</ex:durationVal>
<ex:durationPercentage>33</ex:durationPercentage>
<ex:durationVal>24</ex:durationVal>
<ex:durationPercentage>45</ex:durationPercentage>
<ex:durationVal>64</ex:durationVal>
<ex:durationPercentage>22</ex:durationPercentage>
</ex:durationListSequence>
</ex:echoSequenceMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationListSequence>
<durationVal>44</durationVal>
<durationVal>24</durationVal>
<durationVal>64</durationVal>
<durationPercentage>33</durationPercentage>
<durationPercentage>45</durationPercentage>
<durationPercentage>22</durationPercentage>
</durationListSequence>
</echoSequenceMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccurs0MaxOccursUnbounded | SequenceMinOccurs0MaxOccursUnbounded102 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccurs0MaxOccursUnbounded>
<ex:durationListSequence
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoSequenceMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationListSequence/>
</echoSequenceMinOccurs0MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded101 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs1MaxOccursUnbounded>
<ex:ageList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:ageValue>44</ex:ageValue>
</ex:ageList>
</ex:echoElementMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ageList>
<ageValue>44</ageValue>
</ageList>
</echoElementMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded102 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementMinOccurs1MaxOccursUnbounded>
<ex:ageList
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:ageValue>24</ex:ageValue>
<ex:ageValue>34</ex:ageValue>
<ex:ageValue>44</ex:ageValue>
</ex:ageList>
</ex:echoElementMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ageList>
<ageValue>24</ageValue>
<ageValue>34</ageValue>
<ageValue>44</ageValue>
</ageList>
</echoElementMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccurs1MaxOccursUnbounded | SequenceMinOccurs1MaxOccursUnbounded101 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccurs1MaxOccursUnbounded>
<ex:ageListSequence
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:ageVal>44</ex:ageVal>
<ex:agePercentage>33</ex:agePercentage>
<ex:ageVal>24</ex:ageVal>
<ex:agePercentage>45</ex:agePercentage>
<ex:ageVal>64</ex:ageVal>
<ex:agePercentage>22</ex:agePercentage>
</ex:ageListSequence>
</ex:echoSequenceMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ageListSequence>
<ageVal>44</ageVal>
<ageVal>24</ageVal>
<ageVal>64</ageVal>
<agePercentage>33</agePercentage>
<agePercentage>45</agePercentage>
<agePercentage>22</agePercentage>
</ageListSequence>
</echoSequenceMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccurs1MaxOccursUnbounded | SequenceMinOccurs1MaxOccursUnbounded102 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccurs1MaxOccursUnbounded>
<ex:ageListSequence
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:ageVal>44</ex:ageVal>
<ex:agePercentage>33</ex:agePercentage>
</ex:ageListSequence>
</ex:echoSequenceMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ageListSequence>
<ageVal>44</ageVal>
<agePercentage>33</agePercentage>
</ageListSequence>
</echoSequenceMinOccurs1MaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| SequenceMaxOccursUnbounded | SequenceMaxOccursUnbounded01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMaxOccursUnbounded>
<ex:bookPublications
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:pubDate>2002-09-24</ex:pubDate>
<ex:pubISBN>1-55960-907-6</ex:pubISBN>
<ex:pubDate>2003-04-14</ex:pubDate>
<ex:pubISBN>1-25466-908-6</ex:pubISBN>
<ex:pubDate>2004-03-31</ex:pubDate>
<ex:pubISBN>1-35460-909-6</ex:pubISBN>
<ex:pubDate>2005-06-04</ex:pubDate>
<ex:pubISBN>1-54560-910-6</ex:pubISBN>
<ex:pubDate>2006-07-03</ex:pubDate>
<ex:pubISBN>1-74869-911-6</ex:pubISBN>
</ex:bookPublications>
</ex:echoSequenceMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<bookPublications>
<pubDate>2002-09-24</pubDate>
<pubDate>2003-04-14</pubDate>
<pubDate>2004-03-31</pubDate>
<pubDate>2005-06-04</pubDate>
<pubDate>2006-07-03</pubDate>
<pubISBN>1-55960-907-6</pubISBN>
<pubISBN>1-25466-908-6</pubISBN>
<pubISBN>1-35460-909-6</pubISBN>
<pubISBN>1-54560-910-6</pubISBN>
<pubISBN>1-74869-911-6</pubISBN>
</bookPublications>
</echoSequenceMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| SequenceMaxOccursUnbounded | SequenceMaxOccursUnbounded02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMaxOccursUnbounded>
<ex:bookPublications
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:pubDate>2006-01-26</ex:pubDate>
<ex:pubISBN>1-44795-912-6</ex:pubISBN>
</ex:bookPublications>
</ex:echoSequenceMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<bookPublications>
<pubDate>2006-01-26</pubDate>
<pubISBN>1-44795-912-6</pubISBN>
</bookPublications>
</echoSequenceMaxOccursUnbounded>
</env:Body>
</env:Envelope>
|
|||
| SequenceMaxOccursFinite | SequenceMaxOccursFinite01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMaxOccursFinite>
<ex:winter
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:mnth>November</ex:mnth>
<ex:weather>Rain</ex:weather>
<ex:mnth>December</ex:mnth>
<ex:weather>Snow</ex:weather>
<ex:mnth>January</ex:mnth>
<ex:weather>Snow</ex:weather>
<ex:mnth>February</ex:mnth>
<ex:weather>Rain</ex:weather>
</ex:winter>
</ex:echoSequenceMaxOccursFinite>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<winter>
<mnth>November</mnth>
<mnth>December</mnth>
<mnth>January</mnth>
<mnth>February</mnth>
<weather>Rain</weather>
<weather>Snow</weather>
<weather>Snow</weather>
<weather>Rain</weather>
</winter>
</echoSequenceMaxOccursFinite>
</env:Body>
</env:Envelope>
|
|||
| SequenceMaxOccursFinite | SequenceMaxOccursFinite02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMaxOccursFinite>
<ex:winter
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:mnth>December</ex:mnth>
<ex:weather>Snow</ex:weather>
</ex:winter>
</ex:echoSequenceMaxOccursFinite>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<winter>
<mnth>December</mnth>
<weather>Snow</weather>
</winter>
</echoSequenceMaxOccursFinite>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccurs0 | SequenceMinOccurs001 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccurs0>
<ex:sequenceMinOccurs0
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:sequenceMinOccurs0>
</ex:echoSequenceMinOccurs0>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceMinOccurs0>
<firstName>Paul</firstName>
<middleName>Sumner</middleName>
<lastName>Downey</lastName>
</sequenceMinOccurs0>
</echoSequenceMinOccurs0>
</env:Body>
</env:Envelope>
|
|||
| SequenceMinOccurs0 | SequenceMinOccurs002 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceMinOccurs0>
<ex:sequenceMinOccurs0
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoSequenceMinOccurs0>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceMinOccurs0/>
</echoSequenceMinOccurs0>
</env:Body>
</env:Envelope>
|
|||
| SequenceSequenceElement | SequenceSequenceElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceSequenceElement>
<ex:sequenceSequenceElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
</ex:sequenceSequenceElement>
</ex:echoSequenceSequenceElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceSequenceElement>
<firstName>Paul</firstName>
</sequenceSequenceElement>
</echoSequenceSequenceElement>
</env:Body>
</env:Envelope>
|
|||
| SequenceSequenceElement | SequenceSequenceElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceSequenceElement>
<ex:sequenceSequenceElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
</ex:sequenceSequenceElement>
</ex:echoSequenceSequenceElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceSequenceElement>
<firstName>Paul</firstName>
<middleName>Sumner</middleName>
</sequenceSequenceElement>
</echoSequenceSequenceElement>
</env:Body>
</env:Envelope>
|
|||
| SequenceSequenceElement | SequenceSequenceElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoSequenceSequenceElement>
<ex:sequenceSequenceElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:firstName>Paul</ex:firstName>
<ex:middleName>Sumner</ex:middleName>
<ex:lastName>Downey</ex:lastName>
</ex:sequenceSequenceElement>
</ex:echoSequenceSequenceElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<sequenceSequenceElement>
<firstName>Paul</firstName>
<middleName>Sumner</middleName>
<lastName>Downey</lastName>
</sequenceSequenceElement>
</echoSequenceSequenceElement>
</env:Body>
</env:Envelope>
|
|||
| DecimalSimpleTypeTotalDigits | DecimalSimpleTypeTotalDigits01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalSimpleTypeTotalDigits>
<ex:decimalSimpleTypeTotalDigits
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234</ex:decimalSimpleTypeTotalDigits>
</ex:echoDecimalSimpleTypeTotalDigits>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalSimpleTypeTotalDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalSimpleTypeTotalDigits>1234</decimalSimpleTypeTotalDigits>
</echoDecimalSimpleTypeTotalDigits>
</env:Body>
</env:Envelope>
|
|||
| DecimalSimpleTypeTotalDigits | DecimalSimpleTypeTotalDigits02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalSimpleTypeTotalDigits>
<ex:decimalSimpleTypeTotalDigits
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12345</ex:decimalSimpleTypeTotalDigits>
</ex:echoDecimalSimpleTypeTotalDigits>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalSimpleTypeTotalDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalSimpleTypeTotalDigits>12345</decimalSimpleTypeTotalDigits>
</echoDecimalSimpleTypeTotalDigits>
</env:Body>
</env:Envelope>
|
|||
| DecimalSimpleTypeFractionDigits | DecimalSimpleTypeFractionDigits01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalSimpleTypeFractionDigits>
<ex:decimalSimpleTypeFractionDigits
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234.00</ex:decimalSimpleTypeFractionDigits>
</ex:echoDecimalSimpleTypeFractionDigits>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalSimpleTypeFractionDigits>1234.00</decimalSimpleTypeFractionDigits>
</echoDecimalSimpleTypeFractionDigits>
</env:Body>
</env:Envelope>
|
|||
| DecimalSimpleTypeFractionDigits | DecimalSimpleTypeFractionDigits02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalSimpleTypeFractionDigits>
<ex:decimalSimpleTypeFractionDigits
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234</ex:decimalSimpleTypeFractionDigits>
</ex:echoDecimalSimpleTypeFractionDigits>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalSimpleTypeFractionDigits>1234</decimalSimpleTypeFractionDigits>
</echoDecimalSimpleTypeFractionDigits>
</env:Body>
</env:Envelope>
|
|||
| AttributeTypeReference | AttributeTypeReference01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeTypeReference>
<ex:attributeTypeReference number="123"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAttributeTypeReference>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeTypeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<attributeTypeReference number="123"/>
</echoAttributeTypeReference>
</env:Body>
</env:Envelope>
|
|||
| ElementTypeReference | ElementTypeReference01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoElementTypeReference>
<ex:elementTypeReference
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:text>
<ex:referenced>foo</ex:referenced>
</ex:text>
</ex:elementTypeReference>
</ex:echoElementTypeReference>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoElementTypeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<elementTypeReference>
<text>
<referenced>foo</referenced>
</text>
</elementTypeReference>
</echoElementTypeReference>
</env:Body>
</env:Envelope>
|
|||
| LocalElementComplexType | LocalElementComplexType01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoLocalElementComplexType>
<ex:localElementComplexType
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:name>
<ex:firstName>Paul</ex:firstName>
<ex:lastName>Paul</ex:lastName>
</ex:name>
</ex:localElementComplexType>
</ex:echoLocalElementComplexType>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoLocalElementComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<localElementComplexType>
<name>
<firstName>Paul</firstName>
<lastName>Paul</lastName>
</name>
</localElementComplexType>
</echoLocalElementComplexType>
</env:Body>
</env:Envelope>
|
|||
| IdExample | IdExample01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIdExample>
<ex:idExample string="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoIdExample>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoIdExample xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<idExample string="hello"/>
</echoIdExample>
</env:Body>
</env:Envelope>
|
|||
| AttributeGroupExample | AttributeGroupExample01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeGroupExample>
<ex:attributeGroupExample
id="AttributeGroupExample_contract_001"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:contract>12345678910</ex:contract>
</ex:attributeGroupExample>
</ex:echoAttributeGroupExample>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeGroupExample xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<attributeGroupExample>
<contract>12345678910</contract>
</attributeGroupExample>
</echoAttributeGroupExample>
</env:Body>
</env:Envelope>
|
|||
| AttributeGroupExample | AttributeGroupExample02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAttributeGroupExample>
<ex:attributeGroupExample
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<ex:contract>9876543210</ex:contract>
</ex:attributeGroupExample>
</ex:echoAttributeGroupExample>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope 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>
<echoAttributeGroupExample xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<attributeGroupExample>
<contract>9876543210</contract>
</attributeGroupExample>
</echoAttributeGroupExample>
</env:Body>
</env:Envelope>
|
Unless otherwise stated, all test cases, documents and supporting code are copyright © W3C and are licensed for use under the W3C Document License.
Copyright © 2006-2007 W3C ® ( MIT , ERCIM , Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.