From 4e9cfa7911130e218d82e24e5803e1637b051d4a Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 18 Feb 2007 13:49:22 +0000 Subject: [PATCH] --- changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.txt b/changelog.txt index db7a4d6d..5ab3b5e2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,6 +7,11 @@ Changes in version 1.0-RC1 Package org.springframework.oxm.castor * fixed #SWS-88: Allow CastorMarshaller to accept more than one mapping file +Package org.springframework.ws.client.core +* replaced method which returned a Source from WebServiceTemplate with SourceExtractor methods, because the Source + could be closed before returned. + + Package org.springframework.ws.server.endpoint * added XPathPayloadEndpointMapping (#SWS-85). @@ -16,6 +21,9 @@ Package org.springframework.ws.soap.saaj Package org.springframework.ws.soap.security.xwss.callback * DefaultTimestapValidator now handles timestamps with milliseconds correctly (#SWS-89) +Package org.springframework.ws.transport +* fixed #SWS-86: Stream closed before response read with WebServiceTemplate + Axis SAAJ Soap Messages + Package org.springframework.ws.transport.http * fixed issue with reading response HTTP headers