[fwd: SOAP v1.2(c) Test Collection new errors - 20030829]

----- Forwarded message from Chin Chee-Kai <cheekai@SoftML.Net> -----

> 
> Some additional errors found in SOAP v1.2(c) suite of test
> collection.  I've marked these 20030829 as these are different
> from those dated 20030826.
> 
> These are preliminary syntax and parseability test error reports.
> After removing the syntax problems, we'll see if other problems
> from the same test set surface.
> 
> Thanks.
> 
> 
> 
> Best Regards,
> Chin Chee-Kai
> SoftML
> Tel: +65-6820-2979
> Fax: +65-6743-7875
> Email: cheekai@SoftML.Net
> http://SoftML.Net/
> 
> 
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T7
> 
> Node A's Message:
> End tag 'test:echoOk' does not match the start tag 'test:Ignore'.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T8
> 
> Node A's Message:
> End tag 'test:echoOk' does not match the start tag 'test:Ignore'.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T44
> 
> Node C's Message:
> 
>          <return xsi:type="ns1"SOAPStruct"
>                  xmlns:ns1="http://example.org/ts-tests/xsd">
> 
> has typo double-quote, should probably be:
> 
>          <return xsi:type="ns1:SOAPStruct"
>                  xmlns:ns1="http://example.org/ts-tests/xsd">
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T57
> 
> Node C's Message:
> The 'return' tag was not closed properly.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T58
> 
> Node A's Message:
> End tag 'test:array' does not match the start tag 'inputIntegerArray'.
> 
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T59
> 
> Node A's Message:
> 
>    <item enc:id="data" xsi:type"xsd:string" enc:ref="#data">hello</item>
> 
> has missing "=", should probably be:
> 
>    <item enc:id="data" xsi:type="xsd:string" enc:ref="#data">hello</item>
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T64
> 
> Node A's Message:
> 
>       <!NOTATION application_xml SYSTEM
>        'http://www.isi.edu/in-notes/iana/assignments/media-types/application/xml'>
> 
> is declared outside of DTD.  As it is, this forms an XML parsing error,
> not a "DTD not supported by SOAP 1.2" error.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T65
> 
> Node A's Message:
> 
>       <!ELEMENT Envelope (Body) >
>       <!ELEMENT Body (echoOk) >
>       <!ELEMENT echoOk (#PCDATA) >
> 
> are declared outside of DTD.  As it is, this forms an XML parsing error,
> not a "DTD not supported by SOAP 1.2" error.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T73
> 
> Node C's Message:
> 
>       <return xsi:type="xsd:string">hello world</return>
> 
> references undeclared namespace prefix "xsi".
> 
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T75
> 
> Node C's Message:
> End tag 'test:resonseResolvedRef' does not match the start
> tag 'test:responseResolvedRef'.
> 
> Note the missing "s" in the end tag.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T77
> 
> Node A's Message (3rd):
> The 'inputString' tag isn't closed properly.
> 
> 
> Node C's Message (3rd):
> The 'return' tag isn't closed properly.
> 
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:T80
> 
> Node A's message has undefined namespace for prefix "test".
> Also, the attribute for the <test:echoOk> element should
> be qualified with "env", otherwise Node C should behave
> as if <env:encodingStyle> is absent and not defined with
> an incorrect value.
> 
> Suggest the following replacement:
> 
> <?xml version="1.0"?>
> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
>   <env:Body>
>     <test:echoOk env:encodingStyle="http://example.org/PoisonEncoding"
>                  xmlns:test="http://example.org/ts-tests">
>       foo
>     </test:echoOk>
>   </env:Body>
> </env:Envelope>
> 
> 
> Node C's Message:
> 
>     <env:Value>env:DataEncodingUnknown<env:/value>
> 
> has an incorrect closing tag "<env:/value>".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:SBR1-echoString (081)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>".
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:SBR1-echoInteger (083)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>".
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:SBR1-echoVoid (089)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>".
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:SBR2-echoSimpleTypesAsStruct	(096)
> 
> Node C's Message:
> 
>       <return xsi:type="ns1"SOAPStruct"
>               xmlns:ns1="http://soapinterop.org/xsd">
> 
> has incorrect double-quotation that should probably
> be a colon ":".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:SBR2-echoMeStringRequest (100)
> 
> Node A's Message (1st):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> Node A's Message (2nd):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:SBR2-echoMeStructRequest (101)
> 
> Node A's Message (1st):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> Node A's Message (2nd):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:SBR2-echoMeUnknown (102)
> 
> Node A's Message (1st):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> Node A's Message (2nd):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> Node A's Message (3rd):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> Node A's Message (4th):		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-1 (151)
> 
> Node A's Message (1st):		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node C's Message (1st):		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node A's Message (2nd):		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-3 (153)
> 
> Node C's Message:
> End tag 'm:getTimeResponse' does not match the
> start tag 'sb:getTimeResponse'.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-4 (154)
> 
> Node C's Message:
> 
>       <return xsi:type="ns1"SOAPStruct"
>               xmlns:ns1="http://soapinterop.org/xsd">
> 
> has an erraneous double-quote that should be replaced
> with a colon ":".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-5 (155)
> 
> Node A's Message:
> 
>       <env:Body
>        env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/>
> 
> has a missing double-quote after "encoding".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-6 (156)
> 
> Node A's Message:		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-9 (159)
> 
> Node A's Message:		<?xml version="1.0?>
> was not properly closed with a double-quotation mark.
> 
> 
> Node C's Message:
> 
>       <env:Value>env:DataEncodingUnknown<env:/value>
> 
> has an incorrect closing tag "<env:/value>".
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-11 (161)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-12 (162)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-13 (163)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-14 (164)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-15 (165)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-16 (166)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-17 (167)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-18 (168)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> Node C's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> Test:XMLP-19 (169)
> 
> Node A's Message:		<?xml version="1.0">
> should be closed with "?>" instead.
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
> 

----- End forwarded message -----

-- 
Carine Bournez -+- W3C Sophia-Antipolis 

Received on Friday, 5 September 2003 18:29:10 UTC