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 ro...@apache.org on 2004/03/31 17:09:46 UTC

cvs commit: ws-axis/c/deploy/conf client.wsdd

roshan      2004/03/31 07:09:46

  Added:       c/deploy/conf client.wsdd
  Log:
  new client.wsdd file
  
  Revision  Changes    Path
  1.1                  ws-axis/c/deploy/conf/client.wsdd
  
  Index: client.wsdd
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?> 
  <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:C="http://xml.apache.org/axis/wsdd/providers/c">  
  <service name="InteropBaseDL" provider="CPP:DOCUMENT" description="Interop Base web service">
  <requestFlow name="InteropBaseDLHandlers">        
  <handler name="ESHHandler" type="d:/axiscppdev/ws-axis/c/bin/testHandler.dll">
  <parameter name="logAccessCountFile" value="/usr/local/apache/Axis/handlers/custom/loghandler/LogAccessCountFile"/>        
  </handler>  
  </requestFlow>
  </service>
  <service name="Test" provider="CPP:DOCUMENT" description="Interop Base web service">
  <requestFlow name="TestHandlers">        
  <handler name="ESHHandler" type="d:/axiscppdev/ws-axis/c/bin/testHandler.dll">
  <parameter name="logAccessCountFile" value="/usr/local/apache/Axis/handlers/custom/loghandler/LogAccessCountFile"/>        
  </handler>  
  </requestFlow>
  </service>
  </deployment>