You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by du...@apache.org on 2001/09/24 21:53:14 UTC

cvs commit: xml-soap/java/docs/guide msgclient.html

duftler     01/09/24 12:53:14

  Modified:    java/docs/guide msgclient.html
  Log:
  Fixed a typo.
  See:
    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3647
  Submitted by: hideo-t@bisd.hitachi.co.jp
  Reviewed by: Matthew J. Duftler
  
  Revision  Changes    Path
  1.4       +1 -1      xml-soap/java/docs/guide/msgclient.html
  
  Index: msgclient.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/guide/msgclient.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- msgclient.html	2001/05/21 20:19:10	1.3
  +++ msgclient.html	2001/09/24 19:53:14	1.4
  @@ -14,7 +14,7 @@
   services provide you with a finer grain of
   control over what is actually being transmitted
   over SOAP. (In fact, the RPC mechanism is
  -built on type of this message-oriented layer.)</P>
  +built on top of this message-oriented layer.)</P>
   <P>The basic steps for creating a client which
   interacts with a SOAP message-oriented service
   are as follows:</P>