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/09/13 16:11:41 UTC

cvs commit: xml-soap/java/docs intro.html

snichol     2002/09/13 07:11:41

  Modified:    java/docs intro.html
  Log:
  Provide a more complete list of SOAP 1.1 features not implemented and
  reference the spec section for each item.
  
  Revision  Changes    Path
  1.12      +26 -12    xml-soap/java/docs/intro.html
  
  Index: intro.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/intro.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- intro.html	28 Jun 2002 02:33:16 -0000	1.11
  +++ intro.html	13 Sep 2002 14:11:41 -0000	1.12
  @@ -14,9 +14,9 @@
   
   <p>Thank you for downloading Apache SOAP!</p>
   
  -<p>Apache SOAP is an open-source implementation of the <a
  -href="http://www.w3.org/TR/SOAP">SOAP v1.1</a> and <a
  -href="http://www.w3.org/TR/SOAP-attachments">SOAP Messages with
  +<p>Apache SOAP is an open-source implementation of the
  +<a href="http://www.w3.org/TR/SOAP/">SOAP v1.1</a> and
  +<a href="http://www.w3.org/TR/SOAP-attachments">SOAP Messages with
   Attachments</a> specifications in Java. Apache SOAP is developed
   by the <a href="http://xml.apache.org/soap">Apache SOAP</a>
   community.</p>
  @@ -84,20 +84,34 @@
           Bean Suites.</li>
   </ul>
   
  -<p>The following features of the SOAP v1.1 specification are <strong>not</strong>
  -currently supported:</p>
  +<p>The following features of the
  +<a href="http://www.w3.org/TR/SOAP/">SOAP v1.1 specification</a>
  +are <strong>not</strong> currently supported:</p>
   
   <ul>
  -    <li>encodingStyle attribute must have only one encoding style
  -        given (see section 4.1.1 of the spec)</li>
  -    <li>mustUnderstand attribute support - only supports checking
  +    <li>multiple encoding styles in the encodingStyle attribute
  +       (see section 4.1.1 of the spec)</li>
  +    <li>actor attribute and SOAP intermediaries (4.2.2)</li>
  +    <li>complete mustUnderstand attribute behavior - only supports checking
           for and rejecting requests that require mustUnderstand
  -        checking</li>
  -    <li>root attribute</li>
  -    <li>actor attribute and SOAP intermediaries</li>
  +        checking (4.2.3)</li>
  +    <li>element typing by having the name of the element bear a definite
  +        relation to the type, that type then determinable from a schema,
  +        except for elements named SOAP-ENC:Array (5.1 rule 2c);
  +        note specifically that
  +        <a href="http://www.w3.org/TR/wsdl.html">Web Service
  +        Definition Language (WSDL) 1.1</a> is <strong>not</strong> supported
  +        for type determination</li>
  +    <li>deserialization of null values for XML schema types
  +        that are mapped to primitive Java types (5.1 rule 9)</li>
  +    <li>the complete set of XML schema simple types (5.2)</li>
  +    <li>multi-dimensional arrays (5.4.2), arrays of arrays (5.4.2),
  +        partially transmitted arrays (5.4.2.1), sparse arrays (5.4.2.2)</li>
  +    <li>root attribute (5.6)</li>
   </ul>
   
  -<p>The following limitations on SOAP Messages with Attachments
  +<p>The following limitations on
  +<a href="http://www.w3.org/TR/SOAP-attachments">SOAP Messages with Attachments</a>
   currently exist:</p>
   
   <ul>