- Changed name of FaultResolver to MessageFaultResolver

- Changed WebServiceMessageCallback's doInMessage() to doWithMessage()
- Added more integration tests for WebServiceTemplate
- Reduced verbosity of logging
- WebServiceTemplate returns boolean instead of void
- Made WebServiceTemplate SOAP agnostic by removing Fault-specific logic
- Moved client-side SOAP classes to soap package
- Added hasErrors() method to connection.
This commit is contained in:
Arjen Poutsma
2007-06-07 00:35:37 +00:00
parent c8189b13b4
commit 2f75e420a5
38 changed files with 920 additions and 404 deletions

View File

@@ -6,6 +6,12 @@
</properties>
<body>
<release version="1.0-rc2">
<action dev="poutsma" type="update">WebServiceTemplate returns boolean values rather than void</action>
<action dev="poutsma" type="update" issue="SWS-126">Changed WebServiceMessageCallback's doInMessage() to
doWithMessage()
</action>
<action dev="poutsma" type="update">Renamed FaultResolver to FaultMessageResolver</action>
<action dev="poutsma" type="update">Moved SoapActionCallback to soap package</action>
<action dev="poutsma" type="fix">Added an MTOM sample</action>
<action dev="poutsma" type="fix">Fixed various MTOM issues</action>
<action dev="poutsma" type="add" issue="SWS-135">Implement client-side TransportContext</action>

View File

@@ -2,6 +2,23 @@
Upgrading
---------
Upgrading from version 1.0-RC1 to 1.0-RC2
Some minor last changes were made between version 1.0 Release Candidate 1 and 2of the project. The following
should help most users the project update their applications:
* Client-side
Some issues have been resolved which make the WebServiceTemplate more useable in Plain Old XML settings, and less
SOAP-specific.
* The <<<WebServiceMessageCallback>>> method <<<doInMessage()>>> has been renamed to <<<doWithMessage()>>>, since it
was poorly named.
* The <<<FaultResolver>>> has been renamed to <<<FaultMessageReceiver>>> to indicate its responsibility more clearly.
* The <<<SoapActionCallback>>> has been moved to <<<org.springframework.ws.soap.client.core>>>.
Upgrading from version 1.0-M3 to 1.0-RC1
Some minor changes were made between version 1.0 Milestone 3 and Release Candidate 1 of the project. The following