snichol     2002/11/14 08:07:58

  Modified:    java/docs/guide deploy.html
  Log:
  Submitted by: Mattias Jiderhamn <[EMAIL PROTECTED]>
  
  Fix the namespace URI for SOAP encoding: the trailing '/' was missing.
  
  Revision  Changes    Path
  1.8       +1 -1      xml-soap/java/docs/guide/deploy.html
  
  Index: deploy.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/guide/deploy.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- deploy.html       23 May 2001 18:52:25 -0000      1.7
  +++ deploy.html       14 Nov 2002 16:07:58 -0000      1.8
  @@ -121,7 +121,7 @@
       ...
     &lt;/isd:mappings&gt;</PRE>
   <P>Where <B><I>encoding-uri</I></B> is the URI for the encoding method (i.e.
  -http://schemas.xmlsoap.org/soap/encoding
  +http://schemas.xmlsoap.org/soap/encoding/
   for the standard SOAP encoding,) <B><I>qname-namespace</I></B> is the namespace for 
the XML element, <B><I>qname-element</I></B> is the name of the XML element, 
<B><I>java-type</I></B> is the fully qualified Java class that you
   are providing the mapping for (i.e. samples.Date,)
   <B><I>serializer</I></B> is the fully qualified Java class that implements
  
  
  

--
To unsubscribe, e-mail:   <mailto:soap-dev-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>

Reply via email to