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 su...@apache.org on 2004/04/09 15:56:26 UTC

cvs commit: ws-axis/c/deploy/conf server.wsdd_win

susantha    2004/04/09 06:56:26

  Modified:    c/deploy/conf server.wsdd_win
  Log:
  changed paths to the web service dlls to be relative paths
  
  Revision  Changes    Path
  1.2       +4 -0      ws-axis/c/deploy/conf/server.wsdd_win
  
  Index: server.wsdd_win
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/conf/server.wsdd_win,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- server.wsdd_win	5 Apr 2004 13:56:59 -0000	1.1
  +++ server.wsdd_win	9 Apr 2004 13:56:26 -0000	1.2
  @@ -6,6 +6,10 @@
   		<parameter name="allowedMethods" value="updateWSDD "/>
   		<parameter name="className" value="C:\susantha\ws-axis\c\bin\AdminService.dll" />
   	</service>
  +	<service name="Calculator" provider="CPP:RPC" description="Simple Calculator Axis C++ Service ">
  +		<parameter name="allowedMethods" value="add sub mul div "/>
  +		<parameter name="className" value="C:\susantha\ws-axis\c\bin\Calculator.dll" />
  +	</service>
   	<service name="baseDL" provider="CPP:DOCUMENT" description="SOAPBuilders Interoperability Lab Round 2 base test suite described at http://www.whitemesa.com/interop/proposal2.html ">
   		<parameter name="allowedMethods" value="echoString EchoInt echoStringArray echoInteger echoIntegerArray echoFloat echoFloatArray echoStruct echoStructArray echoVoid echoBase64 echoDate echoHexBinary echoDecimal echoBoolean "/>
   		<parameter name="className" value="C:\susantha\ws-axis\c\bin\doclitbase.dll" />