roshan      2004/05/27 22:32:30

  Modified:    targets/axis/cpp winuser-guide.pdf winuser-guide.html
  Log:
  Added the word CPP instead of C to the Deploying your web services in the windows 
user guide documentation.Changed by Rangika
  
  Revision  Changes    Path
  1.12      +48 -48    ws-site/targets/axis/cpp/winuser-guide.pdf
  
        <<Binary file>>
  
  
  1.13      +1 -1      ws-site/targets/axis/cpp/winuser-guide.html
  
  Index: winuser-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/winuser-guide.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- winuser-guide.html        27 May 2004 10:22:46 -0000      1.12
  +++ winuser-guide.html        28 May 2004 05:32:30 -0000      1.13
  @@ -331,7 +331,7 @@
   <br>
   <p>Axis cpp user can use the AdminClient tool to deploy a service or manually 
deploy. The first section shows you how to deploy your Web Service manually, without 
using the AdminClient tool.<br>Say the apache installation folder is 
APACHE_FOLDER.<br>(For the default installation this is "C:\Program Files\Apache 
Group\Apache" for apache 1.3.X and "C:\Program Files\Apache Group\Apache2" for apache 
2.X).<br>
   <br>1) Copy the above Calculator.dll to the folder 
APACHE_FOLDER/Axis/webservices.<br>2) Go and add the following in the server.wsdd at 
the service level. Make sure you add these lines at the correct place, i.e at service 
level. (APACHE_FOLDER/Axis/conf/server.wsdd)<br>
  -<br>&lt;service name="Calculator" provider="C:RPC" description="Calculator Web 
Service"&gt;<br>&lt;parameter name="className" 
value="APACHE_FOLDER\Axis\webservices\Calculator.dll"/&gt;<br>&lt;parameter 
name="allowedMethods" value="add subtract "/&gt;<br>&lt;/service&gt;<br>
  +<br>&lt;service name="Calculator" provider="CPP:RPC" description="Calculator Web 
Service"&gt;<br>&lt;parameter name="className" 
value="APACHE_FOLDER\Axis\webservices\Calculator.dll"/&gt;<br>&lt;parameter 
name="allowedMethods" value="add subtract "/&gt;<br>&lt;/service&gt;<br>
   <br>Now you have deployed your web service</p>
   <p>
   <a name="admin"></a>
  
  
  

Reply via email to