You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by sn...@apache.org on 2002/08/27 20:39:53 UTC

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

snichol     2002/08/27 11:39:53

  Modified:    java/docs/guide interop.html
  Log:
  Fix typos in deployment descriptor pointed out by
  Asher Foa <as...@optibase.com>.
  
  Revision  Changes    Path
  1.5       +2 -2      xml-soap/java/docs/guide/interop.html
  
  Index: interop.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/guide/interop.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- interop.html	16 May 2002 13:27:22 -0000	1.4
  +++ interop.html	27 Aug 2002 18:39:53 -0000	1.5
  @@ -190,10 +190,10 @@
   
   <blockquote>
       <div align="left"><pre>&lt;isd:map encodingStyle=&quot;soap-enc-uri&quot;
  -         xmlns:z=&quot;&quot; qname=&quot;z:arg&quot;
  +         xmlns:z=&quot;&quot; qname=&quot;z:arg1&quot;
            xml2JavaClassName=&quot;name-of-deserializer-class&quot;/&gt;</pre>
       </div><div align="left"><pre>&lt;isd:map encodingStyle=&quot;soap-enc-uri&quot;
  -         xmlns:x=&quot;x-uri&quot; qname=&quot;x:arg&quot;
  +         xmlns:x=&quot;x-uri&quot; qname=&quot;x:arg2&quot;
            xml2JavaClassName=&quot;name-of-deserializer-class&quot;/&gt;</pre>
       </div>
   </blockquote>