tomj        2002/10/03 07:50:53

  Modified:    java/test/wsdl/_import Tag: interop4 ImportInterface.wsdl
                        ImportBinding2.wsdl ImportBinding1.wsdl
  Log:
  Fix bad fault WSDL.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.18.1  +1 -1      xml-axis/java/test/wsdl/_import/ImportInterface.wsdl
  
  Index: ImportInterface.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/_import/ImportInterface.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.1.18.1
  diff -u -r1.1 -r1.1.18.1
  --- ImportInterface.wsdl      16 Jan 2002 14:07:59 -0000      1.1
  +++ ImportInterface.wsdl      3 Oct 2002 14:50:53 -0000       1.1.18.1
  @@ -20,7 +20,7 @@
     <operation name="getAddressFromName">
       <input message="messages:IngetAddressFromNameRequest"/>
       <output message="messages:OutgetAddressFromNameResponse"/>
  -    <fault message="messages:Fault"/>
  +    <fault name="Fault" message="messages:Fault"/>
     </operation>
   </portType>
   
  
  
  
  1.1.18.1  +3 -0      xml-axis/java/test/wsdl/_import/ImportBinding2.wsdl
  
  Index: ImportBinding2.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/_import/ImportBinding2.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.1.18.1
  diff -u -r1.1 -r1.1.18.1
  --- ImportBinding2.wsdl       16 Jan 2002 14:07:59 -0000      1.1
  +++ ImportBinding2.wsdl       3 Oct 2002 14:50:53 -0000       1.1.18.1
  @@ -30,6 +30,9 @@
       <output>
         <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="urn:Import" use="encoded"/>
       </output>
  +    <fault name="Fault">
  +       <soap:fault name="Fault" use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:Import"/>
  +    </fault>
     </operation>
   </binding>
   </definitions>
  
  
  
  1.1.18.1  +3 -0      xml-axis/java/test/wsdl/_import/ImportBinding1.wsdl
  
  Index: ImportBinding1.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/_import/ImportBinding1.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.1.18.1
  diff -u -r1.1 -r1.1.18.1
  --- ImportBinding1.wsdl       16 Jan 2002 14:07:59 -0000      1.1
  +++ ImportBinding1.wsdl       3 Oct 2002 14:50:53 -0000       1.1.18.1
  @@ -30,6 +30,9 @@
       <output>
         <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
namespace="urn:Import" use="encoded"/>
       </output>
  +    <fault name="Fault">
  +       <soap:fault name="Fault" use="encoded" 
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; namespace="urn:Import"/>
  +    </fault>
     </operation>
   </binding>
   </definitions>
  
  
  


Reply via email to