You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/08/19 10:03:31 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output XSD_anyURI.expected XSD_anyURI2_ServerResponse.expected XSD_anyURI_ServerResponse.expected

dicka       2005/08/19 01:03:31

  Modified:    c/tests/auto_build/testcases/output XSD_anyURI.expected
                        XSD_anyURI2_ServerResponse.expected
                        XSD_anyURI_ServerResponse.expected
  Log:
  Correct unit test server responses for some of the XSD testcases.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.4       +1 -0      ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI.expected
  
  Index: XSD_anyURI.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI.expected,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSD_anyURI.expected	8 Aug 2005 13:12:40 -0000	1.3
  +++ XSD_anyURI.expected	19 Aug 2005 08:03:31 -0000	1.4
  @@ -1,4 +1,5 @@
   non-nillable element=http://www.xyz.com
  +empty non-nillable element=<empty>
   required attribute=http://www.xyz.com
   array of 2 elements
     element[0]=http://www.xyz.com
  
  
  
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI2_ServerResponse.expected
  
  Index: XSD_anyURI2_ServerResponse.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI2_ServerResponse.expected,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSD_anyURI2_ServerResponse.expected	1 Aug 2005 09:39:59 -0000	1.1
  +++ XSD_anyURI2_ServerResponse.expected	19 Aug 2005 08:03:31 -0000	1.2
  @@ -185,4 +185,5 @@
   </ns1:asComplexTypeResponse>
   </SOAP-ENV:Body>
   </SOAP-ENV:Envelope>
  +0
   
  
  
  
  1.3       +4 -73     ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI_ServerResponse.expected
  
  Index: XSD_anyURI_ServerResponse.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/XSD_anyURI_ServerResponse.expected,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSD_anyURI_ServerResponse.expected	13 Jul 2005 15:19:10 -0000	1.2
  +++ XSD_anyURI_ServerResponse.expected	19 Aug 2005 08:03:31 -0000	1.3
  @@ -6,7 +6,7 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNonNillableElementResponse xmlns="http://xsd_anyURI.test.apache.org"><nonNillableElement>A simple test message!</nonNillableElement></asNonNillableElementResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNonNillableElementResponse xmlns="http://xsd_anyURI.test.apache.org"><nonNillableElement>http://www.xyz.com</nonNillableElement></asNonNillableElementResponse></soapenv:Body></soapenv:Envelope>
   0
   
   HTTP/1.1 200 OK
  @@ -28,7 +28,7 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNonNillableElementResponse xmlns="http://xsd_anyURI.test.apache.org"><nonNillableElement>&lt;&gt;&amp;&quot;&apos;</nonNillableElement></asNonNillableElementResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asRequiredAttributeResponse xmlns="http://xsd_anyURI.test.apache.org"><RequiredAttributeElement requiredAttribute="http://www.xyz.com" /></asRequiredAttributeResponse></soapenv:Body></soapenv:Envelope>
   0
   
   HTTP/1.1 200 OK
  @@ -39,10 +39,7 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNonNillableElementResponse xmlns="http://xsd_anyURI.test.apache.org"><nonNillableElement>  	
  -some text 	
  -more text 	
  -</nonNillableElement></asNonNillableElementResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asArrayResponse xmlns="http://xsd_anyURI.test.apache.org"><arrayElement>http://www.xyz.com</arrayElement><arrayElement>http://www.xyz.com</arrayElement></asArrayResponse></soapenv:Body></soapenv:Envelope>
   0
   
   HTTP/1.1 200 OK
  @@ -53,72 +50,6 @@
   
   ###
   <?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNillableElementResponse xmlns="http://xsd_anyURI.test.apache.org"><nillableElement>A simple test message!</nillableElement></asNillableElementResponse></soapenv:Body></soapenv:Envelope>
  -0
  -
  -HTTP/1.1 200 OK
  -Server: WebSphere Application Server/5.1
  -Content-Type: text/xml; charset=utf-8
  -Content-Language: en-GB
  -Transfer-Encoding: chunked
  -
  -###
  -<?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNillableElementResponse xmlns="http://xsd_anyURI.test.apache.org"><nillableElement></nillableElement></asNillableElementResponse></soapenv:Body></soapenv:Envelope>
  -0
  -
  -HTTP/1.1 200 OK
  -Server: WebSphere Application Server/5.1
  -Content-Type: text/xml; charset=utf-8
  -Content-Language: en-GB
  -Transfer-Encoding: chunked
  -
  -###
  -<?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asNillableElementResponse xmlns="http://xsd_anyURI.test.apache.org"><nillableElement xsi:nil="true" /></asNillableElementResponse></soapenv:Body></soapenv:Envelope>
  -0
  -
  -HTTP/1.1 200 OK
  -Server: WebSphere Application Server/5.1
  -Content-Type: text/xml; charset=utf-8
  -Content-Language: en-GB
  -Transfer-Encoding: chunked
  -
  -###
  -<?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asRequiredAttributeResponse xmlns="http://xsd_anyURI.test.apache.org"><RequiredAttributeElement requiredAttribute="A simple test message!" /></asRequiredAttributeResponse></soapenv:Body></soapenv:Envelope>
  -0
  -
  -HTTP/1.1 200 OK
  -Server: WebSphere Application Server/5.1
  -Content-Type: text/xml; charset=utf-8
  -Content-Language: en-GB
  -Transfer-Encoding: chunked
  -
  -###
  -<?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asRequiredAttributeResponse xmlns="http://xsd_anyURI.test.apache.org"><RequiredAttributeElement requiredAttribute="" /></asRequiredAttributeResponse></soapenv:Body></soapenv:Envelope>
  -0
  -
  -HTTP/1.1 200 OK
  -Server: WebSphere Application Server/5.1
  -Content-Type: text/xml; charset=utf-8
  -Content-Language: en-GB
  -Transfer-Encoding: chunked
  -
  -###
  -<?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asArrayResponse xmlns="http://xsd_anyURI.test.apache.org"><arrayElement>A simple test message!</arrayElement><arrayElement>A simple test message!</arrayElement></asArrayResponse></soapenv:Body></soapenv:Envelope>
  -0
  -
  -HTTP/1.1 200 OK
  -Server: WebSphere Application Server/5.1
  -Content-Type: text/xml; charset=utf-8
  -Content-Language: en-GB
  -Transfer-Encoding: chunked
  -
  -###
  -<?xml version="1.0" encoding="utf-8"?>
  -<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asComplexTypeResponse xmlns="http://xsd_anyURI.test.apache.org"><SimpleComplexType><complexTypeElement>A simple test message!</complexTypeElement></SimpleComplexType></asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
  +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header /><soapenv:Body><asComplexTypeResponse xmlns="http://xsd_anyURI.test.apache.org"><SimpleComplexType><complexTypeElement>http://www.xyz.com</complexTypeElement></SimpleComplexType></asComplexTypeResponse></soapenv:Body></soapenv:Envelope>
   0