You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2002/10/03 16:51:12 UTC

cvs commit: xml-axis/java/test/wsdl/filegen FileGen.wsdl

tomj        2002/10/03 07:51:12

  Modified:    java/test/wsdl/filegen Tag: interop4 FileGen.wsdl
  Log:
  Fix bad fault WSDL.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.16.1  +3 -3      xml-axis/java/test/wsdl/filegen/FileGen.wsdl
  
  Index: FileGen.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/filegen/FileGen.wsdl,v
  retrieving revision 1.3
  retrieving revision 1.3.16.1
  diff -u -r1.3 -r1.3.16.1
  --- FileGen.wsdl	6 Feb 2002 21:08:54 -0000	1.3
  +++ FileGen.wsdl	3 Oct 2002 14:51:12 -0000	1.3.16.1
  @@ -66,7 +66,7 @@
       <operation name="myop">
         <input message="serviceNS:myopRequest"/>
         <output message="serviceNS:myopResponse"/>
  -      <fault message="serviceNS:opFault"/>
  +      <fault name="opFault" message="serviceNS:opFault"/>
       </operation>
     </portType>
   
  @@ -75,7 +75,7 @@
       <operation name="otherop">
         <input message="serviceNS:otheropHttpGetIn"/>
         <output message="serviceNS:otheropHttpGetOut"/>
  -      <fault message="serviceNS:InvalidTickerFaultMessage"/>
  +      <fault name="InvalidTickerFault" message="serviceNS:InvalidTickerFaultMessage"/>
       </operation>
     </portType>
   
  @@ -90,7 +90,7 @@
         <output>
           <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace=""/>
         </output>
  -      <fault>
  +      <fault name="opFault">
           <soap:fault name="opFault" use="encoded"/>
         </fault>
       </operation>