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: 549
Total number of tests: 555
All tests: 568
| 98% | 2% |
Passed and failed percentages
| 96% | 1% | 3% |
Total: passed 549 - failed 6 - skipped 13 - total 568
| 100% |
Basic: passed 0 - failed 0 - skipped 3 - total 3
| 97% | 3% |
Advanced: passed 548 - failed 1 - skipped 15 - total 564
| 100% |
Pending: passed 1 - failed 0 - skipped 0 - total 1
In the report below:
| Test Name | Test Instance | Test Result | Request |
|---|---|---|---|
| Response | |||
| AnySimpleTypeAttribute | AnySimpleTypeAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnySimpleTypeAttribute>
<ex:anySimpleTypeAttribute anySimpleType="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAnySimpleTypeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoAnySimpleTypeAttribute>
<ns:anySimpleTypeAttribute anySimpleType="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoAnySimpleTypeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| AnySimpleTypeAttribute | AnySimpleTypeAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnySimpleTypeAttribute>
<ex:anySimpleTypeAttribute anySimpleType="1"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAnySimpleTypeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoAnySimpleTypeAttribute>
<ns:anySimpleTypeAttribute anySimpleType="1"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoAnySimpleTypeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| AnySimpleTypeElement | AnySimpleTypeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnySimpleTypeElement>
<ex:anySimpleTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoAnySimpleTypeElement>
<ns:anySimpleTypeElement/>
</ns:echoAnySimpleTypeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| AnySimpleTypeElement | AnySimpleTypeElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnySimpleTypeElement>
<ex:anySimpleTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">anySimpleTypeValue</ex:anySimpleTypeElement>
</ex:echoAnySimpleTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoAnySimpleTypeElement>
<ns:anySimpleTypeElement>anySimpleTypeValue</ns:anySimpleTypeElement>
</ns:echoAnySimpleTypeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| AnyTypeElement | AnyTypeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnyTypeElement>
<ex:anyTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoAnyTypeElement>
<ns:anyTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoAnyTypeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| AnyTypeElement | AnyTypeElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoAnyTypeElement>
<ex:anyTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<foo>
<bar>cheese</bar>
</foo>
</ex:anyTypeElement>
</ex:echoAnyTypeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoAnyTypeElement>
<ns:anyTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<foo>
<bar>cheese</bar>
</foo>
</ns:anyTypeElement>
</ns:echoAnyTypeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DocumentationElement | DocumentationElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDocumentationElement>
<ex:documentationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello world</ex:documentationElement>
</ex:echoDocumentationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDocumentationElement>
<ns:documentationElement>hello world</ns:documentationElement>
</ns:echoDocumentationElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IdentifierName | IdentifierName02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoIdentifierName>
<ex:identifierName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:identifierName>
</ex:echoIdentifierName>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoIdentifierName>
<ns:identifierName>Hello</ns:identifierName>
</ns:echoIdentifierName>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonIdentifierName | NonIdentifierName02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoNonIdentifierName>
<ex:non-Identifier-Name
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:non-Identifier-Name>
</ex:echoNonIdentifierName>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoNonIdentifierName>
<ns:non-Identifier-Name>Hello</ns:non-Identifier-Name>
</ns:echoNonIdentifierName>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| StringElement | StringElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringElement>
<ex:stringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoStringElement>
<ns:stringElement/>
</ns:echoStringElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| StringElement | StringElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringElement>
<ex:stringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello cruel world.</ex:stringElement>
</ex:echoStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoStringElement>
<ns:stringElement>Hello cruel world.</ns:stringElement>
</ns:echoStringElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| StringAttribute | StringAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringAttribute>
<ex:stringAttribute string="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoStringAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoStringAttribute>
<ns:stringAttribute string="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoStringAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| StringAttribute | StringAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoStringAttribute>
<ex:stringAttribute string="0123456789"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoStringAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoStringAttribute>
<ns:stringAttribute string="0123456789"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoStringAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| BooleanElement | BooleanElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">false</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoBooleanElement>
<ns:booleanElement>false</ns:booleanElement>
</ns:echoBooleanElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| BooleanElement | BooleanElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">true</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoBooleanElement>
<ns:booleanElement>true</ns:booleanElement>
</ns:echoBooleanElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| BooleanElement | BooleanElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoBooleanElement>
<ns:booleanElement>false</ns:booleanElement>
</ns:echoBooleanElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| BooleanElement | BooleanElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanElement>
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoBooleanElement>
<ns:booleanElement>true</ns:booleanElement>
</ns:echoBooleanElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| BooleanAttribute | BooleanAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanAttribute>
<ex:booleanAttribute boolean="true"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoBooleanAttribute>
<ns:booleanAttribute boolean="true"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoBooleanAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| BooleanAttribute | BooleanAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoBooleanAttribute>
<ex:booleanAttribute boolean="0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoBooleanAttribute>
<ns:booleanAttribute boolean="false"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoBooleanAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DecimalElement | DecimalElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalElement>
<ns:decimalElement>0</ns:decimalElement>
</ns:echoDecimalElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DecimalElement | DecimalElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1.23</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalElement>
<ns:decimalElement>-1.23</ns:decimalElement>
</ns:echoDecimalElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DecimalElement | DecimalElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12678967.543233</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalElement>
<ns:decimalElement>12678967.543233</ns:decimalElement>
</ns:echoDecimalElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DecimalElement | DecimalElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+1000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalElement>
<ns:decimalElement>+1000000.00</ns:decimalElement>
</ns:echoDecimalElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalElement>
<ns:decimalElement>+100000000000000000000000000000000000000000000.00</ns:decimalElement>
</ns:echoDecimalElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DecimalElement | DecimalElement06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalElement>
<ns:decimalElement>210</ns:decimalElement>
</ns:echoDecimalElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DecimalElement | DecimalElement07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDecimalElement>
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalElement>
<ns:decimalElement>210.00</ns:decimalElement>
</ns:echoDecimalElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDecimalAttribute>
<ns:decimalAttribute
decimal="+10000000999829292922093443563.32423442"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDecimalAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| FloatElement | FloatElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoFloatElement>
<ns:floatElement>-1E4</ns:floatElement>
</ns:echoFloatElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoFloatElement>
<ns:floatElement>1267.43233E12</ns:floatElement>
</ns:echoFloatElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| FloatElement | FloatElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoFloatElement>
<ns:floatElement>12.78e-2</ns:floatElement>
</ns:echoFloatElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| FloatElement | FloatElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoFloatElement>
<ns:floatElement>12</ns:floatElement>
</ns:echoFloatElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| FloatElement | FloatElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatElement>
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoFloatElement>
<ns:floatElement>INF</ns:floatElement>
</ns:echoFloatElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| FloatAttribute | FloatAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoFloatAttribute>
<ex:floatAttribute float="-7446.445E5"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoFloatAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoFloatAttribute>
<ns:floatAttribute float="-7446.445E5"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoFloatAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DoubleElement | DoubleElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDoubleElement>
<ns:doubleElement>-1E4</ns:doubleElement>
</ns:echoDoubleElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DoubleElement | DoubleElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.432233E12</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDoubleElement>
<ns:doubleElement>1267.432233E12</ns:doubleElement>
</ns:echoDoubleElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DoubleElement | DoubleElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDoubleElement>
<ns:doubleElement>12.78e-2</ns:doubleElement>
</ns:echoDoubleElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DoubleElement | DoubleElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDoubleElement>
<ns:doubleElement>12</ns:doubleElement>
</ns:echoDoubleElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DoubleElement | DoubleElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleElement>
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDoubleElement>
<ns:doubleElement>INF</ns:doubleElement>
</ns:echoDoubleElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DoubleAttribute | DoubleAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDoubleAttribute>
<ex:doubleAttribute double="12.334"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDoubleAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDoubleAttribute>
<ns:doubleAttribute double="12.334"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDoubleAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DurationElement | DurationElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1Y2M3DT10H30M</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDurationElement>
<ns:durationElement>P1Y2M3DT10H30M</ns:durationElement>
</ns:echoDurationElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DurationElement | DurationElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-P1347M</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDurationElement>
<ns:durationElement>-P1347M</ns:durationElement>
</ns:echoDurationElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DurationElement | DurationElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1347Y</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDurationElement>
<ns:durationElement>P1347Y</ns:durationElement>
</ns:echoDurationElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DurationElement | DurationElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationElement>
<ex:durationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1M</ex:durationElement>
</ex:echoDurationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDurationElement>
<ns:durationElement>P1M</ns:durationElement>
</ns:echoDurationElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DurationAttribute | DurationAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDurationAttribute>
<ex:durationAttribute duration="P1M"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDurationAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDurationAttribute>
<ns:durationAttribute duration="P1M"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDurationAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeElement | DateTimeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateTimeElement>
<ex:dateTimeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31T13:20:00-05:42</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeElement>
<ns:dateTimeElement>1999-05-31T13:20:00-05:42</ns:dateTimeElement>
</ns:echoDateTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeElement | DateTimeElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateTimeElement>
<ex:dateTimeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeElement>
<ns:dateTimeElement>2000-03-04T23:00:00+03:00</ns:dateTimeElement>
</ns:echoDateTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeElement | DateTimeElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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:00Z</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeElement>
<ns:dateTimeElement>2000-03-04T23:00:00Z</ns:dateTimeElement>
</ns:echoDateTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeElement | DateTimeElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2038-12-12T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeElement>
<ns:dateTimeElement>2038-12-12T23:00:00</ns:dateTimeElement>
</ns:echoDateTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeElement | DateTimeElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">0739-03-04T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeElement>
<ns:dateTimeElement>0739-03-04T23:00:00</ns:dateTimeElement>
</ns:echoDateTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeElement | DateTimeElement06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">10739-03-04T23:00:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeElement>
<ns:dateTimeElement>10739-03-04T23:00:00</ns:dateTimeElement>
</ns:echoDateTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateTimeAttribute>
<ex:dateTimeAttribute dateTime="2006-10-26T04:51:00-05:42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeAttribute>
<ns:dateTimeAttribute dateTime="2006-10-26T04:51:00-05:42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoDateTimeAttribute>
<ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeAttribute>
<ns:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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:00Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeAttribute>
<ns:dateTimeAttribute dateTime="2006-10-26T04:51:00Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2038-12-12T23:59:59"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeAttribute>
<ns:dateTimeAttribute dateTime="2038-12-12T23:59:59"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="0739-04-04T04:51:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeAttribute>
<ns:dateTimeAttribute dateTime="0739-04-04T04:51:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="10739-04-04T04:51:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoDateTimeAttribute>
<ns:dateTimeAttribute dateTime="10739-04-04T04:51:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeElement | TimeElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">00:00:00</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoTimeElement>
<ns:timeElement>00:00:00</ns:timeElement>
</ns:echoTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeElement | TimeElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12:00:01</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoTimeElement>
<ns:timeElement>12:00:01</ns:timeElement>
</ns:echoTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeElement | TimeElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">23:59:59</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoTimeElement>
<ns:timeElement>23:59:59</ns:timeElement>
</ns:echoTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeElement | TimeElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex:echoTimeElement>
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">13:21:03Z</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoTimeElement>
<ns:timeElement>13:21:03Z</ns:timeElement>
</ns:echoTimeElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeElement | TimeElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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:03-04:32</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:xsi="http://www.w3.org/200 |