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: 268
Total number of tests: 296
All tests: 333
| 90% | 10% |
Passed and failed percentages
| 80% | 8% | 12% |
Total: passed 268 - failed 28 - skipped 37 - total 333
| 88% | 2% | 10% |
Basic: passed 91 - failed 3 - skipped 9 - total 103
| 81% | 11% | 8% |
Advanced: passed 177 - failed 25 - skipped 14 - total 216
| 100% |
Pending: passed 0 - failed 0 - skipped 14 - total 14
In the report below:
| Test Name | Test Instance | Test Result | Request |
|---|---|---|---|
| Response | |||
| DocumentationElement | DocumentationElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDocumentationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:documentationElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">hello world</ex:documentationElement>
</ex:echoDocumentationElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDocumentationElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:documentationElement>hello world</p339:documentationElement>
</p339:echoDocumentationElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| IdentifierName | IdentifierName02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoIdentifierName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:identifierName
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello</ex:identifierName>
</ex:echoIdentifierName>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoIdentifierName xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:identifierName>Hello</p339:identifierName>
</p339:echoIdentifierName>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| NonIdentifierName | NonIdentifierName02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoNonIdentifierName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:non-Identifier-Name
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello</ex:non-Identifier-Name>
</ex:echoNonIdentifierName>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoNonIdentifierName xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:non-Identifier-Name>Hello</p339:non-Identifier-Name>
</p339:echoNonIdentifierName>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| StringElement | StringElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:stringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoStringElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:stringElement/>
</p339:echoStringElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| StringElement | StringElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:stringElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello cruel world.</ex:stringElement>
</ex:echoStringElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoStringElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:stringElement>Hello cruel world.</p339:stringElement>
</p339:echoStringElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| StringAttribute | StringAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:stringAttribute string="hello"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoStringAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoStringAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:stringAttribute string="hello"/>
</p339:echoStringAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| StringAttribute | StringAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:stringAttribute string="0123456789"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoStringAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoStringAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:stringAttribute string="0123456789"/>
</p339:echoStringAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| BooleanElement | BooleanElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">false</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoBooleanElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:booleanElement>0</p339:booleanElement>
</p339:echoBooleanElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| BooleanElement | BooleanElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">true</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoBooleanElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:booleanElement>1</p339:booleanElement>
</p339:echoBooleanElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| BooleanElement | BooleanElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoBooleanElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:booleanElement>0</p339:booleanElement>
</p339:echoBooleanElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| BooleanElement | BooleanElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:booleanElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:booleanElement>
</ex:echoBooleanElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoBooleanElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:booleanElement>1</p339:booleanElement>
</p339:echoBooleanElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| BooleanAttribute | BooleanAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoBooleanAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:booleanAttribute boolean="true"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoBooleanAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:booleanAttribute boolean="1"/>
</p339:echoBooleanAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| BooleanAttribute | BooleanAttribute02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoBooleanAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:booleanAttribute boolean="0"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoBooleanAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoBooleanAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:booleanAttribute boolean="0"/>
</p339:echoBooleanAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalElement | DecimalElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalElement>0</p339:decimalElement>
</p339:echoDecimalElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalElement | DecimalElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1.23</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalElement>-1.23</p339:decimalElement>
</p339:echoDecimalElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalElement | DecimalElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12678967.543233</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalElement>12678967.543233</p339:decimalElement>
</p339:echoDecimalElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalElement | DecimalElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+1000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalElement>1000000.00</p339:decimalElement>
</p339:echoDecimalElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalElement | DecimalElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalElement>100000000000000000000000000000000000000000000.00</p339:decimalElement>
</p339:echoDecimalElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalElement | DecimalElement06 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">210</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalElement>210</p339:decimalElement>
</p339:echoDecimalElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalElement | DecimalElement07 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">210.00</ex:decimalElement>
</ex:echoDecimalElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalElement>210.00</p339:decimalElement>
</p339:echoDecimalElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DecimalAttribute | DecimalAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDecimalAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:decimalAttribute
decimal="+10000000999829292922093443563.32423442"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoDecimalAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDecimalAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:decimalAttribute decimal="10000000999829292922093443563.32423442"/>
</p339:echoDecimalAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| FloatElement | FloatElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1E4</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoFloatElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:floatElement>-10000.0</p339:floatElement>
</p339:echoFloatElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| FloatElement | FloatElement02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1267.43233E12</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoFloatElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:floatElement>1.26743237E15</p339:floatElement>
</p339:echoFloatElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| FloatElement | FloatElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12.78e-2</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoFloatElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:floatElement>0.1278</p339:floatElement>
</p339:echoFloatElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| FloatElement | FloatElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoFloatElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:floatElement>12.0</p339:floatElement>
</p339:echoFloatElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| FloatElement | FloatElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">INF</ex:floatElement>
</ex:echoFloatElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoFloatElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:floatElement>INF</p339:floatElement>
</p339:echoFloatElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| FloatAttribute | FloatAttribute01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoFloatAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:floatAttribute float="-7446.445E5"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoFloatAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoFloatAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:floatAttribute float="-7.4464448E8"/>
</p339:echoFloatAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DoubleElement | DoubleElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1E4</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDoubleElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:doubleElement>-10000.0</p339:doubleElement>
</p339:echoDoubleElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DoubleElement | DoubleElement02 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1267.432233E12</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDoubleElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:doubleElement>1.267432233E15</p339:doubleElement>
</p339:echoDoubleElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DoubleElement | DoubleElement03 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12.78e-2</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDoubleElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:doubleElement>0.1278</p339:doubleElement>
</p339:echoDoubleElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DoubleElement | DoubleElement04 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDoubleElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:doubleElement>12.0</p339:doubleElement>
</p339:echoDoubleElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DoubleElement | DoubleElement05 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:doubleElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">INF</ex:doubleElement>
</ex:echoDoubleElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDoubleElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:doubleElement>INF</p339:doubleElement>
</p339:echoDoubleElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DoubleAttribute | DoubleAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDoubleAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:doubleAttribute double="12.334"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoDoubleAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDoubleAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:doubleAttribute double="12.334"/>
</p339:echoDoubleAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DateTimeElement | DateTimeElement01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05-31T13:20:00-05:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDateTimeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:dateTimeElement xsi:type="p339:DateSimpleTypePattern">1999-05-31</p339:dateTimeElement>
</p339:echoDateTimeElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DateTimeElement | DateTimeElement02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
</ex:echoDateTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDateTimeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:dateTimeElement xsi:type="p339:DateSimpleTypePattern">2000-03-04</p339:dateTimeElement>
</p339:echoDateTimeElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DateTimeAttribute | DateTimeAttribute01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoDateTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDateTimeAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:dateTimeAttribute dateTime="2006-10-26"/>
</p339:echoDateTimeAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| TimeElement | TimeElement01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">00:00:00</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoTimeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:timeElement xsi:type="p339:DateSimpleTypePattern">-0002-12-31</p339:timeElement>
</p339:echoTimeElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| TimeElement | TimeElement02 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12:00:01</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoTimeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:timeElement xsi:type="p339:DateSimpleTypePattern">-0002-12-31</p339:timeElement>
</p339:echoTimeElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| TimeElement | TimeElement03 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">23:59:34</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoTimeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:timeElement xsi:type="p339:DateSimpleTypePattern">-0002-12-31</p339:timeElement>
</p339:echoTimeElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| TimeElement | TimeElement04 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:timeElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">13:21:03Z</ex:timeElement>
</ex:echoTimeElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoTimeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:timeElement xsi:type="p339:DateSimpleTypePattern">-0002-12-31</p339:timeElement>
</p339:echoTimeElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| TimeAttribute | TimeAttribute01 | failed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:timeAttribute time="00:01:58Z"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoTimeAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoTimeAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:timeAttribute time="-0002-12-31"/>
</p339:echoTimeAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DateElement | DateElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDateElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05-31</ex:dateElement>
</ex:echoDateElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDateElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:dateElement xsi:type="p339:DateSimpleTypePattern">1999-05-31</p339:dateElement>
</p339:echoDateElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| DateAttribute | DateAttribute01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoDateAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:dateAttribute date="2006-05-30"
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ex:echoDateAttribute>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoDateAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:dateAttribute date="2006-05-30"/>
</p339:echoDateAttribute>
</soapenv:Body>
</soapenv:Envelope>
|
|||
| GYearMonthElement | GYearMonthElement01 | passed |
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice http://www.w3.org/Consortium/Legal/copyright-documents $Id: report_ibm_rad_java_7.0.html,v 1.8 2007/10/11 11:39:09 ylafon Exp $-->
<ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<ex:gYearMonthElement
xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05</ex:gYearMonthElement>
</ex:echoGYearMonthElement>
</env:Body>
</env:Envelope>
|
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<p339:echoGYearMonthElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/">
<p339:gYearMonthElement>1999-05</p339:gYearMonthElement>
</p339:echoGYearMonthElement>
</soapenv:Body>
</soapenv:Envelope>
|
|||