Author: nadiramra
Date: Sun Feb 22 21:26:43 2015
New Revision: 1661565
URL: http://svn.apache.org/r1661565
Log:
Test cases updates
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedSequence.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalAll.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeWithNillableSimpleElement_Request.expected
axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.cpp.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/DocLitNonwrapperTests_ClientRequest.expected
axis/axis1/c/trunk/tests/auto_build/testcases/output/DynamicAttachmentRequest.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/ElementFormDefaultTestRequest.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/MinOccursIsZeroRequest.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/NamespaceTest1Request.expected
axis/axis1/c/trunk/tests/auto_build/testcases/output/NilValuesTest.request
axis/axis1/c/trunk/tests/auto_build/testcases/output/NillableArraysRequest.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/ReplicaRequest.expected
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndNillableElementName_Request.expected
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock2Request.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock3Request.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlockRequest.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestTransportProtocolRequest.out
axis/axis1/c/trunk/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeChoiceArrayChild/servic
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 498
+Content-Length: 497
<?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:asComplexType xmlns:ns1="http://xsd_byte.test.apache.org">
-<SimpleComplexType1><arrayElement><intArray>5</intArray>
+<ns1:asComplexType
xmlns:ns1="http://xsd_byte.test.apache.org"><SimpleComplexType1><arrayElement><intArray>5</intArray>
<intArray>6</intArray>
<intArray>7</intArray>
</arrayElement></SimpleComplexType1>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceComplexChild.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeChoiceComplexChild/serv
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 489
+Content-Length: 488
<?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:asComplexType xmlns:ns1="http://xsd_byte.test.apache.org">
-<SimpleComplexType><complexTypeElement><onecomplexTypeElement>65</onecomplexTypeElement>
+<ns1:asComplexType
xmlns:ns1="http://xsd_byte.test.apache.org"><SimpleComplexType><complexTypeElement><onecomplexTypeElement>65</onecomplexTypeElement>
</complexTypeElement></SimpleComplexType>
</ns1:asComplexType>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedChoice.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeChoice2/services/Servic
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 423
+Content-Length: 422
<?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:asComplexType xmlns:ns1="http://xsd_byte.test.apache.org">
-<SimpleComplexType1><field1>hello</field1>
+<ns1:asComplexType
xmlns:ns1="http://xsd_byte.test.apache.org"><SimpleComplexType1><field1>hello</field1>
</SimpleComplexType1>
</ns1:asComplexType>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedSequence.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedSequence.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedSequence.request
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceNestedSequence.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeChoice2/services/Servic
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://complextype.test.apache.org"
-Content-Length: 448
+Content-Length: 447
<?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><field3>I am still here!</field3>
+<ns1:asComplexTypeRequest
xmlns:ns1="http://xsd_byte.test.apache.org"><SimpleComplexType1><field3>I am
still here!</field3>
</SimpleComplexType1>
</ns1:asComplexTypeRequest>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeChoiceSimple.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeChoice2/services/Servic
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 423
+Content-Length: 422
<?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:asComplexType xmlns:ns1="http://xsd_byte.test.apache.org">
-<SimpleComplexType1><field1>12345</field1>
+<ns1:asComplexType
xmlns:ns1="http://xsd_byte.test.apache.org"><SimpleComplexType1><field1>12345</field1>
</SimpleComplexType1>
</ns1:asComplexType>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalAll.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalAll.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalAll.request
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalAll.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeOptionalAll/services/Se
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://complextype.test.apache.org"
-Content-Length: 500
+Content-Length: 499
<?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:myOperation
xmlns:ns1="http://complextype.test.apache.org"><ns1:aType><ns1:field1>Hello
World!</ns1:field1>
<ns1:field2>I'm still here!</ns1:field2>
<ns1:field3>Now I go!</ns1:field3>
</ns1:aType>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeOptionalChoice.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeOptionalChoice/services
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 430
+Content-Length: 429
<?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:asComplexType xmlns:ns1="http://xsd_byte.test.apache.org">
-<SimpleComplexType1><field1>Hello World!</field1>
+<ns1:asComplexType
xmlns:ns1="http://xsd_byte.test.apache.org"><SimpleComplexType1><field1>Hello
World!</field1>
</SimpleComplexType1>
</ns1:asComplexType>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeWithNillableSimpleElement_Request.expected
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeWithNillableSimpleElement_Request.expected?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeWithNillableSimpleElement_Request.expected
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ComplexTypeWithNillableSimpleElement_Request.expected
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /axis/ComplexTypeWithNillableSimple
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "ComplexTypeWithNillableSimpleElement#echo"
-Content-Length: 443
+Content-Length: 442
<?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:echo xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:simpleComplexType><ns1:complexTypeElement>1738</ns1:complexTypeElement>
+<ns1:echo
xmlns:ns1="http://localhost/axis/Calculator"><ns1:simpleComplexType><ns1:complexTypeElement>1738</ns1:complexTypeElement>
</ns1:simpleComplexType>
</ns1:echo>
</SOAP-ENV:Body>
Modified: axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.cpp.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.cpp.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
--- axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.cpp.out
(original)
+++ axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.cpp.out Sun
Feb 22 21:26:43 2015
@@ -2,7 +2,7 @@ Calling calculator for the first time an
----------------------------------------------------------
Properties that were sent out
SOAPAction="CalculatorDoc#add"
-Content-Length=397
+Content-Length=396
----------------------------------------------------------
Properties that were received
Server=WebSphere Application Server/5.1
@@ -18,7 +18,7 @@ Calling calculator for the second time a
----------------------------------------------------------
Properties that were sent out
SOAPAction="CalculatorDoc#add"
-Content-Length=397
+Content-Length=396
Cookie=LtpaToken2=1234567890abcdefghijklmnopqrstuvwxyz;LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
----------------------------------------------------------
Properties that were received
@@ -31,7 +31,7 @@ Use a new instance of calculator and ens
----------------------------------------------------------
Properties that were sent out
SOAPAction="CalculatorDoc#add"
-Content-Length=397
+Content-Length=396
----------------------------------------------------------
Properties that were received
Server=WebSphere Application Server/5.1
@@ -45,7 +45,7 @@ Call the calculator service twice and en
----------------------------------------------------------
Properties that were sent out
SOAPAction="CalculatorDoc#add"
-Content-Length=397
+Content-Length=396
Cookie=LtpaToken2=1234567890abcdefghijklmnopqrstuvwxyz;LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
----------------------------------------------------------
Properties that were received
@@ -57,7 +57,7 @@ Transfer-Encoding=chunked
----------------------------------------------------------
Properties that were sent out
SOAPAction="CalculatorDoc#add"
-Content-Length=397
+Content-Length=396
Cookie=LtpaToken2=1234567890abcdefghijklmnopqrstuvwxyz;LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
----------------------------------------------------------
Properties that were received
@@ -71,7 +71,7 @@ Calling the service and not expecting th
----------------------------------------------------------
Properties that were sent out
SOAPAction="CalculatorDoc#add"
-Content-Length=397
+Content-Length=396
Cookie=LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
----------------------------------------------------------
Properties that were received
@@ -85,7 +85,7 @@ Calling the service and expecting no coo
----------------------------------------------------------
Properties that were sent out
SOAPAction="CalculatorDoc#add"
-Content-Length=397
+Content-Length=396
----------------------------------------------------------
Properties that were received
Server=WebSphere Application Server/5.1
Modified: axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
--- axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.request
(original)
+++ axis/axis1/c/trunk/tests/auto_build/testcases/output/Cookies.request Sun
Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /axis/CalculatorDoc HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "CalculatorDoc#add"
-Content-Length: 397
+Content-Length: 396
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
@@ -18,14 +17,13 @@ POST /axis/CalculatorDoc HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "CalculatorDoc#add"
-Content-Length: 397
+Content-Length: 396
Cookie:
LtpaToken2=1234567890abcdefghijklmnopqrstuvwxyz;LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
@@ -35,13 +33,12 @@ POST /axis/CalculatorDoc HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "CalculatorDoc#add"
-Content-Length: 397
+Content-Length: 396
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
@@ -51,14 +48,13 @@ POST /axis/CalculatorDoc HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "CalculatorDoc#add"
-Content-Length: 397
+Content-Length: 396
Cookie:
LtpaToken2=1234567890abcdefghijklmnopqrstuvwxyz;LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
@@ -68,14 +64,13 @@ POST /axis/CalculatorDoc HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "CalculatorDoc#add"
-Content-Length: 397
+Content-Length: 396
Cookie:
LtpaToken2=1234567890abcdefghijklmnopqrstuvwxyz;LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
@@ -85,14 +80,13 @@ POST /axis/CalculatorDoc HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "CalculatorDoc#add"
-Content-Length: 397
+Content-Length: 396
Cookie:
LtpaToken==+yOkBBuvLtTaiuBDkfgy3W6mZraGn7V5Dzp;JSESSIONID=0000EyvJyGOS-2e9nlRijFiwKSR:-1
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
@@ -102,13 +96,12 @@ POST /axis/CalculatorDoc HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "CalculatorDoc#add"
-Content-Length: 397
+Content-Length: 396
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/DocLitNonwrapperTests_ClientRequest.expected
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/DocLitNonwrapperTests_ClientRequest.expected?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/DocLitNonwrapperTests_ClientRequest.expected
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/DocLitNonwrapperTests_ClientRequest.expected
Sun Feb 22 21:26:43 2015
@@ -18,9 +18,9 @@ SOAPAction: ""
Content-Length: 376
<?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: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"
xmlns:ns1="http://dom.w3c.org">
<SOAP-ENV:Body>
-<ns1:Operation2Request xmlns:ns1="http://dom.w3c.org"><number1>2000</number1>
+<ns1:Operation2Request><number1>2000</number1>
</ns1:Operation2Request>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
@@ -29,10 +29,10 @@ POST /axis/Operation HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 329
+Content-Length: 360
<?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: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"
xmlns:ns1="http://dom.w3c.org">
<SOAP-ENV:Body>
<ns1:Operation3Request xmlns:ns1="http://dom.w3c.org" /></SOAP-ENV:Body>
</SOAP-ENV:Envelope>
@@ -44,9 +44,9 @@ SOAPAction: ""
Content-Length: 459
<?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: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"
xmlns:ns1="http://dom.w3c.org">
<SOAP-ENV:Body>
-<ns1:Operation4Request
xmlns:ns1="http://dom.w3c.org"><record><field1>field4444401</field1>
+<ns1:Operation4Request><record><field1>field4444401</field1>
<field2>field4444402</field2>
<field3>field4444403</field3>
</record></ns1:Operation4Request>
@@ -60,9 +60,9 @@ SOAPAction: ""
Content-Length: 459
<?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: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"
xmlns:ns1="http://dom.w3c.org">
<SOAP-ENV:Body>
-<ns1:Operation5Request
xmlns:ns1="http://dom.w3c.org"><record><field1>field5555501</field1>
+<ns1:Operation5Request><record><field1>field5555501</field1>
<field2>field5555502</field2>
<field3>field5555503</field3>
</record></ns1:Operation5Request>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/DynamicAttachmentRequest.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/DynamicAttachmentRequest.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/DynamicAttachmentRequest.out
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/DynamicAttachmentRequest.out
Sun Feb 22 21:26:43 2015
@@ -2,7 +2,7 @@ POST /DynamicAttachment/services/Dynamic
Host: localhost:13260
SOAPAction: "Trash"
Content-Type: multipart/related; type="text/xml";
boundary="------=MIME_BOUNDARY"; start="<5>"
-Content-Length: 1443
+Content-Length: 1442
--------=MIME_BOUNDARY
@@ -13,8 +13,7 @@ Content-Id: <5>
<?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:put xmlns:ns1="http://localhost/axis/DynamicAttachment">
-<arg_attachment_1 href="cid:1"/>
+<ns1:put xmlns:ns1="http://localhost/axis/DynamicAttachment"><arg_attachment_1
href="cid:1"/>
<arg_attachment_2 href="cid:12"/>
<arg_attachment_3 href="cid:3"
mypfx1:myname1="http://dynamicattachment/test.axis.apache.org"
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ElementFormDefaultTestRequest.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ElementFormDefaultTestRequest.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ElementFormDefaultTestRequest.out
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ElementFormDefaultTestRequest.out
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /axis/ElementFormDefaultTest HTTP/1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 873
+Content-Length: 872
<?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:elementFormDefaultIsUnqualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/">
-<aStringType>Hello!</aStringType>
+<ns1:elementFormDefaultIsUnqualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/"><aStringType>Hello!</aStringType>
<anIntegerType>123</anIntegerType>
<anIntegerArray>0</anIntegerArray>
<anIntegerArray>1</anIntegerArray>
@@ -26,13 +25,12 @@ POST /axis/ElementFormDefaultTest HTTP/1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 965
+Content-Length: 964
<?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:elementFormDefaultIsQualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/">
-<ns1:aStringType>Hello!</ns1:aStringType>
+<ns1:elementFormDefaultIsQualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/"><ns1:aStringType>Hello!</ns1:aStringType>
<ns1:anIntegerType>123</ns1:anIntegerType>
<ns1:anIntegerArray>0</ns1:anIntegerArray>
<ns1:anIntegerArray>1</ns1:anIntegerArray>
@@ -50,13 +48,12 @@ POST /axis/ElementFormDefaultTest HTTP/1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 952
+Content-Length: 951
<?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:nestedElementFormDefaultIsUnqualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/">
-<ElementFormDefaultIsUnqualified><aStringType>Hello!</aStringType>
+<ns1:nestedElementFormDefaultIsUnqualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/"><ElementFormDefaultIsUnqualified><aStringType>Hello!</aStringType>
<anIntegerType>123</anIntegerType>
<anIntegerArray>0</anIntegerArray>
<anIntegerArray>1</anIntegerArray>
@@ -74,13 +71,12 @@ POST /axis/ElementFormDefaultTest HTTP/1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 1048
+Content-Length: 1047
<?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:nestedElementFormDefaultIsQualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/">
-<ns1:ElementFormDefaultIsQualified><ns1:aStringType>Hello!</ns1:aStringType>
+<ns1:nestedElementFormDefaultIsQualified
xmlns:ns1="http://tempuri.org/ElementFormDefaultTest/"><ns1:ElementFormDefaultIsQualified><ns1:aStringType>Hello!</ns1:aStringType>
<ns1:anIntegerType>123</ns1:anIntegerType>
<ns1:anIntegerArray>0</ns1:anIntegerArray>
<ns1:anIntegerArray>1</ns1:anIntegerArray>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/MinOccursIsZeroRequest.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/MinOccursIsZeroRequest.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/MinOccursIsZeroRequest.out
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/MinOccursIsZeroRequest.out
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /XSD_string/services/XSD_stringSOAP
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://tempuri.org/MinOccursIsZero/NewOperation"
-Content-Length: 652
+Content-Length: 651
<?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:optionalElements xmlns:ns1="http://tempuri.org/MinOccursIsZero/">
-<stringElement>Hello!</stringElement>
+<ns1:optionalElements
xmlns:ns1="http://tempuri.org/MinOccursIsZero/"><stringElement>Hello!</stringElement>
<integerElement>123</integerElement>
<complexType><stringElement>Goodbye!</stringElement>
<integerElement>234</integerElement>
@@ -23,13 +22,12 @@ POST /XSD_string/services/XSD_stringSOAP
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://tempuri.org/MinOccursIsZero/NewOperation"
-Content-Length: 471
+Content-Length: 470
<?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:optionalElements xmlns:ns1="http://tempuri.org/MinOccursIsZero/">
-<stringElement>Hello!</stringElement>
+<ns1:optionalElements
xmlns:ns1="http://tempuri.org/MinOccursIsZero/"><stringElement>Hello!</stringElement>
<integerElement>123</integerElement>
<complexType></complexType>
</ns1:optionalElements>
@@ -40,13 +38,12 @@ POST /XSD_string/services/XSD_stringSOAP
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://tempuri.org/MinOccursIsZero/NewOperation"
-Content-Length: 368
+Content-Length: 367
<?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:optionalElements xmlns:ns1="http://tempuri.org/MinOccursIsZero/">
-</ns1:optionalElements>
+<ns1:optionalElements
xmlns:ns1="http://tempuri.org/MinOccursIsZero/"></ns1:optionalElements>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/NamespaceTest1Request.expected
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/NamespaceTest1Request.expected?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/NamespaceTest1Request.expected
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/NamespaceTest1Request.expected
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /axis/NamespaceTest HTTP/1.1
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 686
+Content-Length: 685
<?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:aBeanPortType xmlns:ns1="SimpleNonBaseType">
-<Element xmlns:ns2="SimpleType"><ns2:Time
xsi:nil="true"></ns2:Time><ns2:Boolean>false</ns2:Boolean>
+<ns1:aBeanPortType xmlns:ns1="SimpleNonBaseType"><Element
xmlns:ns2="SimpleType"><ns2:Time
xsi:nil="true"></ns2:Time><ns2:Boolean>false</ns2:Boolean>
<ns2:Byte>0</ns2:Byte>
<ns2:Calendar xsi:nil="true"></ns2:Calendar>
<ns2:Double>0</ns2:Double>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/NilValuesTest.request
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/NilValuesTest.request?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
--- axis/axis1/c/trunk/tests/auto_build/testcases/output/NilValuesTest.request
(original)
+++ axis/axis1/c/trunk/tests/auto_build/testcases/output/NilValuesTest.request
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /ComplexTypeAll/services/Service HT
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://complextype.test.apache.org"
-Content-Length: 504
+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:myOperation xmlns:ns1="http://complextype.test.apache.org">
-<ns1:aType><ns1:field1 xsi:nil="true"></ns1:field1>
+<ns1:myOperation
xmlns:ns1="http://complextype.test.apache.org"><ns1:aType><ns1:field1
xsi:nil="true"></ns1:field1>
<ns1:field2 xsi:nil="true"></ns1:field2>
<ns1:field3 xsi:nil="true"></ns1:field3>
</ns1:aType>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/NillableArraysRequest.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/NillableArraysRequest.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
Binary files - no diff available.
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ReplicaRequest.expected
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ReplicaRequest.expected?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ReplicaRequest.expected
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ReplicaRequest.expected
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /Replica/services/ReplicaImpl HTTP/
Host: 9.20.98.177:9090
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 484
+Content-Length: 483
<?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:miReplica xmlns:ns1="IAllTypesTestService">
-<iReplica xmlns:ns2="IAllTypesTestServiceReplica"><MyClass
id="1612"><Name>Tester</Name>
+<ns1:miReplica xmlns:ns1="IAllTypesTestService"><iReplica
xmlns:ns2="IAllTypesTestServiceReplica"><MyClass id="1612"><Name>Tester</Name>
<Values>AAoUHigyPEZQWg==</Values>
</MyClass></iReplica>
</ns1:miReplica>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /axis/SameComplexTypeAndElementName
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 474
+Content-Length: 473
<?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:aBeanPortTypeBase xmlns:ns1="SameComplexTypeAndElementName">
-<Element
xmlns:ns2="SameComplexTypeAsElement"><ns2:SampleBeanBoolean>false</ns2:SampleBeanBoolean>
+<ns1:aBeanPortTypeBase xmlns:ns1="SameComplexTypeAndElementName"><Element
xmlns:ns2="SameComplexTypeAsElement"><ns2:SampleBeanBoolean>false</ns2:SampleBeanBoolean>
</Element>
</ns1:aBeanPortTypeBase>
</SOAP-ENV:Body>
@@ -18,13 +17,12 @@ POST /axis/SameComplexTypeAndElementName
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 460
+Content-Length: 459
<?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:aBeanPortTypeComplex xmlns:ns1="SameComplexTypeAndElementName">
-<Element xmlns:ns2="SameComplexTypeAsElement"><ns2:Boolean>false</ns2:Boolean>
+<ns1:aBeanPortTypeComplex xmlns:ns1="SameComplexTypeAndElementName"><Element
xmlns:ns2="SameComplexTypeAsElement"><ns2:Boolean>false</ns2:Boolean>
</Element>
</ns1:aBeanPortTypeComplex>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndNillableElementName_Request.expected
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndNillableElementName_Request.expected?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndNillableElementName_Request.expected
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/SameComplexTypeAndNillableElementName_Request.expected
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /axis/SameComplexTypeAndNillableEle
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "Calculator#add"
-Content-Length: 458
+Content-Length: 457
<?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:complexTypeAndNillableElement
xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:Element><ns1:aType xsi:nil="true"></ns1:aType>
+<ns1:complexTypeAndNillableElement
xmlns:ns1="http://localhost/axis/Calculator"><ns1:Element><ns1:aType
xsi:nil="true"></ns1:aType>
</ns1:Element>
</ns1:complexTypeAndNillableElement>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock2Request.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock2Request.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock2Request.out
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock2Request.out
Sun Feb 22 21:26:43 2015
@@ -2,14 +2,13 @@ POST /MathOps/services/MathOps HTTP/1.1
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 803
+Content-Length: 802
<?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:Header><ns2:TestHeader1
xmlns:ns2="http://ws.apache.org/axisCppTest/"><Credentials1><username1>Test
User1</username1><password1>Test
Password1</password1></Credentials1></ns2:TestHeader1><ns3:TestHeader2
xmlns:ns3="http://ws.apache.org/axisCppTest/"><Credentials2><username2>Test
User2</username2><password2>Test Password2</password2><Key>Test
Key</Key></Credentials2></ns3:TestHeader2></SOAP-ENV:Header>
<SOAP-ENV:Body>
-<ns1:div xmlns:ns1="http://soapinterop.org">
-<ns1:arg_0_0>15</ns1:arg_0_0>
+<ns1:div xmlns:ns1="http://soapinterop.org"><ns1:arg_0_0>15</ns1:arg_0_0>
<ns1:arg_1_0>5</ns1:arg_1_0>
</ns1:div>
</SOAP-ENV:Body>
@@ -19,13 +18,12 @@ POST /MathOps/services/MathOps HTTP/1.1
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 388
+Content-Length: 387
<?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:div xmlns:ns1="http://soapinterop.org">
-<ns1:arg_0_0>15</ns1:arg_0_0>
+<ns1:div xmlns:ns1="http://soapinterop.org"><ns1:arg_0_0>15</ns1:arg_0_0>
<ns1:arg_1_0>5</ns1:arg_1_0>
</ns1:div>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock3Request.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock3Request.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock3Request.out
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlock3Request.out
Sun Feb 22 21:26:43 2015
@@ -2,14 +2,13 @@ POST /MathOps/services/MathOps HTTP/1.1
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 803
+Content-Length: 802
<?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:Header><ns2:TestHeader1
xmlns:ns2="http://ws.apache.org/axisCppTest/"><Credentials1><username1>Test
User1</username1><password1>Test
Password1</password1></Credentials1></ns2:TestHeader1><ns3:TestHeader2
xmlns:ns3="http://ws.apache.org/axisCppTest/"><Credentials2><username2>Test
User2</username2><password2>Test Password2</password2><Key>Test
Key</Key></Credentials2></ns3:TestHeader2></SOAP-ENV:Header>
<SOAP-ENV:Body>
-<ns1:div xmlns:ns1="http://soapinterop.org">
-<ns1:arg_0_0>15</ns1:arg_0_0>
+<ns1:div xmlns:ns1="http://soapinterop.org"><ns1:arg_0_0>15</ns1:arg_0_0>
<ns1:arg_1_0>5</ns1:arg_1_0>
</ns1:div>
</SOAP-ENV:Body>
@@ -19,13 +18,12 @@ POST /MathOps/services/MathOps HTTP/1.1
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 388
+Content-Length: 387
<?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:div xmlns:ns1="http://soapinterop.org">
-<ns1:arg_0_0>15</ns1:arg_0_0>
+<ns1:div xmlns:ns1="http://soapinterop.org"><ns1:arg_0_0>15</ns1:arg_0_0>
<ns1:arg_1_0>5</ns1:arg_1_0>
</ns1:div>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlockRequest.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlockRequest.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlockRequest.out
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestSoapHeaderBlockRequest.out
Sun Feb 22 21:26:43 2015
@@ -2,14 +2,13 @@ POST /MathOps/services/MathOps HTTP/1.1
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 594
+Content-Length: 593
<?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:Header><th1:TestHeader
xmlns:th1="http://ws.apache.org/axisCppTest/"><Credentials><username>Test
User</username><password>Test
Password</password></Credentials></th1:TestHeader></SOAP-ENV:Header>
<SOAP-ENV:Body>
-<ns1:div xmlns:ns1="http://soapinterop.org">
-<ns1:arg_0_0>15</ns1:arg_0_0>
+<ns1:div xmlns:ns1="http://soapinterop.org"><ns1:arg_0_0>15</ns1:arg_0_0>
<ns1:arg_1_0>5</ns1:arg_1_0>
</ns1:div>
</SOAP-ENV:Body>
@@ -19,13 +18,12 @@ POST /MathOps/services/MathOps HTTP/1.1
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
-Content-Length: 388
+Content-Length: 387
<?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:div xmlns:ns1="http://soapinterop.org">
-<ns1:arg_0_0>15</ns1:arg_0_0>
+<ns1:div xmlns:ns1="http://soapinterop.org"><ns1:arg_0_0>15</ns1:arg_0_0>
<ns1:arg_1_0>5</ns1:arg_1_0>
</ns1:div>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestTransportProtocolRequest.out
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/TestTransportProtocolRequest.out?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestTransportProtocolRequest.out
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/TestTransportProtocolRequest.out
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /Calculator/services/Calculator HTT
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "Calculator#add"
-Content-Length: 397
+Content-Length: 396
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>2</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
@@ -18,13 +17,12 @@ POST /Calculator/services/Calculator HTT
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "Calculator#add"
-Content-Length: 397
+Content-Length: 396
<?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:add xmlns:ns1="http://localhost/axis/Calculator">
-<ns1:arg_0_0>5</ns1:arg_0_0>
+<ns1:add
xmlns:ns1="http://localhost/axis/Calculator"><ns1:arg_0_0>5</ns1:arg_0_0>
<ns1:arg_1_0>6</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
Modified:
axis/axis1/c/trunk/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected?rev=1661565&r1=1661564&r2=1661565&view=diff
==============================================================================
---
axis/axis1/c/trunk/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected
(original)
+++
axis/axis1/c/trunk/tests/auto_build/testcases/output/ValidXMLCharIsInterpretedAsCPPCommand_Request.expected
Sun Feb 22 21:26:43 2015
@@ -2,13 +2,12 @@ POST /axis/ValidXMLCharIsInterpretedAsCP
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "ValidXMLCharIsInterpretedAsCPPCommand#test1"
-Content-Length: 802
+Content-Length: 801
<?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:test1
xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand">
-<ns1:Element
xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes"><ns2:arg.WithADot>1</ns2:arg.WithADot>
+<ns1:test1
xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand"><ns1:Element
xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes"><ns2:arg.WithADot>1</ns2:arg.WithADot>
<ns2:arg_WithAnUnderscore>2</ns2:arg_WithAnUnderscore>
<ns2:arg-WithAHyphen>3</ns2:arg-WithAHyphen>
<ns2:arg:WithAColon>4</ns2:arg:WithAColon>
@@ -24,13 +23,12 @@ POST /axis/ValidXMLCharIsInterpretedAsCP
Host: 127.0.0.1:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "ValidXMLCharIsInterpretedAsCPPCommand#Test1WithComplexResponse"
-Content-Length: 840
+Content-Length: 839
<?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:Test1WithComplexResponse
xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand">
-<ns1:Element
xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes"><ns2:arg.WithADot>1</ns2:arg.WithADot>
+<ns1:Test1WithComplexResponse
xmlns:ns1="http://localhost/axis/ValidXMLCharIsInterpretedAsCPPCommand"><ns1:Element
xmlns:ns2="ValidXMLCharIsInterpretedAsCPPCommandTypes"><ns2:arg.WithADot>1</ns2:arg.WithADot>
<ns2:arg_WithAnUnderscore>2</ns2:arg_WithAnUnderscore>
<ns2:arg-WithAHyphen>3</ns2:arg-WithAHyphen>
<ns2:arg:WithAColon>4</ns2:arg:WithAColon>