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 du...@apache.org on 2001/10/09 22:39:53 UTC

cvs commit: xml-axis/java/docs user-guide.html

dug         01/10/09 13:39:53

  Modified:    java/docs user-guide.html
  Log:
  Minor doc error - submitted by Sanjiva Weerawarana(sanjiva@watson.ibm.com)
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- user-guide.html	2001/09/29 12:00:52	1.17
  +++ user-guide.html	2001/10/09 20:39:53	1.18
  @@ -405,7 +405,7 @@
     of the element itself is the XML QName, and the value of the classname attribute 
     is the Java class name. So in this case, we'd be mapping the "my.java.thingy" 
     class to the XML QName [someNamespace]:[local].</p>
  -<p>Let's take a look at how this works in practice. Go look at the docs/examples/example4/BeanService.java 
  +<p>Let's take a look at how this works in practice. Go look at the samples/userguide/example5/BeanService.java 
     file. (we won't reproduce it here, it's pretty straightforward) The key thing 
     to notice is that the argument to the service method is an Order object. Since 
     Order is not a basic type which Axis understands by default, trying to run this