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 12:37:54 UTC

cvs commit: ws-axis/c/samples/server/doclitfault MathOps_doclit.wsdl

sanjaya     2004/08/16 03:37:53

  Modified:    c/samples/server/doclitfault MathOps_doclit.wsdl
  Log:
  Changed the service name to MathOpsDL
  
  Revision  Changes    Path
  1.6       +3 -3      ws-axis/c/samples/server/doclitfault/MathOps_doclit.wsdl
  
  Index: MathOps_doclit.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/doclitfault/MathOps_doclit.wsdl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MathOps_doclit.wsdl	11 Jun 2004 11:18:00 -0000	1.5
  +++ MathOps_doclit.wsdl	16 Aug 2004 10:37:53 -0000	1.6
  @@ -60,7 +60,7 @@
   	<binding name="MathOpsBinding" type="tns:MathOps">
   		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
   		<operation name="div">
  -			  <soap:operation soapAction="MathOps#div"/>
  +			  <soap:operation soapAction="MathOpsDL#div"/>
                   <input name="divRequest">
                       <soap:body
                           use="literal"/>
  @@ -74,9 +74,9 @@
   			</fault>
   			</operation>
   		</binding>
  -	<service name="MathOpsDLService">
  +	<service name="MathOpsDL">
   		<port name="MathOpsPort" binding="tns:MathOpsBinding">
  -			<soap:address location="http://localhost/axis/MathOpsPort"/>
  +			<soap:address location="http://localhost/axis/MathOpsDL"/>
   		</port>
   	</service>
   </definitions>