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
| 93% | 7% |
Basic: passed 152 - failed 1 - skipped 9 - total 162
| 97% | 3% |
Advanced: passed 393 - failed 0 - skipped 9 - total 402
| 100% |
Pending: passed 4 - failed 0 - skipped 0 - total 4
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/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:echoTimeElement>
<ns:timeElement>13:21:03-04:32</ns:timeElement>
</ns:echoTimeElement>
</SOAP-ENV:Body>
</SOAP-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:00:00"
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"?>
<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:echoTimeAttribute>
<ns:timeAttribute time="00:00:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeAttribute | TimeAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="12:00:01"
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"?>
<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:echoTimeAttribute>
<ns:timeAttribute time="12:00:01"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeAttribute | TimeAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="23:59:59"
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"?>
<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:echoTimeAttribute>
<ns:timeAttribute time="23:59:59"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeAttribute | TimeAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="12:34:56Z"
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"?>
<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:echoTimeAttribute>
<ns:timeAttribute time="12:34:56Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoTimeAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| TimeAttribute | TimeAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="12:34:56+01:23"
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"?>
<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:echoTimeAttribute>
<ns:timeAttribute time="12:34:56+01:23"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoTimeAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoDateElement>
<ns:dateElement>1999-05-31</ns:dateElement>
</ns:echoDateElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateElement | DateElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">0739-05-31</ex:dateElement>
</ex:echoDateElement>
</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:echoDateElement>
<ns:dateElement>0739-05-31</ns:dateElement>
</ns:echoDateElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateElement | DateElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2038-05-31Z</ex:dateElement>
</ex:echoDateElement>
</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:echoDateElement>
<ns:dateElement>2038-05-31Z</ns:dateElement>
</ns:echoDateElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateElement | DateElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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+05:43</ex:dateElement>
</ex:echoDateElement>
</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:echoDateElement>
<ns:dateElement>1999-05-31+05:43</ns:dateElement>
</ns:echoDateElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateElement | DateElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">10739-05-31</ex:dateElement>
</ex:echoDateElement>
</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:echoDateElement>
<ns:dateElement>10739-05-31</ns:dateElement>
</ns:echoDateElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoDateAttribute>
<ns:dateAttribute date="2006-05-30"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateAttribute | DateAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="0739-05-31"
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"?>
<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:echoDateAttribute>
<ns:dateAttribute date="0739-05-31"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateAttribute | DateAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2038-12-31Z"
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"?>
<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:echoDateAttribute>
<ns:dateAttribute date="2038-12-31Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateAttribute | DateAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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-01:00"
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"?>
<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:echoDateAttribute>
<ns:dateAttribute date="2006-05-30-01:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| DateAttribute | DateAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="10739-05-31"
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"?>
<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:echoDateAttribute>
<ns:dateAttribute date="10739-05-31"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoDateAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGYearMonthElement>
<ns:gYearMonthElement>1999-05</ns:gYearMonthElement>
</ns:echoGYearMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">0739-05</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</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:echoGYearMonthElement>
<ns:gYearMonthElement>0739-05</ns:gYearMonthElement>
</ns:echoGYearMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2038-02</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</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:echoGYearMonthElement>
<ns:gYearMonthElement>2038-02</ns:gYearMonthElement>
</ns:echoGYearMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2007-05+01:00</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</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:echoGYearMonthElement>
<ns:gYearMonthElement>2007-05+01:00</ns:gYearMonthElement>
</ns:echoGYearMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2007-05-01:00</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</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:echoGYearMonthElement>
<ns:gYearMonthElement>2007-05-01:00</ns:gYearMonthElement>
</ns:echoGYearMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2007-05Z</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</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:echoGYearMonthElement>
<ns:gYearMonthElement>2007-05Z</ns:gYearMonthElement>
</ns:echoGYearMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">10739-05</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</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:echoGYearMonthElement>
<ns:gYearMonthElement>10739-05</ns:gYearMonthElement>
</ns:echoGYearMonthElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGYearMonthAttribute>
<ns:gYearMonthAttribute gYearMonth="2006-09"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthAttribute | GYearMonthAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="0739-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"?>
<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:echoGYearMonthAttribute>
<ns:gYearMonthAttribute gYearMonth="0739-09"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthAttribute | GYearMonthAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2038-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"?>
<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:echoGYearMonthAttribute>
<ns:gYearMonthAttribute gYearMonth="2038-09"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthAttribute | GYearMonthAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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+01:00"
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"?>
<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:echoGYearMonthAttribute>
<ns:gYearMonthAttribute gYearMonth="2006-09+01:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthAttribute | GYearMonthAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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-01:00"
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"?>
<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:echoGYearMonthAttribute>
<ns:gYearMonthAttribute gYearMonth="2006-09-01:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthAttribute | GYearMonthAttribute06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2007-05Z"
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"?>
<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:echoGYearMonthAttribute>
<ns:gYearMonthAttribute gYearMonth="2007-05Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearMonthAttribute | GYearMonthAttribute07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="10739-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"?>
<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:echoGYearMonthAttribute>
<ns:gYearMonthAttribute gYearMonth="10739-09"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearMonthAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGYearElement>
<ns:gYearElement>1999</ns:gYearElement>
</ns:echoGYearElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearElement | GYearElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">0739</ex:gYearElement>
</ex:echoGYearElement>
</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:echoGYearElement>
<ns:gYearElement>0739</ns:gYearElement>
</ns:echoGYearElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearElement | GYearElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2039</ex:gYearElement>
</ex:echoGYearElement>
</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:echoGYearElement>
<ns:gYearElement>2039</ns:gYearElement>
</ns:echoGYearElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearElement | GYearElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2007-13:00</ex:gYearElement>
</ex:echoGYearElement>
</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:echoGYearElement>
<ns:gYearElement>2007-13:00</ns:gYearElement>
</ns:echoGYearElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearElement | GYearElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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+02:00</ex:gYearElement>
</ex:echoGYearElement>
</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:echoGYearElement>
<ns:gYearElement>1999+02:00</ns:gYearElement>
</ns:echoGYearElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearElement | GYearElement06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2008Z</ex:gYearElement>
</ex:echoGYearElement>
</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:echoGYearElement>
<ns:gYearElement>2008Z</ns:gYearElement>
</ns:echoGYearElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearElement | GYearElement07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">10739</ex:gYearElement>
</ex:echoGYearElement>
</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:echoGYearElement>
<ns:gYearElement>10739</ns:gYearElement>
</ns:echoGYearElement>
</SOAP-ENV:Body>
</SOAP-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="1999"
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"?>
<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:echoGYearAttribute>
<ns:gYearAttribute gYear="1999"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearAttribute | GYearAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="0739"
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"?>
<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:echoGYearAttribute>
<ns:gYearAttribute gYear="0739"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearAttribute | GYearAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2039"
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"?>
<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:echoGYearAttribute>
<ns:gYearAttribute gYear="2039"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearAttribute | GYearAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2007-13:00"
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"?>
<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:echoGYearAttribute>
<ns:gYearAttribute gYear="2007-13:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearAttribute | GYearAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="1999+02:00"
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"?>
<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:echoGYearAttribute>
<ns:gYearAttribute gYear="1999+02:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearAttribute | GYearAttribute06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2008Z"
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"?>
<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:echoGYearAttribute>
<ns:gYearAttribute gYear="2008Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GYearAttribute | GYearAttribute07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="10739"
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"?>
<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:echoGYearAttribute>
<ns:gYearAttribute gYear="10739"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGYearAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGMonthDayElement>
<ns:gMonthDayElement>--12-31</ns:gMonthDayElement>
</ns:echoGMonthDayElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGMonthDayElement>
<ns:gMonthDayElement>--12-31Z</ns:gMonthDayElement>
</ns:echoGMonthDayElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthDayElement | GMonthDayElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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-05:00</ex:gMonthDayElement>
</ex:echoGMonthDayElement>
</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:echoGMonthDayElement>
<ns:gMonthDayElement>--12-31-05:00</ns:gMonthDayElement>
</ns:echoGMonthDayElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthDayElement | GMonthDayElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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+01:00</ex:gMonthDayElement>
</ex:echoGMonthDayElement>
</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:echoGMonthDayElement>
<ns:gMonthDayElement>--12-31+01:00</ns:gMonthDayElement>
</ns:echoGMonthDayElement>
</SOAP-ENV:Body>
</SOAP-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-28"
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"?>
<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:echoGMonthDayAttribute>
<ns:gMonthDayAttribute gMonthDay="--09-28"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthDayAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthDayAttribute | GMonthDayAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<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:echoGMonthDayAttribute>
<ns:gMonthDayAttribute gMonthDay="--09-28Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthDayAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthDayAttribute | GMonthDayAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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-28-13:00"
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"?>
<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:echoGMonthDayAttribute>
<ns:gMonthDayAttribute gMonthDay="--09-28-13:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthDayAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthDayAttribute | GMonthDayAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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-28+01:00"
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"?>
<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:echoGMonthDayAttribute>
<ns:gMonthDayAttribute gMonthDay="--09-28+01:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthDayAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGDayElement>
<ns:gDayElement>---05</ns:gDayElement>
</ns:echoGDayElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GDayElement | GDayElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">---12Z</ex:gDayElement>
</ex:echoGDayElement>
</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:echoGDayElement>
<ns:gDayElement>---12Z</ns:gDayElement>
</ns:echoGDayElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GDayElement | GDayElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">---31-12:00</ex:gDayElement>
</ex:echoGDayElement>
</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:echoGDayElement>
<ns:gDayElement>---31-12:00</ns:gDayElement>
</ns:echoGDayElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GDayElement | GDayElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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+01:00</ex:gDayElement>
</ex:echoGDayElement>
</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:echoGDayElement>
<ns:gDayElement>---05+01:00</ns:gDayElement>
</ns:echoGDayElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGDayAttribute>
<ns:gDayAttribute gDay="---09"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGDayAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GDayAttribute | GDayAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="---12Z"
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"?>
<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:echoGDayAttribute>
<ns:gDayAttribute gDay="---12Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGDayAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GDayAttribute | GDayAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="---24-12:00"
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"?>
<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:echoGDayAttribute>
<ns:gDayAttribute gDay="---24-12:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGDayAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GDayAttribute | GDayAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="---31+01:00"
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"?>
<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:echoGDayAttribute>
<ns:gDayAttribute gDay="---31+01:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGDayAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGMonthElement>
<ns:gMonthElement>--02</ns:gMonthElement>
</ns:echoGMonthElement>
</SOAP-ENV:Body>
</SOAP-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-01:33</ex:gMonthElement>
</ex:echoGMonthElement>
</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:echoGMonthElement>
<ns:gMonthElement>--12-01:33</ns:gMonthElement>
</ns:echoGMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthElement | GMonthElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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+01:02</ex:gMonthElement>
</ex:echoGMonthElement>
</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:echoGMonthElement>
<ns:gMonthElement>--12+01:02</ns:gMonthElement>
</ns:echoGMonthElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthElement | GMonthElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">--12Z</ex:gMonthElement>
</ex:echoGMonthElement>
</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:echoGMonthElement>
<ns:gMonthElement>--12Z</ns:gMonthElement>
</ns:echoGMonthElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoGMonthAttribute>
<ns:gMonthAttribute gMonth="--04--"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthAttribute | GMonthAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="--04Z"
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"?>
<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:echoGMonthAttribute>
<ns:gMonthAttribute gMonth="--04Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthAttribute | GMonthAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="--12+02:00"
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"?>
<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:echoGMonthAttribute>
<ns:gMonthAttribute gMonth="--12+02:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| GMonthAttribute | GMonthAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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-15:00"
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"?>
<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:echoGMonthAttribute>
<ns:gMonthAttribute gMonth="--04-15:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoGMonthAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoHexBinaryElement>
<ns:hexBinaryElement>76</ns:hexBinaryElement>
</ns:echoHexBinaryElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoHexBinaryElement>
<ns:hexBinaryElement>77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</ns:hexBinaryElement>
</ns:echoHexBinaryElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoHexBinaryAttribute>
<ns:hexBinaryAttribute hexBinary="77696f"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoHexBinaryAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoBase64BinaryElement>
<ns:base64BinaryElement>bQ==</ns:base64BinaryElement>
</ns:echoBase64BinaryElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoBase64BinaryElement>
<ns:base64BinaryElement>eHdmb3Rh</ns:base64BinaryElement>
</ns:echoBase64BinaryElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoBase64BinaryElement>
<ns:base64BinaryElement>cnRjbGNyZW9scg==</ns:base64BinaryElement>
</ns:echoBase64BinaryElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoBase64BinaryAttribute>
<ns:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoBase64BinaryAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoAnyURIElement>
<ns:anyURIElement>http://www.w3.org/2002/ws/databinding/</ns:anyURIElement>
</ns:echoAnyURIElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoAnyURIAttribute>
<ns:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoAnyURIAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoQNameElement>
<ns:QNameElement>ex:QNameElement</ns:QNameElement>
</ns:echoQNameElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoQNameAttribute>
<ns:QNameAttribute QName="ex:QNameAttribute"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoQNameAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNormalizedStringElement>
<ns:normalizedStringElement/>
</ns:echoNormalizedStringElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNormalizedStringElement>
<ns:normalizedStringElement>How now brown cow.</ns:normalizedStringElement>
</ns:echoNormalizedStringElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNormalizedStringAttribute>
<ns:normalizedStringAttribute normalizedString="Hello Paris"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNormalizedStringAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoTokenElement>
<ns:tokenElement>tokenElement</ns:tokenElement>
</ns:echoTokenElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoTokenAttribute>
<ns:tokenAttribute token="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoTokenAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoLanguageElement>
<ns:languageElement>en</ns:languageElement>
</ns:echoLanguageElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoLanguageElement>
<ns:languageElement>fr</ns:languageElement>
</ns:echoLanguageElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoLanguageAttribute>
<ns:languageAttribute language="en"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoLanguageAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNMTOKENElement>
<ns:NMTOKENElement>id</ns:NMTOKENElement>
</ns:echoNMTOKENElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNMTOKENElement>
<ns:NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</ns:NMTOKENElement>
</ns:echoNMTOKENElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNMTOKENAttribute>
<ns:NMTOKENAttribute NMTOKEN="id"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNMTOKENAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNMTOKENSElement>
<ns:NMTOKENSElement>a b c d e.b:s-w_x:q</ns:NMTOKENSElement>
</ns:echoNMTOKENSElement>
</SOAP-ENV:Body>
</SOAP-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 a b e.b:s-dd:q"
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"?>
<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:echoNMTOKENSAttribute>
<ns:NMTOKENSAttribute NMTOKENS="id a b e.b:s-dd:q"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNMTOKENSAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNameElement>
<ns:NameElement>foo</ns:NameElement>
</ns:echoNameElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNameAttribute>
<ns:nameAttribute name="foo"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNameAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNCNameElement>
<ns:NCNameElement>foo</ns:NCNameElement>
</ns:echoNCNameElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNCNameAttribute>
<ns:NCNameAttribute NCName="bar"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNCNameAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIDElement>
<ns:IDElement>foo</ns:IDElement>
</ns:echoIDElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIDAttribute>
<ns:IDAttribute ID="bar"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIDAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIDREFElement>
<ns:IDREFElement>foo</ns:IDREFElement>
</ns:echoIDREFElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIDREFAttribute>
<ns:IDREFAttribute IDREF="bar"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIDREFAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIDREFSElement>
<ns:IDREFSElement>foo</ns:IDREFSElement>
</ns:echoIDREFSElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIDREFSAttribute>
<ns:IDREFSAttribute IDREFS="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIDREFSAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoENTITYElement>
<ns:ENTITYElement>lt</ns:ENTITYElement>
</ns:echoENTITYElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoENTITYAttribute>
<ns:ENTITYAttribute ENTITY="lt"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoENTITYAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoENTITIESElement>
<ns:ENTITIESElement>lt gt apos quot</ns:ENTITIESElement>
</ns:echoENTITIESElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoENTITIESAttribute>
<ns:ENTITIESAttribute ENTITIES="lt gt"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoENTITIESAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIntegerElement>
<ns:integerElement>0</ns:integerElement>
</ns:echoIntegerElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIntegerElement>
<ns:integerElement>1</ns:integerElement>
</ns:echoIntegerElement>
</SOAP-ENV:Body>
</SOAP-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/">-42</ex:integerElement>
</ex:echoIntegerElement>
</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:echoIntegerElement>
<ns:integerElement>-42</ns:integerElement>
</ns:echoIntegerElement>
</SOAP-ENV:Body>
</SOAP-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/">12678967543233</ex:integerElement>
</ex:echoIntegerElement>
</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:echoIntegerElement>
<ns:integerElement>12678967543233</ns:integerElement>
</ns:echoIntegerElement>
</SOAP-ENV:Body>
</SOAP-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/">+10000</ex:integerElement>
</ex:echoIntegerElement>
</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:echoIntegerElement>
<ns:integerElement>10000</ns:integerElement>
</ns:echoIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntegerElement | IntegerElement06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
</ex:echoIntegerElement>
</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:echoIntegerElement>
<ns:integerElement>1234567891234567838475834753838887348573489123456789123456789</ns:integerElement>
</ns:echoIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntegerElement | IntegerElement07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
</ex:echoIntegerElement>
</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:echoIntegerElement>
<ns:integerElement>-1234567891234567838475834753838887348573489123456789123456789</ns:integerElement>
</ns:echoIntegerElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIntegerAttribute>
<ns:integerAttribute integer="10002"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntegerAttribute | IntegerAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-0"
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"?>
<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:echoIntegerAttribute>
<ns:integerAttribute integer="-0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntegerAttribute | IntegerAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="+42"
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"?>
<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:echoIntegerAttribute>
<ns:integerAttribute integer="+42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntegerAttribute | IntegerAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-42"
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"?>
<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:echoIntegerAttribute>
<ns:integerAttribute integer="-42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntegerAttribute | IntegerAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-45345384593849583945843453454293405930495309450394503"
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"?>
<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:echoIntegerAttribute>
<ns:integerAttribute
integer="-45345384593849583945843453454293405930495309450394503"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntegerAttribute | IntegerAttribute06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="123456789013234235435325235325325345432543253425324534253245"
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"?>
<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:echoIntegerAttribute>
<ns:integerAttribute
integer="123456789013234235435325235325325345432543253425324534253245"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNonPositiveIntegerElement>
<ns:nonPositiveIntegerElement>-1</ns:nonPositiveIntegerElement>
</ns:echoNonPositiveIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonPositiveIntegerElement | NonPositiveIntegerElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">0</ex:nonPositiveIntegerElement>
</ex:echoNonPositiveIntegerElement>
</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:echoNonPositiveIntegerElement>
<ns:nonPositiveIntegerElement>0</ns:nonPositiveIntegerElement>
</ns:echoNonPositiveIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonPositiveIntegerElement | NonPositiveIntegerElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">+0</ex:nonPositiveIntegerElement>
</ex:echoNonPositiveIntegerElement>
</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:echoNonPositiveIntegerElement>
<ns:nonPositiveIntegerElement>+0</ns:nonPositiveIntegerElement>
</ns:echoNonPositiveIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonPositiveIntegerElement | NonPositiveIntegerElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-1234324234532534254325234534252345342534253425324534253244</ex:nonPositiveIntegerElement>
</ex:echoNonPositiveIntegerElement>
</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:echoNonPositiveIntegerElement>
<ns:nonPositiveIntegerElement>-1234324234532534254325234534252345342534253425324534253244</ns:nonPositiveIntegerElement>
</ns:echoNonPositiveIntegerElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNonPositiveIntegerAttribute>
<ns:nonPositiveIntegerAttribute nonPositiveInteger="-20"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonPositiveIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonPositiveIntegerAttribute | NonPositiveIntegerAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="0"
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"?>
<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:echoNonPositiveIntegerAttribute>
<ns:nonPositiveIntegerAttribute nonPositiveInteger="0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonPositiveIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonPositiveIntegerAttribute | NonPositiveIntegerAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="+0"
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"?>
<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:echoNonPositiveIntegerAttribute>
<ns:nonPositiveIntegerAttribute nonPositiveInteger="+0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonPositiveIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonPositiveIntegerAttribute | NonPositiveIntegerAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-202342353425435345342567965342969786978679"
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"?>
<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:echoNonPositiveIntegerAttribute>
<ns:nonPositiveIntegerAttribute
nonPositiveInteger="-202342353425435345342567965342969786978679"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonPositiveIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNegativeIntegerElement>
<ns:negativeIntegerElement>-1</ns:negativeIntegerElement>
</ns:echoNegativeIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NegativeIntegerElement | NegativeIntegerElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-12343242342345345346453643564536543645363456</ex:negativeIntegerElement>
</ex:echoNegativeIntegerElement>
</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:echoNegativeIntegerElement>
<ns:negativeIntegerElement>-12343242342345345346453643564536543645363456</ns:negativeIntegerElement>
</ns:echoNegativeIntegerElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNegativeIntegerAttribute>
<ns:negativeIntegerAttribute negativeInteger="-100"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNegativeIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NegativeIntegerAttribute | NegativeIntegerAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-12343242342345345346453643564536543645363456"
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"?>
<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:echoNegativeIntegerAttribute>
<ns:negativeIntegerAttribute
negativeInteger="-12343242342345345346453643564536543645363456"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNegativeIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoLongElement>
<ns:longElement>1</ns:longElement>
</ns:echoLongElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongElement | LongElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<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:echoLongElement>
<ns:longElement>-1</ns:longElement>
</ns:echoLongElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongElement | LongElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">+42</ex:longElement>
</ex:echoLongElement>
</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:echoLongElement>
<ns:longElement>+42</ns:longElement>
</ns:echoLongElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongElement | LongElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-9223372036854775808</ex:longElement>
</ex:echoLongElement>
</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:echoLongElement>
<ns:longElement>-9223372036854775808</ns:longElement>
</ns:echoLongElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongElement | LongElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">9223372036854775807</ex:longElement>
</ex:echoLongElement>
</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:echoLongElement>
<ns:longElement>9223372036854775807</ns:longElement>
</ns:echoLongElement>
</SOAP-ENV:Body>
</SOAP-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="1066"
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"?>
<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:echoLongAttribute>
<ns:longAttribute long="1066"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoLongAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongAttribute | LongAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-1515"
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"?>
<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:echoLongAttribute>
<ns:longAttribute long="-1515"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoLongAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongAttribute | LongAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="+42"
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"?>
<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:echoLongAttribute>
<ns:longAttribute long="+42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoLongAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongAttribute | LongAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-9223372036854775808"
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"?>
<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:echoLongAttribute>
<ns:longAttribute long="-9223372036854775808"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoLongAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| LongAttribute | LongAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="9223372036854775807"
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"?>
<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:echoLongAttribute>
<ns:longAttribute long="9223372036854775807"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoLongAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIntElement>
<ns:intElement>1</ns:intElement>
</ns:echoIntElement>
</SOAP-ENV:Body>
</SOAP-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/">-42</ex:intElement>
</ex:echoIntElement>
</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:echoIntElement>
<ns:intElement>-42</ns:intElement>
</ns:echoIntElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIntElement>
<ns:intElement>+42</ns:intElement>
</ns:echoIntElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntElement | IntElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">2147483647</ex:intElement>
</ex:echoIntElement>
</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:echoIntElement>
<ns:intElement>2147483647</ns:intElement>
</ns:echoIntElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntElement | IntElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-2147483648</ex:intElement>
</ex:echoIntElement>
</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:echoIntElement>
<ns:intElement>-2147483648</ns:intElement>
</ns:echoIntElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoIntAttribute>
<ns:intAttribute int="42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntAttribute | IntAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<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:echoIntAttribute>
<ns:intAttribute int="-42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntAttribute | IntAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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"?>
<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:echoIntAttribute>
<ns:intAttribute int="+42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntAttribute | IntAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="2147483647"
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"?>
<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:echoIntAttribute>
<ns:intAttribute int="2147483647"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| IntAttribute | IntAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-2147483648"
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"?>
<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:echoIntAttribute>
<ns:intAttribute int="-2147483648"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoIntAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoShortElement>
<ns:shortElement>1</ns:shortElement>
</ns:echoShortElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ShortElement | ShortElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">+42</ex:shortElement>
</ex:echoShortElement>
</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:echoShortElement>
<ns:shortElement>+42</ns:shortElement>
</ns:echoShortElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ShortElement | ShortElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">32767</ex:shortElement>
</ex:echoShortElement>
</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:echoShortElement>
<ns:shortElement>32767</ns:shortElement>
</ns:echoShortElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ShortElement | ShortElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-32768</ex:shortElement>
</ex:echoShortElement>
</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:echoShortElement>
<ns:shortElement>-32768</ns:shortElement>
</ns:echoShortElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoShortAttribute>
<ns:shortAttribute short="22"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoShortAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ShortAttribute | ShortAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="+42"
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"?>
<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:echoShortAttribute>
<ns:shortAttribute short="+42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoShortAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ShortAttribute | ShortAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="32767"
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"?>
<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:echoShortAttribute>
<ns:shortAttribute short="32767"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoShortAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ShortAttribute | ShortAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-32768"
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"?>
<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:echoShortAttribute>
<ns:shortAttribute short="-32768"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoShortAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoByteElement>
<ns:byteElement>1</ns:byteElement>
</ns:echoByteElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ByteElement | ByteElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">127</ex:byteElement>
</ex:echoByteElement>
</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:echoByteElement>
<ns:byteElement>127</ns:byteElement>
</ns:echoByteElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ByteElement | ByteElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-128</ex:byteElement>
</ex:echoByteElement>
</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:echoByteElement>
<ns:byteElement>-128</ns:byteElement>
</ns:echoByteElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoByteAttribute>
<ns:byteAttribute byte="64"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoByteAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ByteAttribute | ByteAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="127"
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"?>
<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:echoByteAttribute>
<ns:byteAttribute byte="127"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoByteAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| ByteAttribute | ByteAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-128"
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"?>
<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:echoByteAttribute>
<ns:byteAttribute byte="-128"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoByteAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNonNegativeIntegerElement>
<ns:nonNegativeIntegerElement>1</ns:nonNegativeIntegerElement>
</ns:echoNonNegativeIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerElement | NonNegativeIntegerElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-0</ex:nonNegativeIntegerElement>
</ex:echoNonNegativeIntegerElement>
</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:echoNonNegativeIntegerElement>
<ns:nonNegativeIntegerElement>-0</ns:nonNegativeIntegerElement>
</ns:echoNonNegativeIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerElement | NonNegativeIntegerElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">0</ex:nonNegativeIntegerElement>
</ex:echoNonNegativeIntegerElement>
</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:echoNonNegativeIntegerElement>
<ns:nonNegativeIntegerElement>0</ns:nonNegativeIntegerElement>
</ns:echoNonNegativeIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerElement | NonNegativeIntegerElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">+42</ex:nonNegativeIntegerElement>
</ex:echoNonNegativeIntegerElement>
</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:echoNonNegativeIntegerElement>
<ns:nonNegativeIntegerElement>+42</ns:nonNegativeIntegerElement>
</ns:echoNonNegativeIntegerElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerElement | NonNegativeIntegerElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">3141592653531415926536106615151970884848347234273984723</ex:nonNegativeIntegerElement>
</ex:echoNonNegativeIntegerElement>
</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:echoNonNegativeIntegerElement>
<ns:nonNegativeIntegerElement>3141592653531415926536106615151970884848347234273984723</ns:nonNegativeIntegerElement>
</ns:echoNonNegativeIntegerElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoNonNegativeIntegerAttribute>
<ns:nonNegativeIntegerAttribute nonNegativeInteger="20"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonNegativeIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-0"
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"?>
<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:echoNonNegativeIntegerAttribute>
<ns:nonNegativeIntegerAttribute nonNegativeInteger="-0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonNegativeIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="0"
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"?>
<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:echoNonNegativeIntegerAttribute>
<ns:nonNegativeIntegerAttribute nonNegativeInteger="0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonNegativeIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="+42"
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"?>
<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:echoNonNegativeIntegerAttribute>
<ns:nonNegativeIntegerAttribute nonNegativeInteger="+42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonNegativeIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="3141592653531415926536106615151970884848347234273984723"
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"?>
<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:echoNonNegativeIntegerAttribute>
<ns:nonNegativeIntegerAttribute
nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoNonNegativeIntegerAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoUnsignedLongElement>
<ns:unsignedLongElement>1</ns:unsignedLongElement>
</ns:echoUnsignedLongElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedLongElement | UnsignedLongElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-0</ex:unsignedLongElement>
</ex:echoUnsignedLongElement>
</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:echoUnsignedLongElement>
<ns:unsignedLongElement>-0</ns:unsignedLongElement>
</ns:echoUnsignedLongElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedLongElement | UnsignedLongElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">+42</ex:unsignedLongElement>
</ex:echoUnsignedLongElement>
</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:echoUnsignedLongElement>
<ns:unsignedLongElement>+42</ns:unsignedLongElement>
</ns:echoUnsignedLongElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedLongElement | UnsignedLongElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">18446744073709551615</ex:unsignedLongElement>
</ex:echoUnsignedLongElement>
</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:echoUnsignedLongElement>
<ns:unsignedLongElement>18446744073709551615</ns:unsignedLongElement>
</ns:echoUnsignedLongElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoUnsignedLongAttribute>
<ns:unsignedLongAttribute unsignedLong="2034"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedLongAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedLongAttribute | UnsignedLongAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-0"
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"?>
<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:echoUnsignedLongAttribute>
<ns:unsignedLongAttribute unsignedLong="-0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedLongAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedLongAttribute | UnsignedLongAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="+42"
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"?>
<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:echoUnsignedLongAttribute>
<ns:unsignedLongAttribute unsignedLong="+42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedLongAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedLongAttribute | UnsignedLongAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="18446744073709551615"
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"?>
<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:echoUnsignedLongAttribute>
<ns:unsignedLongAttribute
unsignedLong="18446744073709551615"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedLongAttribute>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoUnsignedIntElement>
<ns:unsignedIntElement>1</ns:unsignedIntElement>
</ns:echoUnsignedIntElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedIntElement | UnsignedIntElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">-0</ex:unsignedIntElement>
</ex:echoUnsignedIntElement>
</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:echoUnsignedIntElement>
<ns:unsignedIntElement>-0</ns:unsignedIntElement>
</ns:echoUnsignedIntElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedIntElement | UnsignedIntElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">+42</ex:unsignedIntElement>
</ex:echoUnsignedIntElement>
</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:echoUnsignedIntElement>
<ns:unsignedIntElement>+42</ns:unsignedIntElement>
</ns:echoUnsignedIntElement>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedIntElement | UnsignedIntElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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/">4294967295</ex:unsignedIntElement>
</ex:echoUnsignedIntElement>
</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:echoUnsignedIntElement>
<ns:unsignedIntElement>4294967295</ns:unsignedIntElement>
</ns:echoUnsignedIntElement>
</SOAP-ENV:Body>
</SOAP-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"?>
<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:echoUnsignedIntAttribute>
<ns:unsignedIntAttribute unsignedInt="32334"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedIntAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedIntAttribute | UnsignedIntAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="-0"
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"?>
<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:echoUnsignedIntAttribute>
<ns:unsignedIntAttribute unsignedInt="-0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedIntAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedIntAttribute | UnsignedIntAttribute03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="+42"
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"?>
<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:echoUnsignedIntAttribute>
<ns:unsignedIntAttribute unsignedInt="+42"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedIntAttribute>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
|||
| UnsignedIntAttribute | UnsignedIntAttribute04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/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="4294967295"
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"?>
<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:echoUnsignedIntAttribute>
<ns:unsignedIntAttribute unsignedInt="4294967295"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
</ns:echoUnsignedIntAttribute>
</SOAP-ENV:Body>
</SOAP-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" xml |