Fixed SWS-107: Support JAXB's MTOM/XOP/MIME support

This commit is contained in:
Arjen Poutsma
2007-05-13 00:26:28 +00:00
parent 0e69ef4e93
commit 0fbf4d0b68

View File

@@ -6,6 +6,9 @@
</properties>
<body>
<release version="1.0-RC1">
<action dev="poutsma" type="fix" issue="SWS-116">Support JAXB's MTOM/XOP/MIME support. As a result, all
Mime-related code in SoapMessage has been moved to the org.springframework.ws.mime package
</action>
<action dev="poutsma" type="fix" issue="SWS-115">Client is not able to read long response</action>
<action dev="poutsma" type="add">Add methods to access attributes on SoapElement</action>
<action dev="poutsma" type="add">Added XPath template, for evaluating XPaths in a template-like fashion