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 sa...@apache.org on 2004/08/16 11:20:27 UTC

cvs commit: ws-axis/c/samples/server/rpcfault MathOps.wsdl

sanjaya     2004/08/16 02:20:27

  Modified:    c/samples/server/rpcfault MathOps.wsdl
  Log:
  Changed the service name to Mathops
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/samples/server/rpcfault/MathOps.wsdl
  
  Index: MathOps.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/MathOps.wsdl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MathOps.wsdl	8 Jun 2004 07:22:08 -0000	1.6
  +++ MathOps.wsdl	16 Aug 2004 09:20:26 -0000	1.7
  @@ -48,7 +48,7 @@
   			</fault>
   			</operation>
   		</binding>
  -	<service name="MathOpsService">
  +	<service name="MathOps">
   		<port name="MathOps" binding="tns:MathOpsBinding">
   			<soap:address location="http://localhost/axis/MathOps"/>
   		</port>