duftler 01/05/30 08:37:17
Modified: sources/soap features.xml index.xml releases.xml
Log:
Updated for v2.2 release.
Revision Changes Path
1.3 +17 -7 xml-site/sources/soap/features.xml
Index: features.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/soap/features.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- features.xml 2001/05/22 04:32:12 1.2
+++ features.xml 2001/05/30 15:37:09 1.3
@@ -5,6 +5,7 @@
<s2 title="General Features">
<ul>
<li>Supports most of the SOAP v1.1 specification.</li>
+<li>Supports the SOAP Messages with Attachments W3C Note.</li>
<li>Provides server-side infrastructure for deploying, managing and running
SOAP enabled services.</li>
<li>Provides client-side API for invoking SOAP services.</li>
<li>Release includes full source under the Apache Software License.</li>
@@ -20,14 +21,23 @@
<s2 title="Implementation Restrictions">
<p>The following features of the SOAP v1.1 specification are not currently
supported:</p>
<ul>
-<li>encodingStyle attribute must have only one encoding style given (see
section 4.1.1 of the spec) </li>
-<li>root attribute </li>
-<li>actor attribute and SOAP intermediaries </li>
-<li>all but the following XML Schema simple types: string, boolean, double,
float, long, int, short, byte,
-timeInstant, date, decimal</li>
+<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 for and
rejecting requests that require
+mustUnderstand checking</li>
+<li>root attribute</li>
+<li>actor attribute and SOAP intermediaries</li>
+<li>does not use multi-ref accessors during serialization</li>
</ul>
-<p>ID/href links and multi-ref accessors are only partially supported (and
only for deserialization).</p>
+
+<p>The following limitations on SOAP Messages with Attachments currently
exist:</p>
+<ul>
+<li>The document base URI is not picked up from the multipart's
Content-Location header.</li>
+<li>Support for relative URIs in Content-Location headers is limited to
concatenating the document base
+URI to the relative URI.</li>
+<li>The provided SMTP transport does not support multipart messages.</li>
+<li>Server-side RPC methods have no way to add attachments to the response
other than via the return
+object. Messaging methods can do this already.</li>
+</ul>
</s2>
</s1>
-
1.6 +1 -1 xml-site/sources/soap/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/soap/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml 2001/05/25 19:51:02 1.5
+++ index.xml 2001/05/30 15:37:11 1.6
@@ -2,7 +2,7 @@
<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
<s1 title="Apache SOAP">
- <s2 title="Version 2.2 Release Candidate 3 Posted">
+ <s2 title="Version 2.2 Released">
<p>Click <jump href="releases.html#v2.2">here</jump> for a list
of changes.</p>
</s2>
1.8 +5 -1 xml-site/sources/soap/releases.xml
Index: releases.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/soap/releases.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- releases.xml 2001/05/25 19:51:04 1.7
+++ releases.xml 2001/05/30 15:37:12 1.8
@@ -2,7 +2,7 @@
<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
<s1 title="Releases">
<anchor name="v2.2"/>
- <s2 title="May 2001 - Version 2.2 - Release Candidate 3">
+ <s2 title="May 30, 2001 - Version 2.2">
<ul>
<li>Changed all code and samples to use JAXP; no longer
bound to Xerces.</li>
<li>Removed many printlns from the server-side code,
replacing them with thrown
@@ -70,6 +70,10 @@
<li>Added a Migration section to the User's Guide.</li>
<li>Fixed a bug in StatelessEJBProvider and
StatefulEJBProvider where
the respEncStyle was being set, but not used.</li>
+ <li>In RPCRouterServlet.doGet(...) and
MessageRouterServlet.doGet(...),
+moved res.setContentType(...) call before res.getWriter() call to be in
compliance with Servlet
+spec.</li>
+ <li>Added install docs for iPlanet.</li>
</ul>
</s2>
<anchor name="v2.1"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]