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: 603
90% | 10% |
Passed and failed percentages
44% | 4% | 52% |
Total: passed 268 - failed 28 - skipped 307 - total 603
55% | 1% | 44% |
Basic: passed 88 - failed 3 - skipped 68 - total 159
38% | 5% | 57% |
Advanced: passed 172 - failed 25 - skipped 247 - total 444
Pending: passed 8 - failed 0 - skipped -8 - total 0
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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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.25 2008/12/05 13:47:14 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> |
|||
GYearMonthAttribute | GYearMonthAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gYearMonthAttribute gYearMonth="2006-09" 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:echoGYearMonthAttribute> </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:echoGYearMonthAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gYearMonthAttribute gYearMonth="2006-09"/> </p339:echoGYearMonthAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
GYearElement | GYearElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gYearElement 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</ex:gYearElement> </ex:echoGYearElement> </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:echoGYearElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gYearElement>1999</p339:gYearElement> </p339:echoGYearElement> </soapenv:Body> </soapenv:Envelope> |
|||
GYearAttribute | GYearAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gYearAttribute gYear="2038" 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:echoGYearAttribute> </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:echoGYearAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gYearAttribute gYear="2038"/> </p339:echoGYearAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
GMonthDayElement | GMonthDayElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGMonthDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gMonthDayElement 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-31</ex:gMonthDayElement> </ex:echoGMonthDayElement> </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:echoGMonthDayElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gMonthDayElement>--12-31</p339:gMonthDayElement> </p339:echoGMonthDayElement> </soapenv:Body> </soapenv:Envelope> |
|||
GMonthDayElement | GMonthDayElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGMonthDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gMonthDayElement 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-31Z</ex:gMonthDayElement> </ex:echoGMonthDayElement> </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:echoGMonthDayElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gMonthDayElement>--12-31Z</p339:gMonthDayElement> </p339:echoGMonthDayElement> </soapenv:Body> </soapenv:Envelope> |
|||
GMonthDayAttribute | GMonthDayAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGMonthDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gMonthDayAttribute gMonthDay="--09-28Z" 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:echoGMonthDayAttribute> </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:echoGMonthDayAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gMonthDayAttribute gMonthDay="--09-28Z"/> </p339:echoGMonthDayAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
Base64BinaryElement | Base64BinaryElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:base64BinaryElement 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">bQ==</ex:base64BinaryElement> </ex:echoBase64BinaryElement> </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:echoBase64BinaryElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:base64BinaryElement>bQ==</p339:base64BinaryElement> </p339:echoBase64BinaryElement> </soapenv:Body> </soapenv:Envelope> |
|||
Base64BinaryElement | Base64BinaryElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:base64BinaryElement 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">eHdmb3Rh</ex:base64BinaryElement> </ex:echoBase64BinaryElement> </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:echoBase64BinaryElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:base64BinaryElement>eHdmb3Rh</p339:base64BinaryElement> </p339:echoBase64BinaryElement> </soapenv:Body> </soapenv:Envelope> |
|||
Base64BinaryElement | Base64BinaryElement03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:base64BinaryElement 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">cnRjbGNyZW9scg==</ex:base64BinaryElement> </ex:echoBase64BinaryElement> </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:echoBase64BinaryElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:base64BinaryElement>cnRjbGNyZW9scg==</p339:base64BinaryElement> </p339:echoBase64BinaryElement> </soapenv:Body> </soapenv:Envelope> |
|||
Base64BinaryAttribute | Base64BinaryAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBase64BinaryAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg==" 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:echoBase64BinaryAttribute> </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:echoBase64BinaryAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="/> </p339:echoBase64BinaryAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
AnyURIElement | AnyURIElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyURIElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyURIElement 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">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement> </ex:echoAnyURIElement> </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:echoAnyURIElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:anyURIElement>http://www.w3.org/2002/ws/databinding/</p339:anyURIElement> </p339:echoAnyURIElement> </soapenv:Body> </soapenv:Envelope> |
|||
AnyURIAttribute | AnyURIAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyURIAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/" 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:echoAnyURIAttribute> </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:echoAnyURIAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"/> </p339:echoAnyURIAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
QNameElement | QNameElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoQNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:QNameElement 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:QNameElement</ex:QNameElement> </ex:echoQNameElement> </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:echoQNameElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:QNameElement>p339:QNameElement</p339:QNameElement> </p339:echoQNameElement> </soapenv:Body> </soapenv:Envelope> |
|||
QNameAttribute | QNameAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoQNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:QNameAttribute QName="ex:QNameAttribute" 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:echoQNameAttribute> </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:echoQNameAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:QNameAttribute QName="p339:QNameAttribute"/> </p339:echoQNameAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NormalizedStringElement | NormalizedStringElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNormalizedStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:normalizedStringElement 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:echoNormalizedStringElement> </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:echoNormalizedStringElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:normalizedStringElement/> </p339:echoNormalizedStringElement> </soapenv:Body> </soapenv:Envelope> |
|||
NormalizedStringElement | NormalizedStringElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNormalizedStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:normalizedStringElement 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">How now brown cow.</ex:normalizedStringElement> </ex:echoNormalizedStringElement> </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:echoNormalizedStringElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:normalizedStringElement>How now brown cow.</p339:normalizedStringElement> </p339:echoNormalizedStringElement> </soapenv:Body> </soapenv:Envelope> |
|||
NormalizedStringAttribute | NormalizedStringAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNormalizedStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:normalizedStringAttribute normalizedString="Hello Paris" 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:echoNormalizedStringAttribute> </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:echoNormalizedStringAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:normalizedStringAttribute normalizedString="Hello Paris"/> </p339:echoNormalizedStringAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
TokenElement | TokenElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoTokenElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:tokenElement 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">tokenElement</ex:tokenElement> </ex:echoTokenElement> </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:echoTokenElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:tokenElement>tokenElement</p339:tokenElement> </p339:echoTokenElement> </soapenv:Body> </soapenv:Envelope> |
|||
TokenAttribute | TokenAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoTokenAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:tokenAttribute token="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:echoTokenAttribute> </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:echoTokenAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:tokenAttribute token="hello"/> </p339:echoTokenAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
LanguageElement | LanguageElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLanguageElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:languageElement 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">en</ex:languageElement> </ex:echoLanguageElement> </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:echoLanguageElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:languageElement>en</p339:languageElement> </p339:echoLanguageElement> </soapenv:Body> </soapenv:Envelope> |
|||
LanguageElement | LanguageElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLanguageElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:languageElement 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">fr</ex:languageElement> </ex:echoLanguageElement> </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:echoLanguageElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:languageElement>fr</p339:languageElement> </p339:echoLanguageElement> </soapenv:Body> </soapenv:Envelope> |
|||
LanguageAttribute | LanguageAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLanguageAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:languageAttribute language="en" 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:echoLanguageAttribute> </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:echoLanguageAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:languageAttribute language="en"/> </p339:echoLanguageAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NMTOKENElement | NMTOKENElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNMTOKENElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NMTOKENElement 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">id</ex:NMTOKENElement> </ex:echoNMTOKENElement> </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:echoNMTOKENElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NMTOKENElement>id</p339:NMTOKENElement> </p339:echoNMTOKENElement> </soapenv:Body> </soapenv:Envelope> |
|||
NMTOKENElement | NMTOKENElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNMTOKENElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NMTOKENElement 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">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"?> <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:echoNMTOKENElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</p339:NMTOKENElement> </p339:echoNMTOKENElement> </soapenv:Body> </soapenv:Envelope> |
|||
NMTOKENAttribute | NMTOKENAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNMTOKENAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NMTOKENAttribute NMTOKEN="id" 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:echoNMTOKENAttribute> </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:echoNMTOKENAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NMTOKENAttribute NMTOKEN="id"/> </p339:echoNMTOKENAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NMTOKENSElement | NMTOKENSElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNMTOKENSElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NMTOKENSElement 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">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"?> <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:echoNMTOKENSElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NMTOKENSElement>a b c d e.b:s-w_x:q</p339:NMTOKENSElement> </p339:echoNMTOKENSElement> </soapenv:Body> </soapenv:Envelope> |
|||
NMTOKENSAttribute | NMTOKENSAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNMTOKENSAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NMTOKENSAttribute NMTOKENS="id" 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:echoNMTOKENSAttribute> </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:echoNMTOKENSAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NMTOKENSAttribute NMTOKENS="id"/> </p339:echoNMTOKENSAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NameElement | NameElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NameElement 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">foo</ex:NameElement> </ex:echoNameElement> </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:echoNameElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NameElement>foo</p339:NameElement> </p339:echoNameElement> </soapenv:Body> </soapenv:Envelope> |
|||
NameAttribute | NameAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nameAttribute name="foo" 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:echoNameAttribute> </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:echoNameAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nameAttribute name="foo"/> </p339:echoNameAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NCNameElement | NCNameElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNCNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NCNameElement 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">foo</ex:NCNameElement> </ex:echoNCNameElement> </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:echoNCNameElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NCNameElement>foo</p339:NCNameElement> </p339:echoNCNameElement> </soapenv:Body> </soapenv:Envelope> |
|||
NCNameAttribute | NCNameAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNCNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:NCNameAttribute NCName="bar" 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:echoNCNameAttribute> </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:echoNCNameAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:NCNameAttribute NCName="bar"/> </p339:echoNCNameAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
IDElement | IDElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIDElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:IDElement 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">foo</ex:IDElement> </ex:echoIDElement> </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:echoIDElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:IDElement>foo</p339:IDElement> </p339:echoIDElement> </soapenv:Body> </soapenv:Envelope> |
|||
IDAttribute | IDAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIDAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:IDAttribute ID="bar" 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:echoIDAttribute> </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:echoIDAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:IDAttribute ID="bar"/> </p339:echoIDAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
IDREFElement | IDREFElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIDREFElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:IDREFElement 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">foo</ex:IDREFElement> </ex:echoIDREFElement> </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:echoIDREFElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:IDREFElement>foo</p339:IDREFElement> </p339:echoIDREFElement> </soapenv:Body> </soapenv:Envelope> |
|||
IDREFAttribute | IDREFAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIDREFAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:IDREFAttribute IDREF="bar" 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:echoIDREFAttribute> </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:echoIDREFAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:IDREFAttribute IDREF="bar"/> </p339:echoIDREFAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
IDREFSElement | IDREFSElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIDREFSElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:IDREFSElement 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">foo</ex:IDREFSElement> </ex:echoIDREFSElement> </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:echoIDREFSElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:IDREFSElement>foo</p339:IDREFSElement> </p339:echoIDREFSElement> </soapenv:Body> </soapenv:Envelope> |
|||
IDREFSAttribute | IDREFSAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIDREFSAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:IDREFSAttribute IDREFS="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:echoIDREFSAttribute> </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:echoIDREFSAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:IDREFSAttribute IDREFS="hello"/> </p339:echoIDREFSAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerElement | IntegerElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerElement 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:integerElement> </ex:echoIntegerElement> </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:echoIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerElement>0</p339:integerElement> </p339:echoIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerElement | IntegerElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerElement 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:integerElement> </ex:echoIntegerElement> </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:echoIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerElement>1</p339:integerElement> </p339:echoIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerElement | IntegerElement03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerElement 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">12678967543233</ex:integerElement> </ex:echoIntegerElement> </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:echoIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerElement>12678967543233</p339:integerElement> </p339:echoIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerElement | IntegerElement04 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerElement 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">+10000</ex:integerElement> </ex:echoIntegerElement> </env:Body> </env:Envelope> |
<?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> <env:Fault env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/"> <faultcode xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">env:Server</faultcode> <faultstring xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/" xsi:type="xsd:string">Internal Server Error </faultstring> <detail xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">Internal Server Error </detail> </env:Fault> </env:Body> </env:Envelope> |
|||
IntegerElement | IntegerElement05 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerElement 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">123456789123456789123456789123456789</ex:integerElement> </ex:echoIntegerElement> </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:echoIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerElement>123456789123456789123456789123456789</p339:integerElement> </p339:echoIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerAttribute | IntegerAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerAttribute integer="10002" 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:echoIntegerAttribute> </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:echoIntegerAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerAttribute integer="10002"/> </p339:echoIntegerAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NonPositiveIntegerElement | NonPositiveIntegerElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNonPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nonPositiveIntegerElement 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:nonPositiveIntegerElement> </ex:echoNonPositiveIntegerElement> </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:echoNonPositiveIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nonPositiveIntegerElement>-1</p339:nonPositiveIntegerElement> </p339:echoNonPositiveIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
NonPositiveIntegerAttribute | NonPositiveIntegerAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNonPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nonPositiveIntegerAttribute nonPositiveInteger="-20" 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:echoNonPositiveIntegerAttribute> </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:echoNonPositiveIntegerAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nonPositiveIntegerAttribute nonPositiveInteger="-20"/> </p339:echoNonPositiveIntegerAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NegativeIntegerElement | NegativeIntegerElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:negativeIntegerElement 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:negativeIntegerElement> </ex:echoNegativeIntegerElement> </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:echoNegativeIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:negativeIntegerElement>-1</p339:negativeIntegerElement> </p339:echoNegativeIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
LongElement | LongElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:longElement 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:longElement> </ex:echoLongElement> </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:echoLongElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:longElement>1</p339:longElement> </p339:echoLongElement> </soapenv:Body> </soapenv:Envelope> |
|||
LongAttribute | LongAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:longAttribute long="1738" 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:echoLongAttribute> </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:echoLongAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:longAttribute long="1738"/> </p339:echoLongAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
IntElement | IntElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:intElement 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:intElement> </ex:echoIntElement> </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:echoIntElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:intElement>1</p339:intElement> </p339:echoIntElement> </soapenv:Body> </soapenv:Envelope> |
|||
IntElement | IntElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:intElement 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">10042</ex:intElement> </ex:echoIntElement> </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:echoIntElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:intElement>10042</p339:intElement> </p339:echoIntElement> </soapenv:Body> </soapenv:Envelope> |
|||
IntElement | IntElement03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:intElement 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">-42</ex:intElement> </ex:echoIntElement> </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:echoIntElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:intElement>-42</p339:intElement> </p339:echoIntElement> </soapenv:Body> </soapenv:Envelope> |
|||
IntAttribute | IntAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:intAttribute int="42" 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:echoIntAttribute> </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:echoIntAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:intAttribute int="42"/> </p339:echoIntAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
ShortElement | ShortElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:shortElement 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:shortElement> </ex:echoShortElement> </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:echoShortElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:shortElement>1</p339:shortElement> </p339:echoShortElement> </soapenv:Body> </soapenv:Envelope> |
|||
ShortAttribute | ShortAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:shortAttribute short="22" 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:echoShortAttribute> </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:echoShortAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:shortAttribute short="22"/> </p339:echoShortAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
ByteElement | ByteElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:byteElement 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:byteElement> </ex:echoByteElement> </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:echoByteElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:byteElement>1</p339:byteElement> </p339:echoByteElement> </soapenv:Body> </soapenv:Envelope> |
|||
ByteAttribute | ByteAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:byteAttribute byte="64" 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:echoByteAttribute> </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:echoByteAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:byteAttribute byte="64"/> </p339:echoByteAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NonNegativeIntegerElement | NonNegativeIntegerElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNonNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nonNegativeIntegerElement 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:nonNegativeIntegerElement> </ex:echoNonNegativeIntegerElement> </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:echoNonNegativeIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nonNegativeIntegerElement>1</p339:nonNegativeIntegerElement> </p339:echoNonNegativeIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
NonNegativeIntegerAttribute | NonNegativeIntegerAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nonNegativeIntegerAttribute nonNegativeInteger="20" 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:echoNonNegativeIntegerAttribute> </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:echoNonNegativeIntegerAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nonNegativeIntegerAttribute nonNegativeInteger="20"/> </p339:echoNonNegativeIntegerAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedLongElement | UnsignedLongElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedLongElement 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:unsignedLongElement> </ex:echoUnsignedLongElement> </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:echoUnsignedLongElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedLongElement>1</p339:unsignedLongElement> </p339:echoUnsignedLongElement> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedLongAttribute | UnsignedLongAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedLongAttribute unsignedLong="2034" 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:echoUnsignedLongAttribute> </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:echoUnsignedLongAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedLongAttribute unsignedLong="2034"/> </p339:echoUnsignedLongAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedIntElement | UnsignedIntElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedIntElement 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:unsignedIntElement> </ex:echoUnsignedIntElement> </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:echoUnsignedIntElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedIntElement>1</p339:unsignedIntElement> </p339:echoUnsignedIntElement> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedIntAttribute | UnsignedIntAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedIntAttribute unsignedInt="32334" 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:echoUnsignedIntAttribute> </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:echoUnsignedIntAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedIntAttribute unsignedInt="32334"/> </p339:echoUnsignedIntAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedShortElement | UnsignedShortElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedShortElement 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:unsignedShortElement> </ex:echoUnsignedShortElement> </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:echoUnsignedShortElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedShortElement>1</p339:unsignedShortElement> </p339:echoUnsignedShortElement> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedShortAttribute | UnsignedShortAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedShortAttribute unsignedShort="22" 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:echoUnsignedShortAttribute> </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:echoUnsignedShortAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedShortAttribute unsignedShort="22"/> </p339:echoUnsignedShortAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
NegativeIntegerAttribute | NegativeIntegerAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:negativeIntegerAttribute negativeInteger="-100" 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:echoNegativeIntegerAttribute> </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:echoNegativeIntegerAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:negativeIntegerAttribute negativeInteger="-100"/> </p339:echoNegativeIntegerAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedByteElement | UnsignedByteElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedByteElement 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:unsignedByteElement> </ex:echoUnsignedByteElement> </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:echoUnsignedByteElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedByteElement>1</p339:unsignedByteElement> </p339:echoUnsignedByteElement> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedByteAttribute | UnsignedByteAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedByteAttribute unsignedByte="64" 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:echoUnsignedByteAttribute> </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:echoUnsignedByteAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedByteAttribute unsignedByte="64"/> </p339:echoUnsignedByteAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
PositiveIntegerElement | PositiveIntegerElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:positiveIntegerElement 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:positiveIntegerElement> </ex:echoPositiveIntegerElement> </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:echoPositiveIntegerElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:positiveIntegerElement>1</p339:positiveIntegerElement> </p339:echoPositiveIntegerElement> </soapenv:Body> </soapenv:Envelope> |
|||
PositiveIntegerAttribute | PositiveIntegerAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:positiveIntegerAttribute positiveInteger="257" 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:echoPositiveIntegerAttribute> </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:echoPositiveIntegerAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:positiveIntegerAttribute positiveInteger="257"/> </p339:echoPositiveIntegerAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
GlobalSimpleType | GlobalSimpleType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGlobalSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:globalSimpleType 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">foo</ex:globalSimpleType> </ex:echoGlobalSimpleType> </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:echoGlobalSimpleType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:globalSimpleType>foo</p339:globalSimpleType> </p339:echoGlobalSimpleType> </soapenv:Body> </soapenv:Envelope> |
|||
StringEnumerationType | StringEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:beatle 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">John</ex:beatle> </ex:echoStringEnumerationType> </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:echoStringEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:beatle>John</p339:beatle> </p339:echoStringEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
StringEnumerationType | StringEnumerationType02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:beatle 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">Paul</ex:beatle> </ex:echoStringEnumerationType> </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:echoStringEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:beatle>Paul</p339:beatle> </p339:echoStringEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
StringEnumerationType | StringEnumerationType03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:beatle 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">Ringo</ex:beatle> </ex:echoStringEnumerationType> </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:echoStringEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:beatle>Ringo</p339:beatle> </p339:echoStringEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
NMTOKENEnumerationType | NMTOKENEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNMTOKENEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nMTOKENEnumerationType 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">token1</ex:nMTOKENEnumerationType> </ex:echoNMTOKENEnumerationType> </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:echoNMTOKENEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nMTOKENEnumerationType>token1</p339:nMTOKENEnumerationType> </p339:echoNMTOKENEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeSequence | ComplexTypeSequence01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:complexTypeSequence id="6026" inStock="232" 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:name>Widget</ex:name> <ex:shade>Light Blue</ex:shade> <ex:length>33</ex:length> </ex:complexTypeSequence> </ex:echoComplexTypeSequence> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoComplexTypeSequence xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:complexTypeSequence id="6026" inStock="232"> <p339:name>Widget</p339:name> <p339:shade>Light Blue</p339:shade> <p339:length>33</p339:length> </p339:complexTypeSequence> </p339:echoComplexTypeSequence> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeSequence | ComplexTypeSequence02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:complexTypeSequence id="6026" inStock="52" 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:name>Widget</ex:name> <ex:shade>Green</ex:shade> <ex:length>1233</ex:length> </ex:complexTypeSequence> </ex:echoComplexTypeSequence> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoComplexTypeSequence xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:complexTypeSequence id="6026" inStock="52"> <p339:name>Widget</p339:name> <p339:shade>Green</p339:shade> <p339:length>1233</p339:length> </p339:complexTypeSequence> </p339:echoComplexTypeSequence> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs1 | ElementMinOccurs101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementMinOccurs1 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:elementMinOccurs1item>item1</ex:elementMinOccurs1item> </ex:elementMinOccurs1> </ex:echoElementMinOccurs1> </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:echoElementMinOccurs1 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementMinOccurs1> <p339:elementMinOccurs1item>item1</p339:elementMinOccurs1item> </p339:elementMinOccurs1> </p339:echoElementMinOccurs1> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMaxOccurs1 | ElementMaxOccurs101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementMaxOccurs1 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:value>44</ex:value> </ex:elementMaxOccurs1> </ex:echoElementMaxOccurs1> </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:echoElementMaxOccurs1 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementMaxOccurs1> <p339:value>44</p339:value> </p339:elementMaxOccurs1> </p339:echoElementMaxOccurs1> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMaxOccurs1 | ElementMaxOccurs102 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementMaxOccurs1 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:value>4</ex:value> </ex:elementMaxOccurs1> </ex:echoElementMaxOccurs1> </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:echoElementMaxOccurs1 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementMaxOccurs1> <p339:value>4</p339:value> </p339:elementMaxOccurs1> </p339:echoElementMaxOccurs1> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMaxOccursUnbounded | ElementMaxOccursUnbounded01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:publications 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:day>2002-09-24</ex:day> <ex:day>2003-04-14</ex:day> <ex:day>2004-03-31</ex:day> <ex:day>2005-06-04</ex:day> <ex:day>2006-07-03</ex:day> </ex:publications> </ex:echoElementMaxOccursUnbounded> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoElementMaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:publications> <p339:day xsi:type="p339:RestrictedStringMinMaxLength">2002-09-24</p339:day> <p339:day xsi:type="p339:RestrictedStringMinMaxLength">2003-04-14</p339:day> <p339:day xsi:type="p339:RestrictedStringMinMaxLength">2004-03-31</p339:day> <p339:day xsi:type="p339:RestrictedStringMinMaxLength">2005-06-04</p339:day> <p339:day xsi:type="p339:RestrictedStringMinMaxLength">2006-07-03</p339:day> </p339:publications> </p339:echoElementMaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMaxOccursUnbounded | ElementMaxOccursUnbounded02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:publications 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:day>2006-01-26</ex:day> </ex:publications> </ex:echoElementMaxOccursUnbounded> </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:echoElementMaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:publications> <p339:day xsi:type="p339:RestrictedStringMinMaxLength">2006-01-26</p339:day> </p339:publications> </p339:echoElementMaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMaxOccursFinite | ElementMaxOccursFinite01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:summer 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:mnth>May</ex:mnth> <ex:mnth>June</ex:mnth> <ex:mnth>July</ex:mnth> <ex:mnth>August</ex:mnth> </ex:summer> </ex:echoElementMaxOccursFinite> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoElementMaxOccursFinite xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:summer> <p339:mnth xsi:type="p339:RestrictedStringMinMaxLength">May</p339:mnth> <p339:mnth xsi:type="p339:RestrictedStringMinMaxLength">June</p339:mnth> <p339:mnth xsi:type="p339:RestrictedStringMinMaxLength">July</p339:mnth> <p339:mnth xsi:type="p339:RestrictedStringMinMaxLength">August</p339:mnth> </p339:summer> </p339:echoElementMaxOccursFinite> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMaxOccursFinite | ElementMaxOccursFinite02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:summer 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:mnth>August</ex:mnth> <ex:mnth>September</ex:mnth> </ex:summer> </ex:echoElementMaxOccursFinite> </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:echoElementMaxOccursFinite xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:summer> <p339:mnth xsi:type="p339:RestrictedStringMinMaxLength">August</p339:mnth> <p339:mnth xsi:type="p339:RestrictedStringMinMaxLength">September</p339:mnth> </p339:summer> </p339:echoElementMaxOccursFinite> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeOptional | AttributeOptional01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:premium currency="EUR" id="1711" 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:amount>1250</ex:amount> </ex:premium> </ex:echoAttributeOptional> </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:echoAttributeOptional xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:premium currency="EUR" id="1711"> <p339:amount>1250</p339:amount> </p339:premium> </p339:echoAttributeOptional> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeOptional | AttributeOptional02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:premium id="1712" 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:amount>1250</ex:amount> </ex:premium> </ex:echoAttributeOptional> </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:echoAttributeOptional xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:premium id="1712"> <p339:amount>1250</p339:amount> </p339:premium> </p339:echoAttributeOptional> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeRequired | AttributeRequired01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeRequired xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:discount id="1611" seasonal="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:percentage>5</ex:percentage> </ex:discount> </ex:echoAttributeRequired> </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:echoAttributeRequired xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:discount id="1611" seasonal="1"> <p339:percentage>5</p339:percentage> </p339:discount> </p339:echoAttributeRequired> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeRequired | AttributeRequired02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeRequired xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:discount id="1612" seasonal="false" 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:percentage>2</ex:percentage> </ex:discount> </ex:echoAttributeRequired> </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:echoAttributeRequired xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:discount id="1612" seasonal="0"> <p339:percentage>2</p339:percentage> </p339:discount> </p339:echoAttributeRequired> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeFixed | AttributeFixed01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeFixed xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:survey currency="GBP" id="1511" 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:fee>500</ex:fee> </ex:survey> </ex:echoAttributeFixed> </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:echoAttributeFixed xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:survey currency="GBP" id="1511"> <p339:fee>500</p339:fee> </p339:survey> </p339:echoAttributeFixed> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs0 | ElementMinOccurs001 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementMinOccurs0 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:firstName>Paul</ex:firstName> <ex:lastName>Downey</ex:lastName> </ex:elementMinOccurs0> </ex:echoElementMinOccurs0> </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:echoElementMinOccurs0 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementMinOccurs0> <p339:firstName>Paul</p339:firstName> <p339:lastName>Downey</p339:lastName> </p339:elementMinOccurs0> </p339:echoElementMinOccurs0> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs0 | ElementMinOccurs002 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementMinOccurs0 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:firstName>Paul</ex:firstName> <ex:middleName>Sumner</ex:middleName> <ex:lastName>Downey</ex:lastName> </ex:elementMinOccurs0> </ex:echoElementMinOccurs0> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoElementMinOccurs0 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementMinOccurs0> <p339:firstName>Paul</p339:firstName> <p339:middleName>Sumner</p339:middleName> <p339:lastName>Downey</p339:lastName> </p339:elementMinOccurs0> </p339:echoElementMinOccurs0> </soapenv:Body> </soapenv:Envelope> |
|||
NillableElement | NillableElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nillableMiddleName 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:firstName>Paul</ex:firstName> <ex:middleName xsi:nil="true"/> <ex:lastName>Downey</ex:lastName> </ex:nillableMiddleName> </ex:echoNillableElement> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoNillableElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nillableMiddleName> <p339:firstName>Paul</p339:firstName> <p339:middleName xsi:nil="true"/> <p339:lastName>Downey</p339:lastName> </p339:nillableMiddleName> </p339:echoNillableElement> </soapenv:Body> </soapenv:Envelope> |
|||
NillableElement | NillableElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nillableMiddleName 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:firstName>Paul</ex:firstName> <ex:middleName>Sumner</ex:middleName> <ex:lastName>Downey</ex:lastName> </ex:nillableMiddleName> </ex:echoNillableElement> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoNillableElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nillableMiddleName> <p339:firstName>Paul</p339:firstName> <p339:middleName>Sumner</p339:middleName> <p339:lastName>Downey</p339:lastName> </p339:nillableMiddleName> </p339:echoNillableElement> </soapenv:Body> </soapenv:Envelope> |
|||
NillableOptionalElement | NillableOptionalElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNillableOptionalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nillableOptionalMiddleName 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:firstName>Paul</ex:firstName> <ex:lastName>Downey</ex:lastName> </ex:nillableOptionalMiddleName> </ex:echoNillableOptionalElement> </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:echoNillableOptionalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nillableOptionalMiddleName> <p339:firstName>Paul</p339:firstName> <p339:lastName>Downey</p339:lastName> </p339:nillableOptionalMiddleName> </p339:echoNillableOptionalElement> </soapenv:Body> </soapenv:Envelope> |
|||
NillableOptionalElement | NillableOptionalElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNillableOptionalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nillableOptionalMiddleName 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:firstName>Paul</ex:firstName> <ex:middleName>Sumner</ex:middleName> <ex:lastName>Downey</ex:lastName> </ex:nillableOptionalMiddleName> </ex:echoNillableOptionalElement> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoNillableOptionalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nillableOptionalMiddleName> <p339:firstName>Paul</p339:firstName> <p339:middleName>Sumner</p339:middleName> <p339:lastName>Downey</p339:lastName> </p339:nillableOptionalMiddleName> </p339:echoNillableOptionalElement> </soapenv:Body> </soapenv:Envelope> |
|||
NillableOptionalElement | NillableOptionalElement03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNillableOptionalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nillableOptionalMiddleName 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:firstName>Paul</ex:firstName> <ex:middleName xsi:nil="true"/> <ex:lastName>Downey</ex:lastName> </ex:nillableOptionalMiddleName> </ex:echoNillableOptionalElement> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoNillableOptionalElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nillableOptionalMiddleName> <p339:firstName>Paul</p339:firstName> <p339:lastName>Downey</p339:lastName> </p339:nillableOptionalMiddleName> </p339:echoNillableOptionalElement> </soapenv:Body> </soapenv:Envelope> |
|||
NullEnumerationType | NullEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNullEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nullEnumerationType 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:echoNullEnumerationType> </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:echoNullEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nullEnumerationType/> </p339:echoNullEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
ElementEmptyComplexType | ElementEmptyComplexType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementEmptyComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementEmptyComplexType 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:echoElementEmptyComplexType> </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:echoElementEmptyComplexType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementEmptyComplexType/> </p339:echoElementEmptyComplexType> </soapenv:Body> </soapenv:Envelope> |
|||
ElementEmptySequence | ElementEmptySequence01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementEmptySequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementEmptySequence 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:echoElementEmptySequence> </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:echoElementEmptySequence xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementEmptySequence/> </p339:echoElementEmptySequence> </soapenv:Body> </soapenv:Envelope> |
|||
GlobalElementSequence | GlobalElementSequence01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGlobalElementSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:globalElementSequence 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:foo>one</ex:foo> <ex:bar>two</ex:bar> </ex:globalElementSequence> </ex:echoGlobalElementSequence> </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:echoGlobalElementSequence xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:globalElementSequence> <p339:foo>one</p339:foo> <p339:bar>two</p339:bar> </p339:globalElementSequence> </p339:echoGlobalElementSequence> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceElementList | SequenceElementList01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceElementList 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:item>item one</ex:item> <ex:item>item two</ex:item> <ex:item>item three</ex:item> <ex:item>item four</ex:item> </ex:sequenceElementList> </ex:echoSequenceElementList> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceElementList xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceElementList> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item one</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item two</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item three</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item four</p339:item> </p339:sequenceElementList> </p339:echoSequenceElementList> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceElementList | SequenceElementList02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceElementList 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:item>item one</ex:item> </ex:sequenceElementList> </ex:echoSequenceElementList> </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:echoSequenceElementList xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceElementList> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item one</p339:item> </p339:sequenceElementList> </p339:echoSequenceElementList> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceElementList | SequenceElementList03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceElementList 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:echoSequenceElementList> </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:echoSequenceElementList xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceElementList/> </p339:echoSequenceElementList> </soapenv:Body> </soapenv:Envelope> |
|||
NestedSequenceElementList | NestedSequenceElementList01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNestedSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nestedSequenceElementList 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:nestedItem> <ex:item>item onexone</ex:item> <ex:item>item onextwo</ex:item> <ex:item>item onexthree</ex:item> <ex:item>item onexfour</ex:item> </ex:nestedItem> <ex:nestedItem> <ex:item>item twoxone</ex:item> <ex:item>item twoxtwo</ex:item> <ex:item>item twoxthree</ex:item> <ex:item>item twoxfour</ex:item> </ex:nestedItem> </ex:nestedSequenceElementList> </ex:echoNestedSequenceElementList> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoNestedSequenceElementList xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nestedSequenceElementList> <p339:nestedItem> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item onexone</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item onextwo</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item onexthree</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item onexfour</p339:item> </p339:nestedItem> <p339:nestedItem> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item twoxone</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item twoxtwo</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item twoxthree</p339:item> <p339:item xsi:type="p339:RestrictedStringMinMaxLength">item twoxfour</p339:item> </p339:nestedItem> </p339:nestedSequenceElementList> </p339:echoNestedSequenceElementList> </soapenv:Body> </soapenv:Envelope> |
|||
ElementReference | ElementReference01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:customerName 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:customerName> </ex:echoElementReference> </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:echoElementReference xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:customerName> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> </p339:customerName> </p339:echoElementReference> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeReference | AttributeReference01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:clientName ex:phoneNumber="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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:clientName> </ex:echoAttributeReference> </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:echoAttributeReference xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:clientName p339:phoneNumber="0123456789"> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> </p339:clientName> </p339:echoAttributeReference> </soapenv:Body> </soapenv:Envelope> |
|||
BareVector | BareVector01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bareVector 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:item1>item one</ex:item1> <ex:item1>item two</ex:item1> <ex:item2>item three</ex:item2> <ex:item2>item four</ex:item2> <ex:item3>item five</ex:item3> <ex:item3>item six</ex:item3> </ex:bareVector> </ex:echoBareVector> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoBareVector xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:bareVector> <p339:item1>item one</p339:item1> <p339:item1>item two</p339:item1> <p339:item2>item three</p339:item2> <p339:item2>item four</p339:item2> <p339:item3>item five</p339:item3> <p339:item3>item six</p339:item3> </p339:bareVector> </p339:echoBareVector> </soapenv:Body> </soapenv:Envelope> |
|||
BareVector | BareVector02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bareVector 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:item1>item one</ex:item1> <ex:item1>item two</ex:item1> <ex:item3>item three</ex:item3> <ex:item3>item four</ex:item3> </ex:bareVector> </ex:echoBareVector> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoBareVector xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:bareVector> <p339:item1>item one</p339:item1> <p339:item1>item two</p339:item1> <p339:item3>item three</p339:item3> <p339:item3>item four</p339:item3> </p339:bareVector> </p339:echoBareVector> </soapenv:Body> </soapenv:Envelope> |
|||
BareVector | BareVector03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bareVector 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:item2>item one</ex:item2> <ex:item2>item two</ex:item2> <ex:item2>item three</ex:item2> <ex:item2>item four</ex:item2> <ex:item3>item five</ex:item3> <ex:item3>item six</ex:item3> </ex:bareVector> </ex:echoBareVector> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoBareVector xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:bareVector> <p339:item2>item one</p339:item2> <p339:item2>item two</p339:item2> <p339:item2>item three</p339:item2> <p339:item2>item four</p339:item2> <p339:item3>item five</p339:item3> <p339:item3>item six</p339:item3> </p339:bareVector> </p339:echoBareVector> </soapenv:Body> </soapenv:Envelope> |
|||
BareVector | BareVector04 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bareVector 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:item1>item one</ex:item1> <ex:item1>item two</ex:item1> <ex:item2>item three</ex:item2> <ex:item2>item four</ex:item2> </ex:bareVector> </ex:echoBareVector> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoBareVector xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:bareVector> <p339:item1>item one</p339:item1> <p339:item1>item two</p339:item1> <p339:item2>item three</p339:item2> <p339:item2>item four</p339:item2> </p339:bareVector> </p339:echoBareVector> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeSequenceExtension | ComplexTypeSequenceExtension01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeSequenceExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:complexTypeSequenceExtension 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:name>Mary</ex:name> <ex:description>tall</ex:description> </ex:complexTypeSequenceExtension> </ex:echoComplexTypeSequenceExtension> </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:echoComplexTypeSequenceExtension xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:complexTypeSequenceExtension> <p339:name>Mary</p339:name> <p339:description>tall</p339:description> </p339:complexTypeSequenceExtension> </p339:echoComplexTypeSequenceExtension> </soapenv:Body> </soapenv:Envelope> |
|||
TypeSubstitutionUsingXsiType | TypeSubstitutionUsingXsiType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoTypeSubstitutionUsingXsiType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:assembly 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:part> <ex:number>p1</ex:number> </ex:part> <ex:part xsi:type="ex:Part2"> <ex:number>p2</ex:number> <ex:description>extended part</ex:description> </ex:part> </ex:assembly> </ex:echoTypeSubstitutionUsingXsiType> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoTypeSubstitutionUsingXsiType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:assembly> <p339:part> <p339:number>p1</p339:number> </p339:part> <p339:part xsi:type="p339:Part2"> <p339:number>p2</p339:number> <p339:description>extended part</p339:description> </p339:part> </p339:assembly> </p339:echoTypeSubstitutionUsingXsiType> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccurs1 | SequenceMinOccurs101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceMinOccurs1 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:sequenceMinOccurs1item>item1</ex:sequenceMinOccurs1item> </ex:sequenceMinOccurs1> </ex:echoSequenceMinOccurs1> </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:echoSequenceMinOccurs1 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceMinOccurs1> <p339:sequenceMinOccurs1item>item1</p339:sequenceMinOccurs1item> </p339:sequenceMinOccurs1> </p339:echoSequenceMinOccurs1> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMaxOccurs1 | SequenceMaxOccurs101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:myAgeDetails 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:myAge>44</ex:myAge> </ex:myAgeDetails> </ex:echoSequenceMaxOccurs1> </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:echoSequenceMaxOccurs1 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:myAgeDetails> <p339:myAge>44</p339:myAge> </p339:myAgeDetails> </p339:echoSequenceMaxOccurs1> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMaxOccurs1 | SequenceMaxOccurs102 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:myAgeDetails 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:myAge>4</ex:myAge> </ex:myAgeDetails> </ex:echoSequenceMaxOccurs1> </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:echoSequenceMaxOccurs1 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:myAgeDetails> <p339:myAge>4</p339:myAge> </p339:myAgeDetails> </p339:echoSequenceMaxOccurs1> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationList 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:echoElementMinOccurs0MaxOccursUnbounded> </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:echoElementMinOccurs0MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:durationList/> </p339:echoElementMinOccurs0MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded102 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationList 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:durationValue>24</ex:durationValue> <ex:durationValue>34</ex:durationValue> <ex:durationValue>44</ex:durationValue> </ex:durationList> </ex:echoElementMinOccurs0MaxOccursUnbounded> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoElementMinOccurs0MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:durationList> <p339:durationValue>24</p339:durationValue> <p339:durationValue>34</p339:durationValue> <p339:durationValue>44</p339:durationValue> </p339:durationList> </p339:echoElementMinOccurs0MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccurs0MaxOccursUnbounded | SequenceMinOccurs0MaxOccursUnbounded101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationListSequence 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:durationVal>44</ex:durationVal> <ex:durationPercentage>33</ex:durationPercentage> <ex:durationVal>24</ex:durationVal> <ex:durationPercentage>45</ex:durationPercentage> <ex:durationVal>64</ex:durationVal> <ex:durationPercentage>22</ex:durationPercentage> </ex:durationListSequence> </ex:echoSequenceMinOccurs0MaxOccursUnbounded> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMinOccurs0MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationListSequence xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:durationVal>44</ex:durationVal> <ex:durationPercentage>33</ex:durationPercentage> <ex:durationVal>24</ex:durationVal> <ex:durationPercentage>45</ex:durationPercentage> <ex:durationVal>64</ex:durationVal> <ex:durationPercentage>22</ex:durationPercentage> </ex:durationListSequence> </p339:echoSequenceMinOccurs0MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccurs0MaxOccursUnbounded | SequenceMinOccurs0MaxOccursUnbounded102 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationListSequence 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:echoSequenceMinOccurs0MaxOccursUnbounded> </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:echoSequenceMinOccurs0MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationListSequence xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </p339:echoSequenceMinOccurs0MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:ageList 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:ageValue>44</ex:ageValue> </ex:ageList> </ex:echoElementMinOccurs1MaxOccursUnbounded> </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:echoElementMinOccurs1MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:ageList> <p339:ageValue>44</p339:ageValue> </p339:ageList> </p339:echoElementMinOccurs1MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded102 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:ageList 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:ageValue>24</ex:ageValue> <ex:ageValue>34</ex:ageValue> <ex:ageValue>44</ex:ageValue> </ex:ageList> </ex:echoElementMinOccurs1MaxOccursUnbounded> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoElementMinOccurs1MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:ageList> <p339:ageValue>24</p339:ageValue> <p339:ageValue>34</p339:ageValue> <p339:ageValue>44</p339:ageValue> </p339:ageList> </p339:echoElementMinOccurs1MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccurs1MaxOccursUnbounded | SequenceMinOccurs1MaxOccursUnbounded101 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:ageListSequence 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:ageVal>44</ex:ageVal> <ex:agePercentage>33</ex:agePercentage> <ex:ageVal>24</ex:ageVal> <ex:agePercentage>45</ex:agePercentage> <ex:ageVal>64</ex:ageVal> <ex:agePercentage>22</ex:agePercentage> </ex:ageListSequence> </ex:echoSequenceMinOccurs1MaxOccursUnbounded> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMinOccurs1MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:ageListSequence xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:ageVal>44</ex:ageVal> <ex:agePercentage>33</ex:agePercentage> <ex:ageVal>24</ex:ageVal> <ex:agePercentage>45</ex:agePercentage> <ex:ageVal>64</ex:ageVal> <ex:agePercentage>22</ex:agePercentage> </ex:ageListSequence> </p339:echoSequenceMinOccurs1MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccurs1MaxOccursUnbounded | SequenceMinOccurs1MaxOccursUnbounded102 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:ageListSequence 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:ageVal>44</ex:ageVal> <ex:agePercentage>33</ex:agePercentage> </ex:ageListSequence> </ex:echoSequenceMinOccurs1MaxOccursUnbounded> </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:echoSequenceMinOccurs1MaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:ageListSequence xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:ageVal>44</ex:ageVal> <ex:agePercentage>33</ex:agePercentage> </ex:ageListSequence> </p339:echoSequenceMinOccurs1MaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMaxOccursUnbounded | SequenceMaxOccursUnbounded01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bookPublications 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:pubDate>2002-09-24</ex:pubDate> <ex:pubISBN>1-55960-907-6</ex:pubISBN> <ex:pubDate>2003-04-14</ex:pubDate> <ex:pubISBN>1-25466-908-6</ex:pubISBN> <ex:pubDate>2004-03-31</ex:pubDate> <ex:pubISBN>1-35460-909-6</ex:pubISBN> <ex:pubDate>2005-06-04</ex:pubDate> <ex:pubISBN>1-54560-910-6</ex:pubISBN> <ex:pubDate>2006-07-03</ex:pubDate> <ex:pubISBN>1-74869-911-6</ex:pubISBN> </ex:bookPublications> </ex:echoSequenceMaxOccursUnbounded> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bookPublications xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:pubDate>2002-09-24</ex:pubDate> <ex:pubISBN>1-55960-907-6</ex:pubISBN> <ex:pubDate>2003-04-14</ex:pubDate> <ex:pubISBN>1-25466-908-6</ex:pubISBN> <ex:pubDate>2004-03-31</ex:pubDate> <ex:pubISBN>1-35460-909-6</ex:pubISBN> <ex:pubDate>2005-06-04</ex:pubDate> <ex:pubISBN>1-54560-910-6</ex:pubISBN> <ex:pubDate>2006-07-03</ex:pubDate> <ex:pubISBN>1-74869-911-6</ex:pubISBN> </ex:bookPublications> </p339:echoSequenceMaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMaxOccursUnbounded | SequenceMaxOccursUnbounded02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bookPublications 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:pubDate>2006-01-26</ex:pubDate> <ex:pubISBN>1-44795-912-6</ex:pubISBN> </ex:bookPublications> </ex:echoSequenceMaxOccursUnbounded> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMaxOccursUnbounded xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:bookPublications xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:pubDate>2006-01-26</ex:pubDate> <ex:pubISBN>1-44795-912-6</ex:pubISBN> </ex:bookPublications> </p339:echoSequenceMaxOccursUnbounded> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMaxOccursFinite | SequenceMaxOccursFinite01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:winter 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:mnth>November</ex:mnth> <ex:weather>Rain</ex:weather> <ex:mnth>December</ex:mnth> <ex:weather>Snow</ex:weather> <ex:mnth>January</ex:mnth> <ex:weather>Snow</ex:weather> <ex:mnth>February</ex:mnth> <ex:weather>Rain</ex:weather> </ex:winter> </ex:echoSequenceMaxOccursFinite> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMaxOccursFinite xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:winter xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:mnth>November</ex:mnth> <ex:weather>Rain</ex:weather> <ex:mnth>December</ex:mnth> <ex:weather>Snow</ex:weather> <ex:mnth>January</ex:mnth> <ex:weather>Snow</ex:weather> <ex:mnth>February</ex:mnth> <ex:weather>Rain</ex:weather> </ex:winter> </p339:echoSequenceMaxOccursFinite> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMaxOccursFinite | SequenceMaxOccursFinite02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:winter 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:mnth>December</ex:mnth> <ex:weather>Snow</ex:weather> </ex:winter> </ex:echoSequenceMaxOccursFinite> </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:echoSequenceMaxOccursFinite xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:winter xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:mnth>December</ex:mnth> <ex:weather>Snow</ex:weather> </ex:winter> </p339:echoSequenceMaxOccursFinite> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccurs0 | SequenceMinOccurs001 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceMinOccurs0 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:firstName>Paul</ex:firstName> <ex:middleName>Sumner</ex:middleName> <ex:lastName>Downey</ex:lastName> </ex:sequenceMinOccurs0> </ex:echoSequenceMinOccurs0> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMinOccurs0 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceMinOccurs0> <p339:firstName>Paul</p339:firstName> <p339:middleName>Sumner</p339:middleName> <p339:lastName>Downey</p339:lastName> </p339:sequenceMinOccurs0> </p339:echoSequenceMinOccurs0> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccurs0 | SequenceMinOccurs002 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceMinOccurs0 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:echoSequenceMinOccurs0> </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:echoSequenceMinOccurs0 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceMinOccurs0> <p339:firstName xsi:nil="true"/> <p339:middleName xsi:nil="true"/> <p339:lastName xsi:nil="true"/> </p339:sequenceMinOccurs0> </p339:echoSequenceMinOccurs0> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceSequenceElement | SequenceSequenceElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceSequenceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceSequenceElement 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:firstName>Paul</ex:firstName> </ex:sequenceSequenceElement> </ex:echoSequenceSequenceElement> </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:echoSequenceSequenceElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceSequenceElement> <p339:firstName>Paul</p339:firstName> <p339:middleName xsi:nil="true"/> <p339:lastName xsi:nil="true"/> </p339:sequenceSequenceElement> </p339:echoSequenceSequenceElement> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceSequenceElement | SequenceSequenceElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceSequenceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceSequenceElement 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:firstName>Paul</ex:firstName> <ex:middleName>Sumner</ex:middleName> </ex:sequenceSequenceElement> </ex:echoSequenceSequenceElement> </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:echoSequenceSequenceElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceSequenceElement> <p339:firstName>Paul</p339:firstName> <p339:middleName>Sumner</p339:middleName> <p339:lastName xsi:nil="true"/> </p339:sequenceSequenceElement> </p339:echoSequenceSequenceElement> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceSequenceElement | SequenceSequenceElement03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceSequenceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:sequenceSequenceElement 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:firstName>Paul</ex:firstName> <ex:middleName>Sumner</ex:middleName> <ex:lastName>Downey</ex:lastName> </ex:sequenceSequenceElement> </ex:echoSequenceSequenceElement> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceSequenceElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:sequenceSequenceElement> <p339:firstName>Paul</p339:firstName> <p339:middleName>Sumner</p339:middleName> <p339:lastName>Downey</p339:lastName> </p339:sequenceSequenceElement> </p339:echoSequenceSequenceElement> </soapenv:Body> </soapenv:Envelope> |
|||
DecimalSimpleTypeTotalDigits | DecimalSimpleTypeTotalDigits01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDecimalSimpleTypeTotalDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:decimalSimpleTypeTotalDigits 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">1234</ex:decimalSimpleTypeTotalDigits> </ex:echoDecimalSimpleTypeTotalDigits> </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:echoDecimalSimpleTypeTotalDigits xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:decimalSimpleTypeTotalDigits>1234</p339:decimalSimpleTypeTotalDigits> </p339:echoDecimalSimpleTypeTotalDigits> </soapenv:Body> </soapenv:Envelope> |
|||
DecimalSimpleTypeTotalDigits | DecimalSimpleTypeTotalDigits02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDecimalSimpleTypeTotalDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:decimalSimpleTypeTotalDigits 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">12345</ex:decimalSimpleTypeTotalDigits> </ex:echoDecimalSimpleTypeTotalDigits> </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:echoDecimalSimpleTypeTotalDigits xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:decimalSimpleTypeTotalDigits>12345</p339:decimalSimpleTypeTotalDigits> </p339:echoDecimalSimpleTypeTotalDigits> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeTypeReference | AttributeTypeReference01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeTypeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:attributeTypeReference number="123" 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:echoAttributeTypeReference> </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:echoAttributeTypeReference xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:attributeTypeReference number="123"/> </p339:echoAttributeTypeReference> </soapenv:Body> </soapenv:Envelope> |
|||
ElementTypeReference | ElementTypeReference01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementTypeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:elementTypeReference 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:text> <ex:referenced>foo</ex:referenced> </ex:text> </ex:elementTypeReference> </ex:echoElementTypeReference> </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:echoElementTypeReference xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:elementTypeReference> <p339:text> <p339:referenced>foo</p339:referenced> </p339:text> </p339:elementTypeReference> </p339:echoElementTypeReference> </soapenv:Body> </soapenv:Envelope> |
|||
LocalElementComplexType | LocalElementComplexType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLocalElementComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:localElementComplexType 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:name> <ex:firstName>Paul</ex:firstName> <ex:lastName>Paul</ex:lastName> </ex:name> </ex:localElementComplexType> </ex:echoLocalElementComplexType> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoLocalElementComplexType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:localElementComplexType> <p339:name> <p339:firstName>Paul</p339:firstName> <p339:lastName>Paul</p339:lastName> </p339:name> </p339:localElementComplexType> </p339:echoLocalElementComplexType> </soapenv:Body> </soapenv:Envelope> |
|||
IdExample | IdExample01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIdExample xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:idExample 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:echoIdExample> </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:echoIdExample xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:idExample string="hello"/> </p339:echoIdExample> </soapenv:Body> </soapenv:Envelope> |
|||
AnyTypeElement | AnyTypeElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyTypeElement 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:echoAnyTypeElement> </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:echoAnyTypeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyTypeElement xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </p339:echoAnyTypeElement> </soapenv:Body> </soapenv:Envelope> |
|||
AnyTypeElement | AnyTypeElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyTypeElement 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"> <foo xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/"> <bar>cheese</bar> </foo> </ex:anyTypeElement> </ex:echoAnyTypeElement> </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:echoAnyTypeElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyTypeElement xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <foo xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/"> <bar>cheese</bar> </foo> </ex:anyTypeElement> </p339:echoAnyTypeElement> </soapenv:Body> </soapenv:Envelope> |
|||
DurationElement | DurationElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationElement 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">P1Y2M3DT10H30M</ex:durationElement> </ex:echoDurationElement> </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:echoDurationElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:durationElement>P1Y2M3DT10H30M</p339:durationElement> </p339:echoDurationElement> </soapenv:Body> </soapenv:Envelope> |
|||
DurationElement | DurationElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationElement 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">-P1347M</ex:durationElement> </ex:echoDurationElement> </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:echoDurationElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:durationElement>-P1347M</p339:durationElement> </p339:echoDurationElement> </soapenv:Body> </soapenv:Envelope> |
|||
DurationElement | DurationElement03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationElement 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">P1347Y</ex:durationElement> </ex:echoDurationElement> </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:echoDurationElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:durationElement>P1347Y</p339:durationElement> </p339:echoDurationElement> </soapenv:Body> </soapenv:Envelope> |
|||
DurationElement | DurationElement04 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationElement 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">P1M</ex:durationElement> </ex:echoDurationElement> </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:echoDurationElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:durationElement>P1M</p339:durationElement> </p339:echoDurationElement> </soapenv:Body> </soapenv:Envelope> |
|||
DurationAttribute | DurationAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDurationAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:durationAttribute duration="P1M" 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:echoDurationAttribute> </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:echoDurationAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:durationAttribute duration="P1M"/> </p339:echoDurationAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
GDayElement | GDayElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gDayElement 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">---05</ex:gDayElement> </ex:echoGDayElement> </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:echoGDayElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gDayElement>---05</p339:gDayElement> </p339:echoGDayElement> </soapenv:Body> </soapenv:Envelope> |
|||
GDayAttribute | GDayAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gDayAttribute gDay="---09" 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:echoGDayAttribute> </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:echoGDayAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gDayAttribute gDay="---09"/> </p339:echoGDayAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
GMonthElement | GMonthElement01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gMonthElement 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">--02--</ex:gMonthElement> </ex:echoGMonthElement> </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:echoGMonthElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gMonthElement>--02--</p339:gMonthElement> </p339:echoGMonthElement> </soapenv:Body> </soapenv:Envelope> |
|||
GMonthElement | GMonthElement02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gMonthElement 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:gMonthElement> </ex:echoGMonthElement> </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:echoGMonthElement xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gMonthElement>--12--</p339:gMonthElement> </p339:echoGMonthElement> </soapenv:Body> </soapenv:Envelope> |
|||
GMonthAttribute | GMonthAttribute01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:gMonthAttribute gMonth="--04--" 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:echoGMonthAttribute> </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:echoGMonthAttribute xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:gMonthAttribute gMonth="--04--"/> </p339:echoGMonthAttribute> </soapenv:Body> </soapenv:Envelope> |
|||
IntEnumerationType | IntEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:intEnumerationType 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">2</ex:intEnumerationType> </ex:echoIntEnumerationType> </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:echoIntEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:intEnumerationType>2</p339:intEnumerationType> </p339:echoIntEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
ShortEnumerationType | ShortEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoShortEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:shortEnumerationType 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">11</ex:shortEnumerationType> </ex:echoShortEnumerationType> </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:echoShortEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:shortEnumerationType>11</p339:shortEnumerationType> </p339:echoShortEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
LongEnumerationType | LongEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLongEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:longEnumerationType 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">9152052</ex:longEnumerationType> </ex:echoLongEnumerationType> </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:echoLongEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:longEnumerationType>9152052</p339:longEnumerationType> </p339:echoLongEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
DoubleEnumerationType | DoubleEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDoubleEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:doubleEnumerationType 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:doubleEnumerationType> </ex:echoDoubleEnumerationType> </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:echoDoubleEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:doubleEnumerationType>1.26743233E15</p339:doubleEnumerationType> </p339:echoDoubleEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerEnumerationType | IntegerEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerEnumerationType 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">4000000</ex:integerEnumerationType> </ex:echoIntegerEnumerationType> </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:echoIntegerEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerEnumerationType>4000000</p339:integerEnumerationType> </p339:echoIntegerEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
DecimalEnumerationType | DecimalEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDecimalEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:decimalEnumerationType 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">1000.0002</ex:decimalEnumerationType> </ex:echoDecimalEnumerationType> </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:echoDecimalEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:decimalEnumerationType>1000.0002</p339:decimalEnumerationType> </p339:echoDecimalEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
FloatEnumerationType | FloatEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoFloatEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:floatEnumerationType 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:floatEnumerationType> </ex:echoFloatEnumerationType> </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:echoFloatEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:floatEnumerationType>1.26743237E15</p339:floatEnumerationType> </p339:echoFloatEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
NonNegativeIntegerEnumerationType | NonNegativeIntegerEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNonNegativeIntegerEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nonNegativeIntegerEnumerationType 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:nonNegativeIntegerEnumerationType> </ex:echoNonNegativeIntegerEnumerationType> </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:echoNonNegativeIntegerEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nonNegativeIntegerEnumerationType>12</p339:nonNegativeIntegerEnumerationType> </p339:echoNonNegativeIntegerEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
PositiveIntegerEnumerationType | PositiveIntegerEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoPositiveIntegerEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:positiveIntegerEnumerationType 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:positiveIntegerEnumerationType> </ex:echoPositiveIntegerEnumerationType> </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:echoPositiveIntegerEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:positiveIntegerEnumerationType>12</p339:positiveIntegerEnumerationType> </p339:echoPositiveIntegerEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedLongEnumerationType | UnsignedLongEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedLongEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedLongEnumerationType 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">33333333333333</ex:unsignedLongEnumerationType> </ex:echoUnsignedLongEnumerationType> </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:echoUnsignedLongEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedLongEnumerationType>33333333333333</p339:unsignedLongEnumerationType> </p339:echoUnsignedLongEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedIntEnumerationType | UnsignedIntEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedIntEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedIntEnumerationType 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">3333333333</ex:unsignedIntEnumerationType> </ex:echoUnsignedIntEnumerationType> </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:echoUnsignedIntEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedIntEnumerationType>3333333333</p339:unsignedIntEnumerationType> </p339:echoUnsignedIntEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedShortEnumerationType | UnsignedShortEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedShortEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedShortEnumerationType 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">3333</ex:unsignedShortEnumerationType> </ex:echoUnsignedShortEnumerationType> </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:echoUnsignedShortEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedShortEnumerationType>3333</p339:unsignedShortEnumerationType> </p339:echoUnsignedShortEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
TokenEnumerationType | TokenEnumerationType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoTokenEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:tokenEnumerationType 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:tokenEnumerationType> </ex:echoTokenEnumerationType> </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:echoTokenEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:tokenEnumerationType>1</p339:tokenEnumerationType> </p339:echoTokenEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
TokenEnumerationType | TokenEnumerationType02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoTokenEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:tokenEnumerationType 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">2</ex:tokenEnumerationType> </ex:echoTokenEnumerationType> </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:echoTokenEnumerationType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:tokenEnumerationType>2</p339:tokenEnumerationType> </p339:echoTokenEnumerationType> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeAll | ComplexTypeAll01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeAll xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:complexTypeAll id="6026" inStock="232" 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:name>Widget</ex:name> <ex:length>33</ex:length> <ex:shade>Light Blue</ex:shade> </ex:complexTypeAll> </ex:echoComplexTypeAll> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoComplexTypeAll xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:complexTypeAll id="6026" inStock="232"> <p339:name>Widget</p339:name> <p339:shade>Light Blue</p339:shade> <p339:length>33</p339:length> </p339:complexTypeAll> </p339:echoComplexTypeAll> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeAll | ComplexTypeAll02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeAll xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:complexTypeAll id="6026" inStock="332" 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:shade>Green</ex:shade> <ex:length>21</ex:length> <ex:name>Widget</ex:name> </ex:complexTypeAll> </ex:echoComplexTypeAll> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoComplexTypeAll xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:complexTypeAll id="6026" inStock="332"> <p339:name>Widget</p339:name> <p339:shade>Green</p339:shade> <p339:length>21</p339:length> </p339:complexTypeAll> </p339:echoComplexTypeAll> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeChoice | ComplexTypeChoice01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:fruit 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:apple>21</ex:apple> </ex:fruit> </ex:echoComplexTypeChoice> </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:echoComplexTypeChoice xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:fruit xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:apple>21</ex:apple> </ex:fruit> </p339:echoComplexTypeChoice> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeChoice | ComplexTypeChoice02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:fruit 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:orange>Two Hundred</ex:orange> </ex:fruit> </ex:echoComplexTypeChoice> </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:echoComplexTypeChoice xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:fruit xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:orange>Two Hundred</ex:orange> </ex:fruit> </p339:echoComplexTypeChoice> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeChoice | ComplexTypeChoice03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:fruit 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:banana>329</ex:banana> </ex:fruit> </ex:echoComplexTypeChoice> </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:echoComplexTypeChoice xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:fruit xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:banana>329</ex:banana> </ex:fruit> </p339:echoComplexTypeChoice> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeSequenceChoice | ComplexTypeSequenceChoice01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeSequenceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mortgage 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:amount>225000</ex:amount> <ex:repayment> <ex:years>20</ex:years> <ex:months>6</ex:months> <ex:rate>5.25</ex:rate> </ex:repayment> </ex:mortgage> </ex:echoComplexTypeSequenceChoice> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoComplexTypeSequenceChoice xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mortgage xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:amount>225000</ex:amount> <ex:repayment> <ex:years>20</ex:years> <ex:months>6</ex:months> <ex:rate>5.25</ex:rate> </ex:repayment> </ex:mortgage> </p339:echoComplexTypeSequenceChoice> </soapenv:Body> </soapenv:Envelope> |
|||
ComplexTypeSequenceChoice | ComplexTypeSequenceChoice02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoComplexTypeSequenceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mortgage 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:amount>225000</ex:amount> <ex:interestonly> <ex:years>25</ex:years> <ex:rate>5.50</ex:rate> </ex:interestonly> </ex:mortgage> </ex:echoComplexTypeSequenceChoice> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoComplexTypeSequenceChoice xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mortgage xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:amount>225000</ex:amount> <ex:interestonly> <ex:years>25</ex:years> <ex:rate>5.50</ex:rate> </ex:interestonly> </ex:mortgage> </p339:echoComplexTypeSequenceChoice> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs2MaxOccurs2 | ElementMinOccurs2MaxOccurs201 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs2MaxOccurs2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:itemColors2 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:itemColor>Red</ex:itemColor> <ex:itemColor>Yellow</ex:itemColor> </ex:itemColors2> </ex:echoElementMinOccurs2MaxOccurs2> </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:echoElementMinOccurs2MaxOccurs2 xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:itemColors2> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">Red</p339:itemColor> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">Yellow</p339:itemColor> </p339:itemColors2> </p339:echoElementMinOccurs2MaxOccurs2> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs2orMore | ElementMinOccurs2orMore01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs2orMore xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:itemColors 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:itemColor>Red</ex:itemColor> <ex:itemColor>Black</ex:itemColor> <ex:itemColor>White</ex:itemColor> <ex:itemColor>Yellow</ex:itemColor> </ex:itemColors> </ex:echoElementMinOccurs2orMore> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoElementMinOccurs2orMore xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:itemColors> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">Red</p339:itemColor> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">Black</p339:itemColor> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">White</p339:itemColor> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">Yellow</p339:itemColor> </p339:itemColors> </p339:echoElementMinOccurs2orMore> </soapenv:Body> </soapenv:Envelope> |
|||
ElementMinOccurs2orMore | ElementMinOccurs2orMore02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementMinOccurs2orMore xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:itemColors 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:itemColor>Black</ex:itemColor> <ex:itemColor>White</ex:itemColor> </ex:itemColors> </ex:echoElementMinOccurs2orMore> </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:echoElementMinOccurs2orMore xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:itemColors> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">Black</p339:itemColor> <p339:itemColor xsi:type="p339:RestrictedStringMinMaxLength">White</p339:itemColor> </p339:itemColors> </p339:echoElementMinOccurs2orMore> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeDefault | AttributeDefault01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:attributeDefault 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:echoAttributeDefault> </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:echoAttributeDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:attributeDefault/> </p339:echoAttributeDefault> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeDefault | AttributeDefault02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:attributeDefault defaultedValue="theDefaultValue" 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:echoAttributeDefault> </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:echoAttributeDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:attributeDefault defaultedValue="theDefaultValue"/> </p339:echoAttributeDefault> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeDefault | AttributeDefault03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:attributeDefault defaultedValue="" 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:echoAttributeDefault> </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:echoAttributeDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:attributeDefault defaultedValue=""/> </p339:echoAttributeDefault> </soapenv:Body> </soapenv:Envelope> |
|||
AttributeDefault | AttributeDefault04 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:attributeDefault defaultedValue="anotherValue" 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:echoAttributeDefault> </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:echoAttributeDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:attributeDefault defaultedValue="anotherValue"/> </p339:echoAttributeDefault> </soapenv:Body> </soapenv:Envelope> |
|||
GlobalElementDefault | GlobalElementDefault01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGlobalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:globalElementDefault 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:echoGlobalElementDefault> </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:echoGlobalElementDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:globalElementDefault/> </p339:echoGlobalElementDefault> </soapenv:Body> </soapenv:Envelope> |
|||
GlobalElementDefault | GlobalElementDefault02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGlobalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:globalElementDefault 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">theDefaultValue</ex:globalElementDefault> </ex:echoGlobalElementDefault> </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:echoGlobalElementDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:globalElementDefault>theDefaultValue</p339:globalElementDefault> </p339:echoGlobalElementDefault> </soapenv:Body> </soapenv:Envelope> |
|||
GlobalElementDefault | GlobalElementDefault03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoGlobalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:globalElementDefault 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">anotherValue</ex:globalElementDefault> </ex:echoGlobalElementDefault> </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:echoGlobalElementDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:globalElementDefault>anotherValue</p339:globalElementDefault> </p339:echoGlobalElementDefault> </soapenv:Body> </soapenv:Envelope> |
|||
LocalElementDefault | LocalElementDefault01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:localElementDefault 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:echoLocalElementDefault> </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:echoLocalElementDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:localElementDefault/> </p339:echoLocalElementDefault> </soapenv:Body> </soapenv:Envelope> |
|||
LocalElementDefault | LocalElementDefault02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:localElementDefault 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:text/> </ex:localElementDefault> </ex:echoLocalElementDefault> </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:echoLocalElementDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:localElementDefault> <p339:text/> </p339:localElementDefault> </p339:echoLocalElementDefault> </soapenv:Body> </soapenv:Envelope> |
|||
LocalElementDefault | LocalElementDefault03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:localElementDefault 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:text>theDefaultValue</ex:text> </ex:localElementDefault> </ex:echoLocalElementDefault> </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:echoLocalElementDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:localElementDefault> <p339:text>theDefaultValue</p339:text> </p339:localElementDefault> </p339:echoLocalElementDefault> </soapenv:Body> </soapenv:Envelope> |
|||
LocalElementDefault | LocalElementDefault04 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:localElementDefault 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:text>anotherValue</ex:text> </ex:localElementDefault> </ex:echoLocalElementDefault> </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:echoLocalElementDefault xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:localElementDefault> <p339:text>anotherValue</p339:text> </p339:localElementDefault> </p339:echoLocalElementDefault> </soapenv:Body> </soapenv:Envelope> |
|||
MixedContentType | MixedContentType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType 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:elem1>Tagged Value</ex:elem1> mixed value <ex:elem2>Tagged Value</ex:elem2> </ex:mixedContentType> </ex:echoMixedContentType> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoMixedContentType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:elem1>Tagged Value</ex:elem1> mixed value <ex:elem2>Tagged Value</ex:elem2> </ex:mixedContentType> </p339:echoMixedContentType> </soapenv:Body> </soapenv:Envelope> |
|||
MixedContentType | MixedContentType02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType 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"> some text <ex:elem1>Tagged Value</ex:elem1> more text <ex:elem2>Tagged Value</ex:elem2> </ex:mixedContentType> </ex:echoMixedContentType> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoMixedContentType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> some text <ex:elem1>Tagged Value</ex:elem1> more text <ex:elem2>Tagged Value</ex:elem2> </ex:mixedContentType> </p339:echoMixedContentType> </soapenv:Body> </soapenv:Envelope> |
|||
MixedContentType | MixedContentType03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType 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:elem1>Tagged Value</ex:elem1> mixed text value <ex:elem2>Tagged Value</ex:elem2> mixed text value </ex:mixedContentType> </ex:echoMixedContentType> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoMixedContentType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:elem1>Tagged Value</ex:elem1> mixed text value <ex:elem2>Tagged Value</ex:elem2> mixed text value </ex:mixedContentType> </p339:echoMixedContentType> </soapenv:Body> </soapenv:Envelope> |
|||
MixedContentType | MixedContentType04 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType 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"> text mixed value <ex:elem1>Tagged Value</ex:elem1> <ex:elem2>Tagged Value</ex:elem2> some more text in a mixed value </ex:mixedContentType> </ex:echoMixedContentType> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoMixedContentType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:mixedContentType xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> text mixed value <ex:elem1>Tagged Value</ex:elem1> <ex:elem2>Tagged Value</ex:elem2> some more text in a mixed value </ex:mixedContentType> </p339:echoMixedContentType> </soapenv:Body> </soapenv:Envelope> |
|||
StringSimpleTypePattern | StringSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoStringSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:stringSimpleTypePattern 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">123</ex:stringSimpleTypePattern> </ex:echoStringSimpleTypePattern> </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:echoStringSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:stringSimpleTypePattern>123</p339:stringSimpleTypePattern> </p339:echoStringSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
StringSimpleTypePattern | StringSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoStringSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:stringSimpleTypePattern 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">009</ex:stringSimpleTypePattern> </ex:echoStringSimpleTypePattern> </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:echoStringSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:stringSimpleTypePattern>009</p339:stringSimpleTypePattern> </p339:echoStringSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
IntSimpleTypePattern | IntSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:intSimpleTypePattern 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">123</ex:intSimpleTypePattern> </ex:echoIntSimpleTypePattern> </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:echoIntSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:intSimpleTypePattern>123</p339:intSimpleTypePattern> </p339:echoIntSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
IntSimpleTypePattern | IntSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:intSimpleTypePattern 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">009</ex:intSimpleTypePattern> </ex:echoIntSimpleTypePattern> </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:echoIntSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:intSimpleTypePattern>9</p339:intSimpleTypePattern> </p339:echoIntSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerSimpleTypePattern | IntegerSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerSimpleTypePattern 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">123</ex:integerSimpleTypePattern> </ex:echoIntegerSimpleTypePattern> </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:echoIntegerSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerSimpleTypePattern>123</p339:integerSimpleTypePattern> </p339:echoIntegerSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
IntegerSimpleTypePattern | IntegerSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:integerSimpleTypePattern 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">9</ex:integerSimpleTypePattern> </ex:echoIntegerSimpleTypePattern> </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:echoIntegerSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:integerSimpleTypePattern>9</p339:integerSimpleTypePattern> </p339:echoIntegerSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
LongSimpleTypePattern | LongSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:longSimpleTypePattern 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">123</ex:longSimpleTypePattern> </ex:echoLongSimpleTypePattern> </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:echoLongSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:longSimpleTypePattern>123</p339:longSimpleTypePattern> </p339:echoLongSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
LongSimpleTypePattern | LongSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:longSimpleTypePattern 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">009</ex:longSimpleTypePattern> </ex:echoLongSimpleTypePattern> </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:echoLongSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:longSimpleTypePattern>9</p339:longSimpleTypePattern> </p339:echoLongSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
DecimalSimpleTypePattern | DecimalSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDecimalSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:decimalSimpleTypePattern 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">1234.12</ex:decimalSimpleTypePattern> </ex:echoDecimalSimpleTypePattern> </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:echoDecimalSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:decimalSimpleTypePattern>1234.12</p339:decimalSimpleTypePattern> </p339:echoDecimalSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
DecimalSimpleTypePattern | DecimalSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDecimalSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:decimalSimpleTypePattern 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">9898.00</ex:decimalSimpleTypePattern> </ex:echoDecimalSimpleTypePattern> </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:echoDecimalSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:decimalSimpleTypePattern>9898.00</p339:decimalSimpleTypePattern> </p339:echoDecimalSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
FloatSimpleTypePattern | FloatSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoFloatSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:floatSimpleTypePattern 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">123</ex:floatSimpleTypePattern> </ex:echoFloatSimpleTypePattern> </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:echoFloatSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:floatSimpleTypePattern>123.0</p339:floatSimpleTypePattern> </p339:echoFloatSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
FloatSimpleTypePattern | FloatSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoFloatSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:floatSimpleTypePattern 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">009</ex:floatSimpleTypePattern> </ex:echoFloatSimpleTypePattern> </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:echoFloatSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:floatSimpleTypePattern>9.0</p339:floatSimpleTypePattern> </p339:echoFloatSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
DoubleSimpleTypePattern | DoubleSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDoubleSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:doubleSimpleTypePattern 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">123</ex:doubleSimpleTypePattern> </ex:echoDoubleSimpleTypePattern> </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:echoDoubleSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:doubleSimpleTypePattern>123.0</p339:doubleSimpleTypePattern> </p339:echoDoubleSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
DoubleSimpleTypePattern | DoubleSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDoubleSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:doubleSimpleTypePattern 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">009</ex:doubleSimpleTypePattern> </ex:echoDoubleSimpleTypePattern> </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:echoDoubleSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:doubleSimpleTypePattern>9.0</p339:doubleSimpleTypePattern> </p339:echoDoubleSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
ShortSimpleTypePattern | ShortSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:shortSimpleTypePattern 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">123</ex:shortSimpleTypePattern> </ex:echoShortSimpleTypePattern> </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:echoShortSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:shortSimpleTypePattern>123</p339:shortSimpleTypePattern> </p339:echoShortSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
ShortSimpleTypePattern | ShortSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:shortSimpleTypePattern 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">009</ex:shortSimpleTypePattern> </ex:echoShortSimpleTypePattern> </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:echoShortSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:shortSimpleTypePattern>9</p339:shortSimpleTypePattern> </p339:echoShortSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
NonNegativeIntegerSimpleTypePattern | NonNegativeIntegerSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNonNegativeIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nonNegativeIntegerSimpleTypePattern 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">123</ex:nonNegativeIntegerSimpleTypePattern> </ex:echoNonNegativeIntegerSimpleTypePattern> </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:echoNonNegativeIntegerSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nonNegativeIntegerSimpleTypePattern>123</p339:nonNegativeIntegerSimpleTypePattern> </p339:echoNonNegativeIntegerSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
NonNegativeIntegerSimpleTypePattern | NonNegativeIntegerSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoNonNegativeIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:nonNegativeIntegerSimpleTypePattern 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">009</ex:nonNegativeIntegerSimpleTypePattern> </ex:echoNonNegativeIntegerSimpleTypePattern> </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:echoNonNegativeIntegerSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:nonNegativeIntegerSimpleTypePattern>9</p339:nonNegativeIntegerSimpleTypePattern> </p339:echoNonNegativeIntegerSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
PositiveIntegerSimpleTypePattern | PositiveIntegerSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoPositiveIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:positiveIntegerSimpleTypePattern 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">123</ex:positiveIntegerSimpleTypePattern> </ex:echoPositiveIntegerSimpleTypePattern> </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:echoPositiveIntegerSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:positiveIntegerSimpleTypePattern>123</p339:positiveIntegerSimpleTypePattern> </p339:echoPositiveIntegerSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
PositiveIntegerSimpleTypePattern | PositiveIntegerSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoPositiveIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:positiveIntegerSimpleTypePattern 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">009</ex:positiveIntegerSimpleTypePattern> </ex:echoPositiveIntegerSimpleTypePattern> </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:echoPositiveIntegerSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:positiveIntegerSimpleTypePattern>9</p339:positiveIntegerSimpleTypePattern> </p339:echoPositiveIntegerSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedLongSimpleTypePattern | UnsignedLongSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedLongSimpleTypePattern 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">123</ex:unsignedLongSimpleTypePattern> </ex:echoUnsignedLongSimpleTypePattern> </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:echoUnsignedLongSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedLongSimpleTypePattern>123</p339:unsignedLongSimpleTypePattern> </p339:echoUnsignedLongSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedLongSimpleTypePattern | UnsignedLongSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedLongSimpleTypePattern 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">009</ex:unsignedLongSimpleTypePattern> </ex:echoUnsignedLongSimpleTypePattern> </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:echoUnsignedLongSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedLongSimpleTypePattern>9</p339:unsignedLongSimpleTypePattern> </p339:echoUnsignedLongSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedIntSimpleTypePattern | UnsignedIntSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedIntSimpleTypePattern 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">123</ex:unsignedIntSimpleTypePattern> </ex:echoUnsignedIntSimpleTypePattern> </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:echoUnsignedIntSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedIntSimpleTypePattern>123</p339:unsignedIntSimpleTypePattern> </p339:echoUnsignedIntSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedIntSimpleTypePattern | UnsignedIntSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedIntSimpleTypePattern 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">009</ex:unsignedIntSimpleTypePattern> </ex:echoUnsignedIntSimpleTypePattern> </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:echoUnsignedIntSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedIntSimpleTypePattern>9</p339:unsignedIntSimpleTypePattern> </p339:echoUnsignedIntSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedShortSimpleTypePattern | UnsignedShortSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedShortSimpleTypePattern 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">123</ex:unsignedShortSimpleTypePattern> </ex:echoUnsignedShortSimpleTypePattern> </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:echoUnsignedShortSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedShortSimpleTypePattern>123</p339:unsignedShortSimpleTypePattern> </p339:echoUnsignedShortSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
UnsignedShortSimpleTypePattern | UnsignedShortSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoUnsignedShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:unsignedShortSimpleTypePattern 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">009</ex:unsignedShortSimpleTypePattern> </ex:echoUnsignedShortSimpleTypePattern> </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:echoUnsignedShortSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:unsignedShortSimpleTypePattern>9</p339:unsignedShortSimpleTypePattern> </p339:echoUnsignedShortSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
DateSimpleTypePattern | DateSimpleTypePattern01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDateSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:dateSimpleTypePattern 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">2006-12-18</ex:dateSimpleTypePattern> </ex:echoDateSimpleTypePattern> </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:echoDateSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:dateSimpleTypePattern>2006-12-18</p339:dateSimpleTypePattern> </p339:echoDateSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
DateSimpleTypePattern | DateSimpleTypePattern02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDateSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:dateSimpleTypePattern 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">2007-01-01</ex:dateSimpleTypePattern> </ex:echoDateSimpleTypePattern> </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:echoDateSimpleTypePattern xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:dateSimpleTypePattern>2007-01-01</p339:dateSimpleTypePattern> </p339:echoDateSimpleTypePattern> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMinInclusive | RestrictedMinInclusive01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMinInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMinInclusive 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:restrictedMinInclusive> </ex:echoRestrictedMinInclusive> </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:echoRestrictedMinInclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMinInclusive>1</p339:restrictedMinInclusive> </p339:echoRestrictedMinInclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMinInclusive | RestrictedMinInclusive02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMinInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMinInclusive 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">2</ex:restrictedMinInclusive> </ex:echoRestrictedMinInclusive> </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:echoRestrictedMinInclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMinInclusive>2</p339:restrictedMinInclusive> </p339:echoRestrictedMinInclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMaxInclusive | RestrictedMaxInclusive01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMaxInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMaxInclusive 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:restrictedMaxInclusive> </ex:echoRestrictedMaxInclusive> </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:echoRestrictedMaxInclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMaxInclusive>1</p339:restrictedMaxInclusive> </p339:echoRestrictedMaxInclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMaxInclusive | RestrictedMaxInclusive02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMaxInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMaxInclusive 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">3</ex:restrictedMaxInclusive> </ex:echoRestrictedMaxInclusive> </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:echoRestrictedMaxInclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMaxInclusive>3</p339:restrictedMaxInclusive> </p339:echoRestrictedMaxInclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMinExclusive | RestrictedMinExclusive01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMinExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMinExclusive 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">2</ex:restrictedMinExclusive> </ex:echoRestrictedMinExclusive> </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:echoRestrictedMinExclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMinExclusive>2</p339:restrictedMinExclusive> </p339:echoRestrictedMinExclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMinExclusive | RestrictedMinExclusive02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMinExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMinExclusive 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">3</ex:restrictedMinExclusive> </ex:echoRestrictedMinExclusive> </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:echoRestrictedMinExclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMinExclusive>3</p339:restrictedMinExclusive> </p339:echoRestrictedMinExclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMaxExclusive | RestrictedMaxExclusive01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMaxExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMaxExclusive 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:restrictedMaxExclusive> </ex:echoRestrictedMaxExclusive> </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:echoRestrictedMaxExclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMaxExclusive>1</p339:restrictedMaxExclusive> </p339:echoRestrictedMaxExclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMaxExclusive | RestrictedMaxExclusive02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMaxExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMaxExclusive 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">2</ex:restrictedMaxExclusive> </ex:echoRestrictedMaxExclusive> </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:echoRestrictedMaxExclusive xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMaxExclusive>2</p339:restrictedMaxExclusive> </p339:echoRestrictedMaxExclusive> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedLength | RestrictedLength01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedLength 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">en</ex:restrictedLength> </ex:echoRestrictedLength> </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:echoRestrictedLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedLength>en</p339:restrictedLength> </p339:echoRestrictedLength> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedLength | RestrictedLength02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedLength 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">FR</ex:restrictedLength> </ex:echoRestrictedLength> </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:echoRestrictedLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedLength>FR</p339:restrictedLength> </p339:echoRestrictedLength> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMaxLength | RestrictedMaxLength01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMaxLength 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">AUSTRALIA</ex:restrictedMaxLength> </ex:echoRestrictedMaxLength> </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:echoRestrictedMaxLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMaxLength>AUSTRALIA</p339:restrictedMaxLength> </p339:echoRestrictedMaxLength> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMaxLength | RestrictedMaxLength02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMaxLength 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">N AMERICA</ex:restrictedMaxLength> </ex:echoRestrictedMaxLength> </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:echoRestrictedMaxLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMaxLength>N AMERICA</p339:restrictedMaxLength> </p339:echoRestrictedMaxLength> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMinLength | RestrictedMinLength01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMinLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMinLength 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">AUS</ex:restrictedMinLength> </ex:echoRestrictedMinLength> </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:echoRestrictedMinLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMinLength>AUS</p339:restrictedMinLength> </p339:echoRestrictedMinLength> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedMinLength | RestrictedMinLength02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedMinLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedMinLength 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">GB</ex:restrictedMinLength> </ex:echoRestrictedMinLength> </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:echoRestrictedMinLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedMinLength>GB</p339:restrictedMinLength> </p339:echoRestrictedMinLength> </soapenv:Body> </soapenv:Envelope> |
|||
AnyAttributeStrict | AnyAttributeStrict01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyAttributeStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeStrict ex:eyeColor="blue" 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeStrict> </ex:echoAnyAttributeStrict> </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:echoAnyAttributeStrict xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeStrict ex:eyeColor="blue" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeStrict> </p339:echoAnyAttributeStrict> </soapenv:Body> </soapenv:Envelope> |
|||
AnyAttributeStrict | AnyAttributeStrict02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyAttributeStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeStrict ex:eyeColor="blue" 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeStrict> </ex:echoAnyAttributeStrict> </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:echoAnyAttributeStrict xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeStrict ex:eyeColor="blue" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeStrict> </p339:echoAnyAttributeStrict> </soapenv:Body> </soapenv:Envelope> |
|||
AnyAttributeStrict | AnyAttributeStrict03 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyAttributeStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeStrict ex:eyeColor="blue" ex:hairColor="green" 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeStrict> </ex:echoAnyAttributeStrict> </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:echoAnyAttributeStrict xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeStrict ex:eyeColor="blue" ex:hairColor="green" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeStrict> </p339:echoAnyAttributeStrict> </soapenv:Body> </soapenv:Envelope> |
|||
AnyAttributeSkip | AnyAttributeSkip01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyAttributeSkip xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeSkip eyeColor="blue" 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeSkip> </ex:echoAnyAttributeSkip> </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:echoAnyAttributeSkip xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeSkip eyeColor="blue" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeSkip> </p339:echoAnyAttributeSkip> </soapenv:Body> </soapenv:Envelope> |
|||
AnyAttributeLax | AnyAttributeLax01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoAnyAttributeLax xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeLax eyeColor="blue" 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeLax> </ex:echoAnyAttributeLax> </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:echoAnyAttributeLax xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:anyAttributeLax eyeColor="blue" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:anyAttributeLax> </p339:echoAnyAttributeLax> </soapenv:Body> </soapenv:Envelope> |
|||
ExtendedSequenceStrict | ExtendedSequenceStrict01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoExtendedSequenceStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:extendedSequenceStrict 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:extendedSequenceStrict> </ex:echoExtendedSequenceStrict> </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:echoExtendedSequenceStrict xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:extendedSequenceStrict> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> </p339:extendedSequenceStrict> </p339:echoExtendedSequenceStrict> </soapenv:Body> </soapenv:Envelope> |
|||
ExtendedSequenceStrict | ExtendedSequenceStrict02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoExtendedSequenceStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:extendedSequenceStrict 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> <ex:extension> <ex:middleName>William</ex:middleName> <ex:title>Mr</ex:title> </ex:extension> </ex:extendedSequenceStrict> </ex:echoExtendedSequenceStrict> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoExtendedSequenceStrict xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:extendedSequenceStrict> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> <p339:extension> <ex:middleName xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">William</ex:middleName> <ex:title xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Mr</ex:title> </p339:extension> </p339:extendedSequenceStrict> </p339:echoExtendedSequenceStrict> </soapenv:Body> </soapenv:Envelope> |
|||
ExtendedSequenceLax | ExtendedSequenceLax01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoExtendedSequenceLax xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:extendedSequenceLax 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:extendedSequenceLax> </ex:echoExtendedSequenceLax> </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:echoExtendedSequenceLax xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:extendedSequenceLax> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> </p339:extendedSequenceLax> </p339:echoExtendedSequenceLax> </soapenv:Body> </soapenv:Envelope> |
|||
ExtendedSequenceLax | ExtendedSequenceLax02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoExtendedSequenceLax xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:extendedSequenceLax 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> <ex:extension> <ex:middleName>William</ex:middleName> <ex:title>Mr</ex:title> </ex:extension> </ex:extendedSequenceLax> </ex:echoExtendedSequenceLax> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoExtendedSequenceLax xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:extendedSequenceLax> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> <p339:extension> <ex:middleName xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">William</ex:middleName> <ex:title xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Mr</ex:title> </p339:extension> </p339:extendedSequenceLax> </p339:echoExtendedSequenceLax> </soapenv:Body> </soapenv:Envelope> |
|||
ExtendedSequenceSkip | ExtendedSequenceSkip01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoExtendedSequenceSkip xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:extendedSequenceSkip 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> </ex:extendedSequenceSkip> </ex:echoExtendedSequenceSkip> </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:echoExtendedSequenceSkip xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:extendedSequenceSkip> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> </p339:extendedSequenceSkip> </p339:echoExtendedSequenceSkip> </soapenv:Body> </soapenv:Envelope> |
|||
ExtendedSequenceSkip | ExtendedSequenceSkip02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoExtendedSequenceSkip xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:extendedSequenceSkip 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:firstName>Bobby</ex:firstName> <ex:lastName>Sox</ex:lastName> <ex:extension> <ex:middleName>William</ex:middleName> <ex:title>Mr</ex:title> </ex:extension> </ex:extendedSequenceSkip> </ex:echoExtendedSequenceSkip> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoExtendedSequenceSkip xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:extendedSequenceSkip> <p339:firstName>Bobby</p339:firstName> <p339:lastName>Sox</p339:lastName> <p339:extension> <ex:middleName xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">William</ex:middleName> <ex:title xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Mr</ex:title> </p339:extension> </p339:extendedSequenceSkip> </p339:echoExtendedSequenceSkip> </soapenv:Body> </soapenv:Envelope> |
|||
ElementTypeDefaultNamespace | ElementTypeDefaultNamespace01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementTypeDefaultNamespace xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:stringElementDefaultNamespace 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:echoElementTypeDefaultNamespace> </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:echoElementTypeDefaultNamespace xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:stringElementDefaultNamespace/> </p339:echoElementTypeDefaultNamespace> </soapenv:Body> </soapenv:Envelope> |
|||
ElementTypeDefaultNamespace | ElementTypeDefaultNamespace02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoElementTypeDefaultNamespace xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:stringElementDefaultNamespace 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">This is a string!</ex:stringElementDefaultNamespace> </ex:echoElementTypeDefaultNamespace> </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:echoElementTypeDefaultNamespace xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:stringElementDefaultNamespace>This is a string!</p339:stringElementDefaultNamespace> </p339:echoElementTypeDefaultNamespace> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedStringMinLength | RestrictedStringMinLength01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedStringMinLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedStringMinLength 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">String Value</ex:restrictedStringMinLength> </ex:echoRestrictedStringMinLength> </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:echoRestrictedStringMinLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedStringMinLength>String Value</p339:restrictedStringMinLength> </p339:echoRestrictedStringMinLength> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedStringMaxLength | RestrictedStringMaxLength01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedStringMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedStringMaxLength 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">String Value</ex:restrictedStringMaxLength> </ex:echoRestrictedStringMaxLength> </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:echoRestrictedStringMaxLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedStringMaxLength>String Value</p339:restrictedStringMaxLength> </p339:echoRestrictedStringMaxLength> </soapenv:Body> </soapenv:Envelope> |
|||
RestrictedStringMinMaxLength | RestrictedStringMinMaxLength01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoRestrictedStringMinMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:restrictedStringMinMaxLength 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">String Value 2</ex:restrictedStringMinMaxLength> </ex:echoRestrictedStringMinMaxLength> </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:echoRestrictedStringMinMaxLength xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:restrictedStringMinMaxLength>String Value 2</p339:restrictedStringMinMaxLength> </p339:echoRestrictedStringMinMaxLength> </soapenv:Body> </soapenv:Envelope> |
|||
SimpleTypeAttributes | SimpleTypeAttributes01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSimpleTypeAttributes xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:simpleTypeAttributes a1="foo" a2="bar" 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:simpleTypeAttributes> </ex:echoSimpleTypeAttributes> </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:echoSimpleTypeAttributes xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:simpleTypeAttributes a1="foo" a2="bar">hello</p339:simpleTypeAttributes> </p339:echoSimpleTypeAttributes> </soapenv:Body> </soapenv:Envelope> |
|||
ExtendedSimpleType | ExtendedSimpleType01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoExtendedSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:extendedSimpleType 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:extendedSimpleType> </ex:echoExtendedSimpleType> </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:echoExtendedSimpleType xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:extendedSimpleType>hello</p339:extendedSimpleType> </p339:echoExtendedSimpleType> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccursFinite | SequenceMinOccursFinite01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:articleColors 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:articleColor>Red</ex:articleColor> <ex:articleContrast>Bright</ex:articleContrast> <ex:articleColor>Black</ex:articleColor> <ex:articleContrast>Bright</ex:articleContrast> <ex:articleColor>White</ex:articleColor> <ex:articleContrast>Low</ex:articleContrast> <ex:articleColor>Yellow</ex:articleColor> <ex:articleContrast>Normal</ex:articleContrast> </ex:articleColors> </ex:echoSequenceMinOccursFinite> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMinOccursFinite xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:articleColors xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:articleColor>Red</ex:articleColor> <ex:articleContrast>Bright</ex:articleContrast> <ex:articleColor>Black</ex:articleColor> <ex:articleContrast>Bright</ex:articleContrast> <ex:articleColor>White</ex:articleColor> <ex:articleContrast>Low</ex:articleContrast> <ex:articleColor>Yellow</ex:articleColor> <ex:articleContrast>Normal</ex:articleContrast> </ex:articleColors> </p339:echoSequenceMinOccursFinite> </soapenv:Body> </soapenv:Envelope> |
|||
SequenceMinOccursFinite | SequenceMinOccursFinite02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoSequenceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:articleColors 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:articleColor>Black</ex:articleColor> <ex:articleContrast>Normal</ex:articleContrast> <ex:articleColor>White</ex:articleColor> <ex:articleContrast>Bright</ex:articleContrast> </ex:articleColors> </ex:echoSequenceMinOccursFinite> </env:Body> </env:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> <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:echoSequenceMinOccursFinite xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:articleColors xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ex:articleColor>Black</ex:articleColor> <ex:articleContrast>Normal</ex:articleContrast> <ex:articleColor>White</ex:articleColor> <ex:articleContrast>Bright</ex:articleContrast> </ex:articleColors> </p339:echoSequenceMinOccursFinite> </soapenv:Body> </soapenv:Envelope> |
|||
DecimalSimpleTypeFractionDigits | DecimalSimpleTypeFractionDigits01 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDecimalSimpleTypeFractionDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:decimalSimpleTypeFractionDigits 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">1234.00</ex:decimalSimpleTypeFractionDigits> </ex:echoDecimalSimpleTypeFractionDigits> </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:echoDecimalSimpleTypeFractionDigits xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:decimalSimpleTypeFractionDigits>1234.00</p339:decimalSimpleTypeFractionDigits> </p339:echoDecimalSimpleTypeFractionDigits> </soapenv:Body> </soapenv:Envelope> |
|||
DecimalSimpleTypeFractionDigits | DecimalSimpleTypeFractionDigits02 | 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.25 2008/12/05 13:47:14 ylafon Exp $--> <ex:echoDecimalSimpleTypeFractionDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <ex:decimalSimpleTypeFractionDigits 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">1234</ex:decimalSimpleTypeFractionDigits> </ex:echoDecimalSimpleTypeFractionDigits> </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:echoDecimalSimpleTypeFractionDigits xmlns:p339="http://www.w3.org/2002/ws/databinding/examples/6/09/"> <p339:decimalSimpleTypeFractionDigits>1234</p339:decimalSimpleTypeFractionDigits> </p339:echoDecimalSimpleTypeFractionDigits> </soapenv:Body> </soapenv:Envelope> |
Unless otherwise stated, all test cases, documents and supporting code are copyright © W3C and are licensed for use under the W3C Document License.
Copyright © 2006-2007 W3C ® ( MIT , ERCIM , Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.