You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by cm...@apache.org on 2005/12/08 13:07:50 UTC

svn commit: r355078 - /webservices/axis/trunk/c/tests/auto_build/testcases/output/

Author: cmanohar
Date: Thu Dec  8 04:07:24 2005
New Revision: 355078

URL: http://svn.apache.org/viewcvs?rev=355078&view=rev
Log:
Commiting the modified request files

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice2.request
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice2.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice2.request?rev=355078&r1=355077&r2=355078&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice2.request (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice2.request Thu Dec  8 04:07:24 2005
@@ -1,16 +1,16 @@
-POST /ComplexTypeChoice1/services/Service HTTP/1.1
+POST /ComplexTypeChoice2/services/Service HTTP/1.1
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
-SOAPAction: "http://complextype.test.apache.org"
-Content-Length: 412
+SOAPAction: "XSD_byte#asComplexType"
+Content-Length: 437
+
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
+<SimpleComplexType1><field1>12345</field1>
+</SimpleComplexType1>
+</ns1:asComplexTypeRequest>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
 
-<?xml version='1.0' encoding='utf-8' ?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-<SOAP-ENV:Body>
-<ns1:myOperation xmlns:ns1="http://complextype.test.apache.org">
-<ns1:aType><ns1:field1>12345</ns1:field1>
-</ns1:aType>
-</ns1:myOperation>
-</SOAP-ENV:Body>
-</SOAP-ENV:Envelope>
-

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request?rev=355078&r1=355077&r2=355078&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request Thu Dec  8 04:07:24 2005
@@ -2,17 +2,17 @@
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
 SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 558
+Content-Length: 526
+
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
+<SimpleComplexType1><arrayElement><intArray>5</intArray>
+<intArray>6</intArray>
+<intArray xsi:nil="true"></intArray>
+</arrayElement></SimpleComplexType1>
+</ns1:asComplexTypeRequest>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
 
-<?xml version='1.0' encoding='utf-8' ?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-<SOAP-ENV:Body>
-<ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
-<SimpleComplexType1><ns1:arrayElement><ns1:intArray>5</ns1:intArray>
-<ns1:intArray>6</ns1:intArray>
-<ns1:intArray xsi:nil="true"></ns1:intArray>
-</ns1:arrayElement></SimpleComplexType1>
-</ns1:asComplexTypeRequest>
-</SOAP-ENV:Body>
-</SOAP-ENV:Envelope>
-

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request?rev=355078&r1=355077&r2=355078&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request Thu Dec  8 04:07:24 2005
@@ -2,14 +2,14 @@
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
 SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 519
+Content-Length: 503
 
 <?xml version='1.0' encoding='utf-8' ?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <SOAP-ENV:Body>
 <ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
-<SimpleComplexType><ns1:complexTypeElement><ns1:onecomplexTypeElement>65</ns1:onecomplexTypeElement>
-</ns1:complexTypeElement></SimpleComplexType>
+<SimpleComplexType><complexTypeElement><onecomplexTypeElement>65</onecomplexTypeElement>
+</complexTypeElement></SimpleComplexType>
 </ns1:asComplexTypeRequest>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request?rev=355078&r1=355077&r2=355078&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request Thu Dec  8 04:07:24 2005
@@ -1,16 +1,16 @@
 POST /ComplexTypeChoice2/services/Service HTTP/1.1
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
-SOAPAction: "http://complextype.test.apache.org"
-Content-Length: 412
+SOAPAction: "XSD_byte#asComplexType"
+Content-Length: 437
+
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
+<SimpleComplexType1><field1>hello</field1>
+</SimpleComplexType1>
+</ns1:asComplexTypeRequest>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
 
-<?xml version='1.0' encoding='utf-8' ?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-<SOAP-ENV:Body>
-<ns1:myOperation xmlns:ns1="http://complextype.test.apache.org">
-<ns1:aType><ns1:field1>hello</ns1:field1>
-</ns1:aType>
-</ns1:myOperation>
-</SOAP-ENV:Body>
-</SOAP-ENV:Envelope>
-

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request?rev=355078&r1=355077&r2=355078&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request Thu Dec  8 04:07:24 2005
@@ -1,16 +1,16 @@
-POST /ComplexTypeChoice1/services/Service HTTP/1.1
+POST /ComplexTypeChoice2/services/Service HTTP/1.1
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
-SOAPAction: "http://complextype.test.apache.org"
-Content-Length: 412
+SOAPAction: "XSD_byte#asComplexType"
+Content-Length: 437
+
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
+<SimpleComplexType1><field1>12345</field1>
+</SimpleComplexType1>
+</ns1:asComplexTypeRequest>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
 
-<?xml version='1.0' encoding='utf-8' ?>
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-<SOAP-ENV:Body>
-<ns1:myOperation xmlns:ns1="http://complextype.test.apache.org">
-<ns1:aType><ns1:field1>12345</ns1:field1>
-</ns1:aType>
-</ns1:myOperation>
-</SOAP-ENV:Body>
-</SOAP-ENV:Envelope>
-

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request?rev=355078&r1=355077&r2=355078&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request Thu Dec  8 04:07:24 2005
@@ -1,16 +1,16 @@
 POST /ComplexTypeOptionalChoice/services/Service HTTP/1.1
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
-SOAPAction: "http://complextype.test.apache.org"
-Content-Length: 419
+SOAPAction: "XSD_byte#asComplexType"
+Content-Length: 444
 
 <?xml version='1.0' encoding='utf-8' ?>
 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <SOAP-ENV:Body>
-<ns1:myOperation xmlns:ns1="http://complextype.test.apache.org">
-<ns1:aType><ns1:field1>Hello World!</ns1:field1>
-</ns1:aType>
-</ns1:myOperation>
+<ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
+<SimpleComplexType1><field1>Hello World!</field1>
+</SimpleComplexType1>
+</ns1:asComplexTypeRequest>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>