gdaniels    2003/07/02 06:14:00

  Modified:    java/test/soap12 TestDeser.java TestHrefs.java TestRPC.java
                        TestVersionMismatch.java
               java/test/wsdl/soap12/additional soap12-add-test.wsdl
               java/test/wsdl/soap12/assertion soap12-test.wsdl
  Log:
  Helps if you remeber to check in the tests too...
  
  Revision  Changes    Path
  1.6       +2 -2      xml-axis/java/test/soap12/TestDeser.java
  
  Index: TestDeser.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/soap12/TestDeser.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestDeser.java    27 Mar 2003 20:57:32 -0000      1.5
  +++ TestDeser.java    2 Jul 2003 13:13:39 -0000       1.6
  @@ -48,8 +48,8 @@
       private final String SOAP_HEAD =
           "<?xml version=\"1.0\"?>\n" +
           "<soap:Envelope " +
  -          "xmlns:soap=\"http://www.w3.org/2002/12/soap-envelope\"; " +
  -          "xmlns:soapenc=\"http://www.w3.org/2002/12/soap-encoding\"; " +
  +          "xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\"; " +
  +          "xmlns:soapenc=\"http://www.w3.org/2003/05/soap-encoding\"; " +
             "xmlns:this=\"http://encoding.test\"; " +
             "xmlns:xsi=\"" + Constants.URI_DEFAULT_SCHEMA_XSI + "\" " +
             "xmlns:xsd=\"" + Constants.URI_DEFAULT_SCHEMA_XSD + "\">\n";
  
  
  
  1.5       +2 -2      xml-axis/java/test/soap12/TestHrefs.java
  
  Index: TestHrefs.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/soap12/TestHrefs.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestHrefs.java    27 Mar 2003 20:57:32 -0000      1.4
  +++ TestHrefs.java    2 Jul 2003 13:13:39 -0000       1.5
  @@ -34,8 +34,8 @@
           HEAD =
                   "<?xml version=\"1.0\"?>\n" +
                   "<soap:Envelope " +
  -                "xmlns:soap=\"http://www.w3.org/2002/12/soap-envelope\"; " +
  -                "xmlns:soapenc=\"http://www.w3.org/2002/12/soap-encoding\"; " +
  +                "xmlns:soap=\"http://www.w3.org/2003/05/soap-envelope\"; " +
  +                "xmlns:soapenc=\"http://www.w3.org/2003/05/soap-encoding\"; " +
                   "xmlns:xsi=\"" + NS_XSI + "\" " +
                   "xmlns:xsd=\"" + NS_XSD + "\">\n" +
                   "<soap:Header>\n";
  
  
  
  1.5       +1 -1      xml-axis/java/test/soap12/TestRPC.java
  
  Index: TestRPC.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/soap12/TestRPC.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestRPC.java      12 Feb 2003 21:59:29 -0000      1.4
  +++ TestRPC.java      2 Jul 2003 13:13:39 -0000       1.5
  @@ -89,7 +89,7 @@
   
           // Check DOM
           Element e = body.getAsDOM();
  -        NodeList l = 
e.getElementsByTagNameNS("http://www.w3.org/2002/12/soap-rpc","result";);
  +        NodeList l = 
e.getElementsByTagNameNS("http://www.w3.org/2003/05/soap-rpc","result";);
           assertTrue("No result element was fount", l.getLength() == 1);
           String ptr = l.item(0).getFirstChild().getNodeValue();
           assertNotNull("Ptr to the result value was null", ptr);
  
  
  
  1.4       +1 -1      xml-axis/java/test/soap12/TestVersionMismatch.java
  
  Index: TestVersionMismatch.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/soap12/TestVersionMismatch.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestVersionMismatch.java  22 Apr 2003 19:36:56 -0000      1.3
  +++ TestVersionMismatch.java  2 Jul 2003 13:13:39 -0000       1.4
  @@ -86,7 +86,7 @@
           "<?xml version=\"1.0\"?>\n" +
           "<soap:Envelope " +
             "xmlns:soap=\"http://www.w3.org/2002/wrong-envelope-version\"; " +
  -          "xmlns:soapenc=\"http://www.w3.org/2002/12/soap-encoding\"; " +
  +          "xmlns:soapenc=\"http://www.w3.org/2003/05/soap-encoding\"; " +
             "xmlns:this=\"http://encoding.test\"; " +
             "xmlns:xsi=\"" + Constants.URI_DEFAULT_SCHEMA_XSI + "\" " +
             "xmlns:xsd=\"" + Constants.URI_DEFAULT_SCHEMA_XSD + "\">\n" +
  
  
  
  1.3       +12 -12    xml-axis/java/test/wsdl/soap12/additional/soap12-add-test.wsdl
  
  Index: soap12-add-test.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/soap12/additional/soap12-add-test.wsdl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- soap12-add-test.wsdl      20 Jan 2003 01:58:31 -0000      1.2
  +++ soap12-add-test.wsdl      2 Jul 2003 13:14:00 -0000       1.3
  @@ -5,7 +5,7 @@
        xmlns="http://schemas.xmlsoap.org/wsdl/";
        xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/";
        xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  -     xmlns:enc="http://www.w3.org/2002/12/soap-encoding";
  +     xmlns:enc="http://www.w3.org/2003/05/soap-encoding";
        xmlns:tns="http://whitemesa.net/wsdl/soap12-test";
        xmlns:types="http://example.org/ts-tests/xsd";
        xmlns:test="http://example.org/ts-tests";
  @@ -256,10 +256,10 @@
                <operation name="echoVoid">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -267,10 +267,10 @@
                <operation name="echoSimpleTypesAsStruct">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -278,7 +278,7 @@
                <operation name="getTime">
                        <soap12:operation/>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -286,10 +286,10 @@
                <operation name="echoString">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -297,10 +297,10 @@
                <operation name="echoSimpleTypesAsStructOfSchemaTypes">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -308,10 +308,10 @@
                <operation name="echoInteger">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://soapinterop.org/"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  
  
  
  1.3       +40 -40    xml-axis/java/test/wsdl/soap12/assertion/soap12-test.wsdl
  
  Index: soap12-test.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/soap12/assertion/soap12-test.wsdl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- soap12-test.wsdl  21 Jan 2003 17:01:13 -0000      1.2
  +++ soap12-test.wsdl  2 Jul 2003 13:14:00 -0000       1.3
  @@ -5,7 +5,7 @@
        xmlns="http://schemas.xmlsoap.org/wsdl/";
        xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/";
        xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  -     xmlns:enc="http://www.w3.org/2002/12/soap-encoding";
  +     xmlns:enc="http://www.w3.org/2003/05/soap-encoding";
        xmlns:tns="http://whitemesa.net/wsdl/soap12-test";
        xmlns:types="http://example.org/ts-tests/xsd";
        xmlns:test="http://example.org/ts-tests";
  @@ -14,7 +14,7 @@
        <types>
                <schema xmlns="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://example.org/ts-tests/xsd";>
   
  -                     <import namespace="http://www.w3.org/2002/12/soap-encoding"; />
  +                     <import namespace="http://www.w3.org/2003/05/soap-encoding"; />
   
                        <complexType name="ArrayOfstring">
                                <complexContent>
  @@ -482,10 +482,10 @@
                <operation name="returnVoid">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -493,10 +493,10 @@
                <operation name="echoStruct">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -504,10 +504,10 @@
                <operation name="echoStructArray">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -515,10 +515,10 @@
                <operation name="echoStructAsSimpleTypes">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -526,10 +526,10 @@
                <operation name="echoSimpleTypesAsStruct">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -537,10 +537,10 @@
                <operation name="echoNestedStruct">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -548,10 +548,10 @@
                <operation name="echoNestedArray">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -559,10 +559,10 @@
                <operation name="echoFloatArray">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -570,10 +570,10 @@
                <operation name="echoStringArray">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -581,10 +581,10 @@
                <operation name="echoIntegerArray">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -592,10 +592,10 @@
                <operation name="echoBase64">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -603,10 +603,10 @@
                <operation name="echoBoolean">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -614,10 +614,10 @@
                <operation name="echoDate">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -625,10 +625,10 @@
                <operation name="echoDecimal">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -636,10 +636,10 @@
                <operation name="echoFloat">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -647,12 +647,12 @@
                <operation name="echoString">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  -                             <soap12:header use="encoded" 
message="tns:DataHolder_Request" part="DataHolder" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
  +                             <soap12:header use="encoded" 
message="tns:DataHolder_Request" part="DataHolder" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  -                             <soap12:header use="encoded" 
message="tns:DataHolder_Response" part="DataHolder" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
  +                             <soap12:header use="encoded" 
message="tns:DataHolder_Response" part="DataHolder" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -660,10 +660,10 @@
                <operation name="countItems">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  @@ -671,10 +671,10 @@
                <operation name="isNil">
                        <soap12:operation/>
                        <input>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </input>
                        <output>
  -                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2002/12/soap-encoding"/>
  +                             <soap12:body use="encoded" 
namespace="http://example.org/ts-tests"; 
encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
                        </output>
                </operation>
   
  
  
  

Reply via email to