From 0fbf4d0b687af2a1e159e0a141cc0dcedd856cf1 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 13 May 2007 00:26:28 +0000 Subject: [PATCH] Fixed SWS-107: Support JAXB's MTOM/XOP/MIME support --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3d50bead..d7723e3b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -6,6 +6,9 @@ + 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 + Client is not able to read long response Add methods to access attributes on SoapElement Added XPath template, for evaluating XPaths in a template-like fashion