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:23:09 UTC

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

sanjaya     2004/08/16 02:23:09

  Modified:    c/deploy/conf server.wsdd_win
  Log:
  Added a service section to deploy the RPCFault sample
  
  Revision  Changes    Path
  1.3       +5 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- server.wsdd_win	9 Apr 2004 13:56:26 -0000	1.2
  +++ server.wsdd_win	16 Aug 2004 09:23:09 -0000	1.3
  @@ -34,4 +34,9 @@
   		<parameter name="allowedMethods" value="echoSimpleTypesAsStruct echoNestedStruct echoNestedArray echoStructAsSimpleTypes "/>
   		<parameter name="className" value="C:\susantha\ws-axis\c\bin\GroupB.dll" />
   	</service>
  +	<service name="MathOps" provider="CPP:RPC" description="Simple sample to demonstrate fault mapping and exception handling">
  +		<parameter name="className" value="C:\susantha\ws-axis\c\bin\RPCFault.dll"/>
  +		<parameter name="allowedMethods" value="div "/>
  +	</service>
  +
   </deployment>