butek       02/04/11 07:57:23

  Modified:    java/docs user-guide.html
  Log:
  A couple simple fixes provided by Didier Guillon ([EMAIL PROTECTED]).
  
  Revision  Changes    Path
  1.53      +1 -1      xml-axis/java/docs/user-guide.html
  
  Index: user-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- user-guide.html   5 Apr 2002 03:36:00 -0000       1.52
  +++ user-guide.html   11 Apr 2002 14:57:23 -0000      1.53
  @@ -1320,7 +1320,7 @@
   Step 3: Create Bindings using WSDL2Java</h4>
   Use the generated WSDL file to build the appropriate client/server bindings
   for the web service (see <a href="#WSDL2Java: Building stubs, skeletons, and 
data">WSDL2Java</a>):
  -<div class="example"><br><font face="Courier New,Courier">% java 
org.apache.axis.wsdl.WSDL2Java -o . -d session -s&nbsp; -Nurn:Example6 
samples.userguide.example6 ws.wsdl</font></div>
  +<div class="example"><br><font face="Courier New,Courier">% java 
org.apache.axis.wsdl.WSDL2Java -o . -d Session -s&nbsp; -Nurn:Example6 
samples.userguide.example6 wp.wsdl</font></div>
   <p>This will generate the following files:
   <ul>
   <li>
  
  
  


Reply via email to