glyn        02/02/13 02:38:21

  Modified:    java/docs user-guide.html
  Log:
  Correct package name of Java2WSDL.
  
  Revision  Changes    Path
  1.37      +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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- user-guide.html   5 Feb 2002 16:22:39 -0000       1.36
  +++ user-guide.html   13 Feb 2002 10:38:20 -0000      1.37
  @@ -862,7 +862,7 @@
   Use the Java2WSDL tool to create a WSDL file from the interface above.
   <p>Here is an example invocation that produces the wsdl file (<tt>wp.wsdl</tt>)
   from the interface described in the previous section:
  -<p><tt><font color="#009900">java org.apache.axis.wsdlgen.Java2WSDL -o
  +<p><tt><font color="#009900">java org.apache.axis.wsdl.Java2WSDL -o
   wp.wsdl -l"http://localhost:8080/axis/services/WidgetPrice"; -n "urn:Example6"
   -p"samples.userguide.example6" "urn:Example6"&nbsp; 
samples.userguide.example6.WidgetPrice</font></tt>
   <p>Where:
  
  
  


Reply via email to