Skip to content

Commit a7fbed6

Browse files
committed
1 parent ed169d1 commit a7fbed6

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

changelog.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
SPRING WEB SERVICES CHANGELOG
2+
=============================
3+
http://www.springframework.org/spring-ws
4+
5+
Changes in version 1.0-RC2
6+
-------------------------
7+
8+
New Features:
9+
10+
o Allow specifying names of message factory and message receiver in MessageDispatcherServlet Issue: SWS-124.
11+
o Added checkConnectionForFault to WebServiceTemplate to deal with Web services which are not WS-I compliant Issue: SWS-137.
12+
o Implement client-side TransportContext Issue: SWS-135.
13+
o Added ignoreExtraAttributes and ignoreExtraElements properties to CastorMarshaller Issue: SWS-133.
14+
o Moved SimpleMethodEndpointMapping from sandbox Issue: SWS-129.
15+
o Moved PayloadMethodEndpointAdapter and MessageMethodEndpointAdapter from sandbox
16+
o CommonsHttpMessageSender should expose setters for username and password Issue: SWS-123.
17+
o A MessageSender setter on WebServicesGatewaySupport Issue: SWS-122.
18+
19+
Fixed Bugs:
20+
21+
o Added an MTOM sample
22+
o Fixed various MTOM issues
23+
o A SOAP:Fault does not set the the response code to 500 Issue: SWS-128.
24+
25+
Changes:
26+
27+
o Reduce the number of overloaded methods on the WebServiceTemplate class to aid comprehension. Issue: SWS-134.
28+
o WebServiceTemplate returns boolean values rather than void
29+
o Changed WebServiceMessageCallback's doInMessage() to doWithMessage() Issue: SWS-126.
30+
o Renamed FaultResolver to FaultMessageResolver
31+
o Moved SoapActionCallback to soap package

notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This is the second release candidate of Spring-WS: a product of the Spring community focused on creating document-driven
2+
Web services. This release mostly consists of bug fixes, the one major new feature is that the airline sample has been
3+
rewritten to use more Java 5 features, including the new @Endpoint programming model, JPA, @Transactional, and more.
4+
5+
For more information, see http://www.springframework.org/spring-ws.

0 commit comments

Comments
 (0)