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: 488
Total number of tests: 558
All tests: 603
| 87% | 13% |
Passed and failed percentages
| 80% | 11% | 9% |
Total: passed 488 - failed 70 - skipped 45 - total 603
| 93% | 3% | 4% |
Basic: passed 148 - failed 5 - skipped 6 - total 159
| 76% | 14% | 10% |
Advanced: passed 339 - failed 65 - skipped 40 - total 444
Pending: passed 1 - failed 0 - skipped -1 - total 0
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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ef14ce8f-0eec-4b1a-af22-873095961373" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6312a70d-207e-4284-b8c2-3ffb03f04a5f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnySimpleTypeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anySimpleTypeAttribute anySimpleType="hello"/>
</echoAnySimpleTypeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="73fc8d26-f9d7-4071-b0f0-ddc75a3de887" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e6ea92fb-0d13-4f14-8d86-ee717123a772</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnySimpleTypeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anySimpleTypeAttribute anySimpleType="1"/>
</echoAnySimpleTypeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="82cbd051-d1e0-411c-9195-17fa5922bc6f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ba49ac9a-8c1d-4e92-9227-0f9f54a95664</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anySimpleTypeElement/>
</echoAnySimpleTypeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fbeceacb-3c99-4b00-9f26-a9a369a31647" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0018d30f-93ee-46be-80c6-513ff00ca540</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnySimpleTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anySimpleTypeElement>anySimpleTypeValue</anySimpleTypeElement>
</echoAnySimpleTypeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="b1803204-90c1-41b4-ba78-00af8035bb2f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c95d7118-3220-4d2b-85b5-e74cd5128ece</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyTypeElement/>
</echoAnyTypeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="f2b15176-af9b-452b-94dc-1e7d8ad935a9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1c910bd3-d7f6-4a26-8908-d63de3303424</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyTypeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
<foo xmlns="">
<bar>cheese</bar>
</foo>
</anyTypeElement>
</echoAnyTypeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="06cbe44f-8f8e-4739-9be1-6708669087ac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">48eba05c-5262-484e-8cd0-31f6ba051856</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDocumentationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<documentationElement>hello world</documentationElement>
</echoDocumentationElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a81eaa2d-c26c-4c8d-9f7c-16acc2d8b7e3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">77994959-1c40-4deb-9a79-ccaecb056155</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<identifierName>Hello</identifierName>
</echoIdentifierName>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="cc406844-efaa-4d83-90a8-e83ef16684de" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c5b3cd40-c3e2-48e7-8c10-d63f85ad520e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<non-Identifier-Name>Hello</non-Identifier-Name>
</echoNonIdentifierName>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="6bfc5ed4-b246-47fb-82bc-37391f428bd3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">92fcbe75-e269-41fe-b225-830d3015b44e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringElement/>
</echoStringElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="619600f3-c262-4b2f-b5b4-fd927193d32c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">052a7647-1a79-4121-bfb5-9e04e208b127</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringElement>Hello cruel world.</stringElement>
</echoStringElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3ecbb30a-2d1f-49d3-88a5-9b7087515c14" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ac7b509b-e4ad-481b-a477-5b0abac54d9d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringAttribute string="hello"/>
</echoStringAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="0cde96e6-f127-4fce-8b57-760ca96c06bc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6051e464-0295-4fac-a281-1e059b6b21db</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<stringAttribute string="0123456789"/>
</echoStringAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3241cd3d-31b5-4b45-9473-c1a211d4ba1c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">017af890-8584-4ae0-88e8-2eaa5e32a5ea</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>false</booleanElement>
</echoBooleanElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="68e24c49-59d9-4752-9ddc-0d76ea64ad06" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">82be6302-5247-46f8-9d74-e3adc0c31aee</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>true</booleanElement>
</echoBooleanElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fe77ad8d-a703-4808-b015-d85c053bec57" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">84962fad-be36-4eae-af54-dd090098ca07</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>false</booleanElement>
</echoBooleanElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="30dcc707-66e7-4bdd-8cce-8997846fd994" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3f42cf3b-c6de-42ee-9e95-8a95e850662e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanElement>true</booleanElement>
</echoBooleanElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c0230181-4bbd-450a-b231-c9d88a5a6883" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">975bea1d-105a-4974-a335-0d285bdbcee6</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanAttribute boolean="true"/>
</echoBooleanAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="50e68954-c371-4184-8114-19e29d682527" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e24015ec-ca81-4370-abd0-227fa4100cb8</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<booleanAttribute boolean="false"/>
</echoBooleanAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="9e90f2bb-def2-49e8-bb0e-586f375015eb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1049b013-e0f4-4cd0-a711-4584d2a1b058</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>0</decimalElement>
</echoDecimalElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="5edb94d6-db11-427e-ad88-49cafeab4a24" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9ca90272-0b6c-47df-b9da-2834682c53f0</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>-1.23</decimalElement>
</echoDecimalElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="70bbe7e8-c114-4a33-bef5-6d133a91329e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7c964fb9-397e-4aed-a07e-d7dc47e5111b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>12678967.543233</decimalElement>
</echoDecimalElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="54b76c61-ecf7-4bea-86ef-4ecb7188d099" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">65b8a2bb-2692-44db-92da-5713b0c57a58</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>1000000.00</decimalElement>
</echoDecimalElement>
</s:Body>
</s:Envelope>
|
|||
| DecimalElement | DecimalElement05 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
<faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
</s:Fault>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="b446e37f-0bcd-4512-a2c8-673335c8ac45" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">18f638bb-f373-4095-a506-f9622930ee8c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>210</decimalElement>
</echoDecimalElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ab7bb920-c7ba-45a9-9c9e-4d38269894ae" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">93d10835-38f5-4e87-ab63-4a91dae29869</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalElement>210.00</decimalElement>
</echoDecimalElement>
</s:Body>
</s:Envelope>
|
|||
| DecimalAttribute | DecimalAttribute01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="cb1ed07b-5dbc-41d6-a0f0-4e2e7b5b340f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9bf7b527-5dee-4999-ba55-d3dbf119c929</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDecimalAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<decimalAttribute decimal="10000000999829292922093443563"/>
</echoDecimalAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a1e43556-6047-448e-b798-0f2e60624450" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0a6f4b84-50aa-442f-98e1-4875bb3dc93c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>-10000</floatElement>
</echoFloatElement>
</s:Body>
</s:Envelope>
|
|||
| FloatElement | FloatElement02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e50a7826-f14f-4014-aee1-f80de926b961" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b0ebe4d9-50cc-45e3-b86e-61fc3a7084d9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>1.26743237E+15</floatElement>
</echoFloatElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="dc8841f2-c16f-4e61-a8a3-b8f70c03f435" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cfbd4e9c-d069-4b6f-8dfe-32ed5b392641</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>0.1278</floatElement>
</echoFloatElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="547d7861-76cd-4536-80cb-db6977901dd2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c1d2c57b-a535-4ece-a125-2836156733a5</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>12</floatElement>
</echoFloatElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="0b44407f-692e-448c-9744-c53118344ed8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2f5c7a7e-ada5-4dbe-9861-150293dffd10</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatElement>INF</floatElement>
</echoFloatElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="dacd6196-7953-4ce0-a04c-8dc66387f054" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4653f379-77bb-4a6c-b095-fb01828063be</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoFloatAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<floatAttribute float="-7.446445E+08"/>
</echoFloatAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ee6e7c64-0743-4c7b-a022-722ec209ef6e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1559da60-af83-453d-a582-e19b917542df</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>-10000</doubleElement>
</echoDoubleElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="272bb484-5cd3-4507-b344-1e2fe6cc6822" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">64eed312-78b9-4907-aced-4f49d1c21e90</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>1.267432233E+15</doubleElement>
</echoDoubleElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1876fc48-1877-4248-a208-ed034ecec96f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">69b493bb-f79f-4cfa-ba44-eb0c7eb49ace</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>0.1278</doubleElement>
</echoDoubleElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="f40ed2f8-3370-458e-9bf8-c5731050b576" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e0d587b4-c4f8-479c-a376-113224fa6e7d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>12</doubleElement>
</echoDoubleElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7ce516b5-78d8-4513-89e3-20a9b52d91db" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e049e227-4816-473c-b216-f932b1001972</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleElement>INF</doubleElement>
</echoDoubleElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="b7e32986-d435-45c3-9f9a-89d27342af5f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ec3dbef7-536d-4327-84d4-3effa3ad3855</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDoubleAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<doubleAttribute double="12.334"/>
</echoDoubleAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e5d48786-08ea-4719-8e16-2e08905b8dd3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f9317e5d-87b9-4828-b7f2-5c7bd62eec66</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>P1Y2M3DT10H30M</durationElement>
</echoDurationElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="57443079-f16e-456c-b746-0f16006b0da3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">78f9b85a-6f82-490c-afa0-ce4606d75eda</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>-P1347M</durationElement>
</echoDurationElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1bcaaa47-dfe7-4f13-be01-bfd4aaecfebc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ae6ea872-4be3-4a25-8acb-1a6488aed69b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>P1347Y</durationElement>
</echoDurationElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="859c13c7-9b98-4091-86fc-55b01f1fd003" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">de02356f-2857-466d-807a-6bb542f53f60</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationElement>P1M</durationElement>
</echoDurationElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="49f5eeb3-d6b9-470f-b128-9a3b0e469f29" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b442f232-bdd9-4030-bd1b-06f72ad0c81c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDurationAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<durationAttribute duration="P1M"/>
</echoDurationAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="34bc3671-71a0-45ac-aee5-af64797fa44c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">415b5329-34d1-4cf0-ac12-0341920a9d98</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeElement>1999-05-31T20:02:00+01:00</dateTimeElement>
</echoDateTimeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="f5389883-52db-48b7-9929-1b51ff4129f1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f5bf54af-6935-48b6-82e0-0832083b0418</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeElement>2000-03-04T20:00:00+00:00</dateTimeElement>
</echoDateTimeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a2a7b25b-20cf-43cf-8116-c2b356cd86ac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">814d1a17-5f28-4357-8211-7645c2afea8b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeElement>2000-03-04T23:00:00Z</dateTimeElement>
</echoDateTimeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fbf43ffe-57b5-42e7-84e5-330a8b945da1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f38b3625-894e-4a1d-9c06-7bf9cd2445c7</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeElement>2038-12-12T23:00:00</dateTimeElement>
</echoDateTimeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="2a86152f-f72a-4cca-af16-bb45c6f38418" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d4064aaf-f565-46e2-a8e7-5eb65ff38da8</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeElement>0739-03-04T23:00:00</dateTimeElement>
</echoDateTimeElement>
</s:Body>
</s:Envelope>
|
|||
| DateTimeElement | DateTimeElement06 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
<faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
</s:Fault>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="2a7f7c07-6997-40a1-855e-48faf07ea907" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1718c289-091e-41e2-984a-704d3d938b3f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeAttribute dateTime="2006-10-26T11:33:00+01:00"/>
</echoDateTimeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a02c0fab-c288-475a-9c0c-18819d18501a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">204d0654-20a3-45fd-8572-7907d3c785e2</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeAttribute dateTime="2006-10-26T02:51:00+01:00"/>
</echoDateTimeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="48d196fa-3628-4318-861f-ee71b0a53c9c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">67546ac8-201d-4453-a905-964ea7811e36</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeAttribute dateTime="2006-10-26T04:51:00Z"/>
</echoDateTimeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d848ed16-6c3f-40a5-9fa2-1570ff08023b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">26900fbb-1d68-4044-b49d-6ab6142f9aec</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeAttribute dateTime="2038-12-12T23:59:59"/>
</echoDateTimeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="0d0ea6bc-b16b-43a2-844f-ba2abf0a6cf7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">66d2d3a4-722d-4fb6-b3db-ca29c8124eb8</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateTimeAttribute dateTime="0739-04-04T04:51:00"/>
</echoDateTimeAttribute>
</s:Body>
</s:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute06 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
<faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
</s:Fault>
</s:Body>
</s:Envelope>
|
|||
| TimeElement | TimeElement01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="069e9f19-98f9-480c-8883-ce422bc69801" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cd2e00c5-e700-4c4e-b59f-3ab395d92279</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>00:00:00.0000000+01:00</timeElement>
</echoTimeElement>
</s:Body>
</s:Envelope>
|
|||
| TimeElement | TimeElement02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="eaec1010-2a54-4e8c-911f-bcde8dc192c7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f4e25927-68e2-46e9-ae3e-324647dac1d6</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>12:00:01.0000000+01:00</timeElement>
</echoTimeElement>
</s:Body>
</s:Envelope>
|
|||
| TimeElement | TimeElement03 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7b94982d-381b-436a-8043-0f6606435cd5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a2369f44-5c5e-4101-8555-52712afc0332</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>23:59:59.0000000+01:00</timeElement>
</echoTimeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="6d38f69b-84fe-4bba-989e-9d0a630c2789" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9a4c6f25-861e-4096-9843-8d6105957649</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>14:21:03.0000000+01:00</timeElement>
</echoTimeElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="f3551a42-84bb-4117-8320-b51533301dd3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7ddb311c-a647-4722-bde3-56476f1225e3</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeElement>18:53:03.0000000+01:00</timeElement>
</echoTimeElement>
</s:Body>
</s:Envelope>
|
|||
| TimeAttribute | TimeAttribute01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="529d3e04-d6bf-4c39-8399-7db9a38c6052" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">84d13a30-9e8f-4ba7-9bbc-23bd952dbdfd</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeAttribute time="00:00:00.0000000+01:00"/>
</echoTimeAttribute>
</s:Body>
</s:Envelope>
|
|||
| TimeAttribute | TimeAttribute02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="9fc55ee9-e2d9-4c81-9cb6-64232f5dca60" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">59ed5132-575f-4ce6-8313-bf3762a36b06</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeAttribute time="12:00:01.0000000+01:00"/>
</echoTimeAttribute>
</s:Body>
</s:Envelope>
|
|||
| TimeAttribute | TimeAttribute03 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="69942fad-26a9-4008-8060-0b59ea333696" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">30fa77d5-424e-45f7-8eb6-dbc02988929d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeAttribute time="23:59:59.0000000+01:00"/>
</echoTimeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="05f04ce7-59a4-411c-a05f-2a8019daa2fe" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">693e5a58-b38e-4485-a787-7d8f7dbece8c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeAttribute time="13:34:56.0000000+01:00"/>
</echoTimeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="f299ba98-91bf-46e4-9ca0-1ac45b8be0cb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9d6d16bf-5d2d-4d1b-a771-632b5f5597d0</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<timeAttribute time="12:11:56.0000000+01:00"/>
</echoTimeAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a952952f-b463-409d-b0e5-9a48602472ce" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">50614b10-4b4d-4f83-8f7f-594860c7f9c4</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateElement>1999-05-31</dateElement>
</echoDateElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="b3b88479-7d33-4169-8d8b-4631b114d533" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">03edf3da-178f-41b5-b23d-6dbd729068d2</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateElement>0739-05-31</dateElement>
</echoDateElement>
</s:Body>
</s:Envelope>
|
|||
| DateElement | DateElement03 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="439bc1db-6958-446a-aeae-ef2920343e63" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d91fac95-c182-4424-b35a-d5db715ca6d1</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateElement>2038-05-31</dateElement>
</echoDateElement>
</s:Body>
</s:Envelope>
|
|||
| DateElement | DateElement04 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="23ef8c13-16de-4807-8453-a7fd60e22ae5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0d63e6a0-8218-4ac1-a247-8947b6f4985d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateElement>1999-05-30</dateElement>
</echoDateElement>
</s:Body>
</s:Envelope>
|
|||
| DateElement | DateElement05 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
<faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
</s:Fault>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="47e74483-62a1-4624-8260-a8225c1b3fc8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8ab7b446-65d2-4e30-a94f-ca14ebba2084</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateAttribute date="2006-05-30"/>
</echoDateAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c2a117cf-b4a2-4cad-86b0-7f2a7b7a7456" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fb461ea8-9ad2-4976-9f2c-13346ce93cfb</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateAttribute date="0739-05-31"/>
</echoDateAttribute>
</s:Body>
</s:Envelope>
|
|||
| DateAttribute | DateAttribute03 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="8c63fd51-dd0f-4bad-8b29-0368636f8af3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ed42c02e-4916-4e19-863e-262adb8cbd44</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateAttribute date="2038-12-31"/>
</echoDateAttribute>
</s:Body>
</s:Envelope>
|
|||
| DateAttribute | DateAttribute04 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="91c8a106-205f-451f-a8d8-e333c453e356" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f82831aa-6458-406a-8567-c25e03801969</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<dateAttribute date="2006-05-30"/>
</echoDateAttribute>
</s:Body>
</s:Envelope>
|
|||
| DateAttribute | DateAttribute05 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Header/>
<env:Body>
<ex: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode>
<faultstring xml:lang="en-GB">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring>
</s:Fault>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="6d99256f-8398-4b26-96f5-124fff025610" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a3d688e6-610a-4a98-824f-11b6771a34ac</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>1999-05</gYearMonthElement>
</echoGYearMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="2e4f73a0-ddba-4504-b591-4c9a53629935" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e6de28c6-936d-4599-9b5e-91a865a0e0c8</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>0739-05</gYearMonthElement>
</echoGYearMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="41967182-6bb4-4daa-ad9e-9913d1136ba0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0b366982-092f-453c-92bf-f325e99ae429</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>2038-02</gYearMonthElement>
</echoGYearMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="2eeaabd6-6d27-43ed-b28e-c0d025be5638" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4ae24420-81fb-4afa-893c-cc4c3338b63e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>2007-05+01:00</gYearMonthElement>
</echoGYearMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="39a0a48a-c0b7-446a-a0e0-370cbf5da64d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">08d0ba99-bd30-414c-a5e6-81694591ac80</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>2007-05-01:00</gYearMonthElement>
</echoGYearMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="4920802f-3731-4c2a-b1cc-592ab3345136" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a3bbe53d-c11c-4e98-bcaa-8d2d4b00f7c7</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>2007-05Z</gYearMonthElement>
</echoGYearMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c5c0ae21-c890-48bf-9106-a47f8586ed8e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">da3abebd-6e44-46ad-950b-7846619a9cf4</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthElement>10739-05</gYearMonthElement>
</echoGYearMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="181fa5ae-af20-43a5-aef5-235225df99f8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8d38e9e7-a18f-4e06-8a4c-2d225773c8ac</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="2006-09"/>
</echoGYearMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c5c4e63a-6b39-40d1-a94a-b4dc2fa7830d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b01c588a-e087-4433-8994-88e8b68f8cd9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="0739-09"/>
</echoGYearMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="f8a043f4-709e-48a1-b139-0b85b4a4bf4d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6f873c2a-ef9a-4718-88b5-39b427e7587a</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="2038-09"/>
</echoGYearMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a55263e1-84b8-4c31-870a-5604f34368d9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ab699d63-7d5e-4dfb-a039-c4a95512d358</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="2006-09+01:00"/>
</echoGYearMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1a430e1c-60e8-48df-b0cb-706e8e0ef618" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">451e9c05-189c-4004-a2a6-f4582273fe36</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="2006-09-01:00"/>
</echoGYearMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="b256d666-f05a-429c-bd17-905c909c6c4e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">99d84315-c5c5-472d-9aa8-8e4be970ba93</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="2007-05Z"/>
</echoGYearMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="949c14e6-219a-4682-96f9-bcacc2e55858" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">cac9e9c7-21a9-4a9d-a213-28490e25a452</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearMonthAttribute gYearMonth="10739-09"/>
</echoGYearMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ab4ee37c-c9b1-4afa-a91b-c151ccb51afc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f61c49d2-f795-45b5-a525-a7fbd35c1b3b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>1999</gYearElement>
</echoGYearElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3e44ef16-3673-453d-af32-12ed6349f62f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">76c02539-f7c3-438f-907d-bd9bbcadef97</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>0739</gYearElement>
</echoGYearElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="699617ac-0835-49db-8dca-1e5ef89a738d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">20d502ca-cebd-472c-bd52-47c90e6ee6c4</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>2039</gYearElement>
</echoGYearElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="6a05660b-59ae-496f-8910-10a9f96c44ee" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a3db7e90-e35e-4678-9df6-ede86d1200a6</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>2007-13:00</gYearElement>
</echoGYearElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c2a039a8-ebea-4c50-9d6a-5ec8d3202349" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ccb7910a-1949-446f-86ba-ee8211d72967</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>1999+02:00</gYearElement>
</echoGYearElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="5376c96e-e494-462c-857b-16726d0738b0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b2df40bd-eaed-41c3-a2ba-5c16cd9ccfff</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>2008Z</gYearElement>
</echoGYearElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1a09605a-6cbf-439b-8a54-f499609a5c94" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ce7d6792-185e-478d-b51d-1e3699d2c3f1</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearElement>10739</gYearElement>
</echoGYearElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="0f87c350-60af-43a5-9725-64f33e240881" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ba791570-2618-4072-a7df-c765509e723a</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="1999"/>
</echoGYearAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="321d3f11-16aa-43c3-b93d-f19bb277b7c6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">def75e02-98ef-4135-9169-011277d239f2</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="0739"/>
</echoGYearAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="60303ba9-7e7a-44b5-b92e-4fed71cdcd36" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6ecca79a-62ba-41ce-9e0d-7bddc103726e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="2039"/>
</echoGYearAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fcdc82de-aca5-489d-94f2-4ecb3c9d3a67" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5c7597be-5458-49f1-8039-bd404d87ed67</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="2007-13:00"/>
</echoGYearAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d479dfbb-973e-456c-8334-d57bafb2da22" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8f51e061-a945-47ae-aeb1-44e7f571cb23</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="1999+02:00"/>
</echoGYearAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d3d8bc09-1999-4707-8786-b05a193f54c3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ff91851f-1c26-4743-90f5-3963cd3d3d3b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="2008Z"/>
</echoGYearAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="9a2efea1-89b4-45af-b76f-f3c6cc916ce9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">33c1e1c9-704a-4ab6-adf3-c1c48d56c26f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gYearAttribute gYear="10739"/>
</echoGYearAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="035026a7-b43f-4d17-a524-efb8f69a55e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1fcf72f3-283e-4814-a386-8125e7e5a87a</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayElement>--12-31</gMonthDayElement>
</echoGMonthDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ded2ff10-5011-40e4-923f-6029249cd8af" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5b138e47-3921-4409-b689-88c18deb76ef</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayElement>--12-31Z</gMonthDayElement>
</echoGMonthDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="51aa57d2-2fa8-43b5-acf0-dc155e9af33a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7e5d7fa4-d608-4995-88c0-2dd91d872002</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayElement>--12-31-05:00</gMonthDayElement>
</echoGMonthDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="6d219a86-b97a-4af8-87fa-279998cdb104" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2d2f1d50-2c23-4420-a954-743407322b6d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayElement>--12-31+01:00</gMonthDayElement>
</echoGMonthDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fafeb438-6756-4a3f-a132-d543c15d810d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1233550e-1648-439b-9b62-3c03453dfcc8</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayAttribute gMonthDay="--09-28"/>
</echoGMonthDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="f5d64248-7fe4-4085-84e0-42a83c275ad5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">26eb5cd7-8138-4ef0-bc4e-e3ec17ece801</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayAttribute gMonthDay="--09-28Z"/>
</echoGMonthDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="b423be3b-b31f-4def-a84c-d7dc5843a236" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">71fde486-c81a-4fff-a42e-d30834945e53</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayAttribute gMonthDay="--09-28-13:00"/>
</echoGMonthDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7bfafd3d-2ee9-4de1-bdcd-4cf8e223f622" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4e8ecfcb-38a0-427b-962f-77b286b9c076</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthDayAttribute gMonthDay="--09-28+01:00"/>
</echoGMonthDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="09f6c3f5-790e-41d5-b955-1cdd93443e5e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7f11733b-6ac9-410e-baac-86f5906c50dc</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayElement>---05</gDayElement>
</echoGDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="14e8ecd4-fd81-411c-8a8a-1889009430f8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">e6525706-2052-4e51-9fc8-8b2c8c2c6aa4</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayElement>---12Z</gDayElement>
</echoGDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="718c216d-6905-4a09-bea8-fb0d0cc20543" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ea802ab0-5a37-40a4-8aa0-50d256b0a144</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayElement>---31-12:00</gDayElement>
</echoGDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="bcc3cc42-8718-4a1d-bd99-93ccecf89691" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a244c29e-0bf8-4e9a-98a9-97a8f8e2d977</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayElement>---05+01:00</gDayElement>
</echoGDayElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="80e4e917-c259-4073-8ebd-fe755c27e5b0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a7ef8529-4568-4cf6-b135-f34009112fe2</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayAttribute gDay="---09"/>
</echoGDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3d737bae-79d5-4bcc-a0d3-4983fe039d59" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ec6e88ca-4c7c-48eb-8681-fba8b5b74610</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayAttribute gDay="---12Z"/>
</echoGDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7089db1f-eed1-4b8f-a5a2-0a640f309b07" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7a4275fa-10b4-4415-a272-dc3ce8904396</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayAttribute gDay="---24-12:00"/>
</echoGDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="aaa0add9-235a-4566-9f7e-158a50e387a2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c5f3cb8f-d02b-465f-a1d9-dc96bbc6dfe1</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gDayAttribute gDay="---31+01:00"/>
</echoGDayAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7232e823-2c62-4028-aba3-73497817e61d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5ab551cc-30eb-4042-adce-3c1a1645c272</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthElement>--02</gMonthElement>
</echoGMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="675f9008-53a5-440d-9b78-491aa23a4e98" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d8e0305f-9e77-444d-880b-b9d144dae2ae</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthElement>--12-01:33</gMonthElement>
</echoGMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="954abab9-805c-4648-9f21-4ceeadb75edf" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">49e9bdf2-f0b5-44e8-8b6e-9501c9c42466</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthElement>--12+01:02</gMonthElement>
</echoGMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="499f51b4-6709-466f-82af-164a52a3eee2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5a73847d-0012-41a0-a1db-551e65ca2285</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthElement>--12Z</gMonthElement>
</echoGMonthElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c2d69f5f-321f-4323-9f87-5d279c552fef" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1d9dd908-7d41-49a5-946b-33ebd1df0b5a</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthAttribute gMonth="--04--"/>
</echoGMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="bf304422-878c-4d5b-bb35-8db3a933a44a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">83e07c4e-a06a-4106-9f36-5d2fabd0e315</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthAttribute gMonth="--04Z"/>
</echoGMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a4f97687-03bb-4a24-88fb-4e410b64eeac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5364397d-9900-47a5-8824-8e82ef965a07</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthAttribute gMonth="--12+02:00"/>
</echoGMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="35f1d751-b39e-41c0-9464-f0a2cdcb8dfb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c0635fe6-bf10-4e65-82ce-f49a10bab7a4</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<gMonthAttribute gMonth="--04-15:00"/>
</echoGMonthAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ca4a42af-f94f-474d-a339-d68b02642535" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9df04515-64b9-4a7c-9b5e-cf86a62e9cd2</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<hexBinaryElement>76</hexBinaryElement>
</echoHexBinaryElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fcb77290-e161-4f2d-9b4d-af926c94c0e1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">baac33ce-3ccb-4f9e-8a31-7f1c5d735ba2</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoHexBinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<hexBinaryElement>77696F646D6F6E7974637174716A7169696E6B65616F76786F746E66716B707875757261736E686469796B65706C656D7465626661637661646E6B65636662647669726D6F6E757361</hexBinaryElement>
</echoHexBinaryElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ad1ad856-606d-4d63-883f-b0ef707cd32c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1f5ae471-1f75-45bf-a891-1f909084a91f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoHexBinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<hexBinaryAttribute hexBinary="77696F"/>
</echoHexBinaryAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="4ff31640-8f1e-4888-b4ee-f7a87e45e567" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7574f98d-b9dd-46c4-851b-bd01a462951b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryElement>bQ==</base64BinaryElement>
</echoBase64BinaryElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="88f2fbee-e950-46ee-b391-7f8d8fe7ccbc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">069ffdda-9289-4dc0-a14b-a54263d30901</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryElement>eHdmb3Rh</base64BinaryElement>
</echoBase64BinaryElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3b115bf6-8c5f-4220-ac17-14599ca3b9d5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1144800a-f245-48e9-9c59-a8b69f55cabd</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryElement>cnRjbGNyZW9scg==</base64BinaryElement>
</echoBase64BinaryElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d588eee6-777d-4060-b5a7-ceb9ce16a0d6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">55a0a876-31b3-43d6-9869-fb9f3a75dfac</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoBase64BinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="/>
</echoBase64BinaryAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="cb6d63e6-0d35-443e-879d-9bd7131965a9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8c79b2cc-b5f5-4121-9660-c432810ffa1c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnyURIElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyURIElement>http://www.w3.org/2002/ws/databinding/</anyURIElement>
</echoAnyURIElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3cee5349-9f27-4488-bfef-fc7711a4b2cd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2d5f80b3-c605-44d3-ae92-db1a0ceeb79d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoAnyURIAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"/>
</echoAnyURIAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="831aa049-895e-4b7e-9030-c027b4fa315d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">675229b8-e64a-4b60-bad0-74574464e9d4</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoQNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<QNameElement>QNameElement</QNameElement>
</echoQNameElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="766bb26f-6c0f-459e-a5eb-deba357330d9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">551aca71-9ec8-4d84-b795-d4e383ac2315</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoQNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<QNameAttribute QName="QNameAttribute"/>
</echoQNameAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="10d113b4-5cb7-4830-b331-9d4291df09e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">887c4f87-7124-4aa4-8b4b-ccae771770d7</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<normalizedStringElement/>
</echoNormalizedStringElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="552a7da0-ecf6-4211-ba74-392a067480c8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">bb7af984-4ee5-4d7f-b878-48016f136249</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<normalizedStringElement>How now brown cow.</normalizedStringElement>
</echoNormalizedStringElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="4cf88bb2-6920-4204-82a1-bfcf8598a1b4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8623e859-28ac-49d8-87e1-f3f18397415f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNormalizedStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<normalizedStringAttribute normalizedString="Hello Paris"/>
</echoNormalizedStringAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="924f8569-f5c7-458d-8692-2cfce8851ab1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0cc840dd-791a-4a1a-94e7-0dcfdde750df</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTokenElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<tokenElement>tokenElement</tokenElement>
</echoTokenElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c8393e36-51ae-4ec0-8ff3-49b31d20a242" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">82bb8899-b440-448b-801b-c8e7452dd62e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoTokenAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<tokenAttribute token="hello"/>
</echoTokenAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="216f34fe-8170-4414-98a3-13b1f35a7c2a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">95af00de-7304-4744-9f1b-a488d82d0e62</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<languageElement>en</languageElement>
</echoLanguageElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c0ba1f4d-b49e-4397-a66a-a59fb0346ca1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3db82be3-fe70-477c-874e-a327a3f70896</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<languageElement>fr</languageElement>
</echoLanguageElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="85f569ca-e02d-4f3e-a182-571ba24c6966" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f95212f4-a66a-473d-8022-0eeef1dee77f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLanguageAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<languageAttribute language="en"/>
</echoLanguageAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="370f7ed4-c774-4ba6-8f66-3c41449e059a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">674c9d9b-3739-4810-9be2-28170f3288c5</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENElement>id</NMTOKENElement>
</echoNMTOKENElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="242df48b-1f82-4a16-be1a-dd6659aac25d" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6daebd55-cd79-46ec-a14d-5e45803f9e2d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</NMTOKENElement>
</echoNMTOKENElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="59da5cac-3a25-4638-a148-dd19eb784851" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c2bb2f17-bc83-4bdc-aab7-c12cc3a2816f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNMTOKENAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENAttribute NMTOKEN="id"/>
</echoNMTOKENAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="951063e7-24c2-4ad9-87dd-9518c2cf3e09" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">18ba717f-3acb-4f86-a73f-31bbd91701e9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNMTOKENSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENSElement>a b c d e.b:s-w_x:q</NMTOKENSElement>
</echoNMTOKENSElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="b0055368-e19a-4cb7-b73a-41928a437885" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b84d30e4-ad8c-42b1-98f1-902c342341f3</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNMTOKENSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NMTOKENSAttribute NMTOKENS="id a b e.b:s-dd:q"/>
</echoNMTOKENSAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="065baad7-09da-4690-9a95-900da77a6136" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">766ab5d3-a0fe-46b5-8d17-9b91d20fee57</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NameElement>foo</NameElement>
</echoNameElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="2ca1d94b-67cb-45f5-9d98-325060d306f0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">185eb093-d720-4061-8d14-a2fb0836ec12</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nameAttribute name="foo"/>
</echoNameAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="dd9f7847-fa09-4c51-8f6b-4e7b4faf5461" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d3deec47-0718-4183-88cd-0004f6e023a9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNCNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NCNameElement>foo</NCNameElement>
</echoNCNameElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3b5a02f4-e702-4682-9c02-35b5ce9f2563" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f48238f1-25cc-4e72-a016-e4f66f90840a</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNCNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<NCNameAttribute NCName="bar"/>
</echoNCNameAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="85ce7574-cd4d-4d12-a8d9-f118ffbd06f1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">725b5b19-a048-4fad-ba76-28a9c9cbc89e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIDElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDElement>foo</IDElement>
</echoIDElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="02988882-84f0-4c05-83ec-d631a4f658f6" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c96286d5-314c-4909-a284-2843fefc14df</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIDAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDAttribute ID="bar"/>
</echoIDAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="0cb8101f-d652-4133-8a2e-f18e17aa4422" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f14195a0-1938-46bb-9e3a-37ccb21bca3a</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIDREFElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFElement>foo</IDREFElement>
</echoIDREFElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="840a5822-bd13-4af0-ad3f-be30fe61668c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">453b456c-d144-45c2-894e-4264733b37b7</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIDREFAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFAttribute IDREF="bar"/>
</echoIDREFAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="97b8da87-8208-4222-b88b-8fa2e4f98d73" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">7aaba768-3d19-4d70-abb3-92aa311dafcf</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIDREFSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFSElement>foo</IDREFSElement>
</echoIDREFSElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3e11a654-a60c-4bc1-8033-be415b175ecb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c53b8efd-1e32-43c5-a4ad-8d5d60bdbb38</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIDREFSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<IDREFSAttribute IDREFS="hello"/>
</echoIDREFSAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="acce74d5-828c-41dc-9497-a763de2b8ef0" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8f97f600-baf8-43f0-89b2-3511ad93949b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoENTITYElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITYElement>lt</ENTITYElement>
</echoENTITYElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d6a78a13-772d-4ace-996c-3437001c0a66" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">af9fe51e-7921-452a-b926-77fa09c78443</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoENTITYAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITYAttribute ENTITY="lt"/>
</echoENTITYAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e59c0d63-33d1-43a5-aa5a-56bc4ede8e68" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">37b6a90d-da21-41e1-8160-c438a4c79b56</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoENTITIESElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITIESElement>lt gt apos quot</ENTITIESElement>
</echoENTITIESElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e083ab6c-3d24-44dd-a3f0-c474666f52e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">910fe95e-a0ec-40d4-a402-ce75bec8bbbe</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoENTITIESAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ENTITIESAttribute ENTITIES="lt gt"/>
</echoENTITIESAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="415b505a-9907-4d46-9361-8998337c2100" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">45e75850-3013-4f02-8b83-cbcbdd75ebfd</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>0</integerElement>
</echoIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="2d9826d5-62b8-47cb-bcd3-87f0ebf39eaa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6be8b815-2167-4252-a9b4-a88c7858063f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>1</integerElement>
</echoIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="ab515eea-3061-4866-a1c3-69528ec326dc" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">223080b5-2058-4b32-bb71-4cfc67411125</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>-42</integerElement>
</echoIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1e0ef6a1-5e53-412f-a659-fa8d9e615d1e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fd42cd6e-2125-437e-a80b-a0b3ade3d400</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>12678967543233</integerElement>
</echoIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="08422fc2-5aa5-4854-ad2e-710cb040b3c2" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ed7768e3-98e6-4547-a606-b33885a08073</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>+10000</integerElement>
</echoIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="42a6fd09-8138-4736-9a75-a3125c33d4ca" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c566ea3f-5e4f-45e0-9e32-a81b3660dafc</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>1234567891234567838475834753838887348573489123456789123456789</integerElement>
</echoIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3afe5e5d-684c-4568-8772-32d09ea70d37" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a71ee11b-b2b1-4779-96df-ae659972b46b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerElement>-1234567891234567838475834753838887348573489123456789123456789</integerElement>
</echoIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fa626ee2-b951-4a05-88b0-a883251bca8a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">72fe5a11-498d-46ea-a974-a605ff21cef9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerAttribute integer="10002"/>
</echoIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="98674032-f8ad-404a-b86a-03400ee2d490" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f9a83120-6b13-4480-a081-7658b1953a61</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerAttribute integer="-0"/>
</echoIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fe0aaf4d-38ab-4853-b5fe-5dbc629e8342" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">45ab05e6-f368-4c3c-b36c-933d47063dcb</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerAttribute integer="+42"/>
</echoIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="54e20d24-5385-4fe4-9882-298401e18fa5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">25934281-73d1-4885-a4c4-5b64e5975aaf</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerAttribute integer="-42"/>
</echoIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7a0572e2-8eae-4ac2-8f18-256e989fcc20" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">67b22d65-33bc-4122-82fa-9d3d6c573d8b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerAttribute integer="-45345384593849583945843453454293405930495309450394503"/>
</echoIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e3264136-3afb-4a77-bc8c-ec2108509e54" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">29d30135-1edc-4000-9113-2c40a8330c7c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<integerAttribute integer="123456789013234235435325235325325345432543253425324534253245"/>
</echoIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="44830047-32cd-48fe-8fb6-a7a991239474" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">551105ed-cfbd-4735-9e17-debbff9b2651</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerElement>-1</nonPositiveIntegerElement>
</echoNonPositiveIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d6703417-24f3-4d1d-9c2a-7c42d4b7f475" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">40c5d53d-02a5-4751-8d75-f8fad33235a4</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerElement>0</nonPositiveIntegerElement>
</echoNonPositiveIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="82517b81-8bb8-4953-89f2-051db7a5df11" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9dd2a08e-4069-4757-b404-8935f5e26dfe</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerElement>+0</nonPositiveIntegerElement>
</echoNonPositiveIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d7e33827-c038-4c88-b76c-f8d74c2cfc00" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">14cd75d3-15d4-4434-b1d4-a38bbd694c2e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerElement>-1234324234532534254325234534252345342534253425324534253244</nonPositiveIntegerElement>
</echoNonPositiveIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="cf0a3efb-62de-4097-8401-6874d1872725" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6fb16c49-1658-44fa-96d5-ddbced446f7b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerAttribute nonPositiveInteger="-20"/>
</echoNonPositiveIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="56ae85ed-3568-407c-8491-be351c447dc5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">56854dc3-6577-44ed-84ff-3a345e0b2251</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerAttribute nonPositiveInteger="0"/>
</echoNonPositiveIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="4a3aded7-7fa3-4f36-b1a1-b07646f8c138" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">478850ce-7917-475c-8257-fad9bb8f0b8b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerAttribute nonPositiveInteger="+0"/>
</echoNonPositiveIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="9b4edf21-679c-461d-955a-f97c77cc1493" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">424fed95-5ece-4f30-9c1e-61d82a08d2bf</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<nonPositiveIntegerAttribute nonPositiveInteger="-202342353425435345342567965342969786978679"/>
</echoNonPositiveIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="209c9a7d-d263-4f59-93ab-7624cce1942a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">971a7ed7-bc22-4f64-b6dc-472b5eb9c987</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<negativeIntegerElement>-1</negativeIntegerElement>
</echoNegativeIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="bb004937-418a-431d-9327-d8e19a6dd325" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">598f9385-b650-4334-a840-12aa7975a75c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<negativeIntegerElement>-12343242342345345346453643564536543645363456</negativeIntegerElement>
</echoNegativeIntegerElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="6ad11780-5297-447a-bd7e-1d8c2d8e64eb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">73491315-58df-4191-9ffb-9507fdc47aec</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<negativeIntegerAttribute negativeInteger="-100"/>
</echoNegativeIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="30c36d7f-d269-40ae-b1eb-8a1f3f50e013" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4a719f78-1823-422e-b48f-faf23b06fe57</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<negativeIntegerAttribute negativeInteger="-12343242342345345346453643564536543645363456"/>
</echoNegativeIntegerAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="99b76ee8-f395-4d2d-bf04-3d480ee1ec67" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4a9ed3d7-efc4-4fce-89ec-c3a8ed91485e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longElement>1</longElement>
</echoLongElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="fa5bcc6c-69ba-4ce3-b27f-028510ca7348" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">1faee78a-ded7-4f6b-b5dd-158da1e8726a</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longElement>-1</longElement>
</echoLongElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1e6496e1-fa0a-48d2-81c3-b5fe6796dab9" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ece0ab43-4282-43a3-a079-6638aaf15d33</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longElement>42</longElement>
</echoLongElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="94c8691b-cb05-471a-8bbe-d2789783da99" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0b8d1f7c-f460-4366-9749-074d0d3cbce6</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longElement>-9223372036854775808</longElement>
</echoLongElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c02453e0-d979-4cbb-b0ad-3220ec643bcb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">652d4c35-23b4-49d7-9616-8d8ddceab7d7</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longElement>9223372036854775807</longElement>
</echoLongElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3f726d73-ff55-44df-b2e9-d044ff9d56ac" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2a6c82f2-816b-42ad-a6b6-be1f922805b6</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longAttribute long="1066"/>
</echoLongAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="99c864f7-d191-4d5f-8794-1a85bea5ca0f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">931b64b7-f235-4b2c-96e4-cae4c89c6ea9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longAttribute long="-1515"/>
</echoLongAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="2afcd8ce-1d84-45d5-8ab5-7ce1ce7fbb57" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">20bd8548-d496-455e-b42c-18ab345b6c86</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longAttribute long="42"/>
</echoLongAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e07dacec-0dac-425f-95e1-2eb77ed4f4bd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2d7e9550-9328-46cb-b177-8ef26c540f30</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longAttribute long="-9223372036854775808"/>
</echoLongAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="935578ae-21d6-4a66-b579-f9dba9892e44" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">4b4c92de-c349-48c1-a2d8-f1872e04edff</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<longAttribute long="9223372036854775807"/>
</echoLongAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="4758d58d-69db-4a91-af97-c89713033354" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">a5975278-6269-4794-a843-1ae6c61e209e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>1</intElement>
</echoIntElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="3ae2ce32-d975-4140-bc7d-d459103a6089" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">867bbffa-a207-4cce-b689-edfebf2a76ab</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>-42</intElement>
</echoIntElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="7d723319-110d-4438-96c6-519eb1ab8f73" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">94175ccf-88a4-4ad7-b606-eed8f8f85c82</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>42</intElement>
</echoIntElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="df12408f-2a35-45ce-8c87-262a1cfdd9a4" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0d3ba7c3-acf3-4709-b683-2b671b90472d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>2147483647</intElement>
</echoIntElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="41fd39db-82af-4e7c-b23a-1358848714a1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9f759d2c-ec5b-4627-b09f-53eb6c64c6f6</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intElement>-2147483648</intElement>
</echoIntElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a30c7738-bdd1-4069-bc3d-9e5c33eeda77" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">65e77257-9895-4ebc-af4a-c9930cd5e934</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intAttribute int="42"/>
</echoIntAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="23b3b1c9-1a28-46e9-b96f-010395ea792c" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">8ea57b34-b31b-4487-9ed1-69202530a98b</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intAttribute int="-42"/>
</echoIntAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="4b987145-6458-4319-987e-0f9e49cf0b8a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">d84a7729-ac11-42d6-a243-7a287497019e</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intAttribute int="42"/>
</echoIntAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="344b8766-c88c-4f77-a9ab-337cf4a843e7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">79173870-0244-4d59-a8dd-cf2059f0e298</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intAttribute int="2147483647"/>
</echoIntAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="566fa352-d334-453f-956c-ce0eb66af297" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">fa126218-38e8-4b4b-a260-9be1b467b1d5</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<intAttribute int="-2147483648"/>
</echoIntAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1b3df794-998e-4f2b-8eb4-103f7886030f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">9fa20f0e-328e-420f-8466-b25dc8982fc9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortElement>1</shortElement>
</echoShortElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="bc01ab04-0f45-46b7-9966-1b37a3484d23" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">3d293f26-ee4d-4ade-b517-3ab8d3e1d3f3</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortElement>42</shortElement>
</echoShortElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="68e771e0-fd92-4f5c-8391-6d3684c5965f" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c4b2fc66-9852-4ecb-8832-90352e85b67c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortElement>32767</shortElement>
</echoShortElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="8e4b1b6f-4600-4246-b96a-bd9139e06971" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">6335ddee-b995-42cc-a982-c6382f5adb50</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortElement>-32768</shortElement>
</echoShortElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="d42ebaae-e538-410f-97a7-c5f222ea42b1" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5e2d23d1-71c2-496a-b0c2-55fe08f6131c</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortAttribute short="22"/>
</echoShortAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="74a6ca04-0bce-43be-a29f-08cbc27fa576" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">bc6cd162-c205-490d-b1b4-a1edb1a04f6f</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortAttribute short="42"/>
</echoShortAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e113dba4-16a0-4161-a6b3-0015a294eb2a" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ba4261f6-529a-4a5e-b64b-d397a672e843</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortAttribute short="32767"/>
</echoShortAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="0d90fe97-10a2-41b0-a4e7-4d43beccda9e" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">b20d191f-f1fe-4b6a-8751-11ea6a18a4c9</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<shortAttribute short="-32768"/>
</echoShortAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="02153712-655b-4399-a321-53f338f76387" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">5df65b0b-1403-46eb-a762-4d93fb11672d</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteElement>1</byteElement>
</echoByteElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="6e9e0c04-4f5a-4bc3-928c-8af337cbfa8b" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">0abad9a4-cd09-4ce2-a96a-eb61158db016</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteElement>127</byteElement>
</echoByteElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="1decbbbc-7eed-4194-92a2-37410f39f708" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">597c10cf-0341-47ba-9a6d-c2af30e63cfd</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteElement>-128</byteElement>
</echoByteElement>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="c6c0aafe-268e-4b54-b00c-605796675319" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">ab043d58-6eba-4883-8409-416cbac50548</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteAttribute byte="64"/>
</echoByteAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="a077bfe6-f8c2-4fec-8dc4-7ff9ec749bb7" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">f4e5bf9b-2f55-4c46-ba66-f86436251526</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteAttribute byte="127"/>
</echoByteAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="e6f0b89e-59d6-482f-a500-8da0d21e7dfa" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">2ca46486-f447-4beb-b4ab-7df41361f301</ActivityId>
</s:Header>
<s:Body xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<byteAttribute byte="-128"/>
</echoByteAttribute>
</s:Body>
</s: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"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<ActivityId CorrelationId="27425942-e037-4b39-90f1-bb65bfc64dc8" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">70616e02-1afe-45dd-8265-0cd14883a2f8& |