Commit Graph

6 Commits

Author SHA1 Message Date
Arjen Poutsma
dffa62c9a2 WSMessageSender based on ClientHttpRequestFactory
Introduced an implementation of WebServiceSender that wraps
ClientHttpRequestFactory, as found in Spring 3.

Issue: SWS-859
2014-01-31 16:00:22 +01:00
Arjen Poutsma
cca13ec49b Javadoc 2014-01-30 14:08:17 +01:00
Arjen Poutsma
1c1db7d914 AxiomUtils.toEnveloper now using StAXUtils
Previously, AxiomUtils.toEnvelope() constructed its own XMLInputFactory
for creating a XMLStreamReader. Now we use Axiom's StAXUtils instead,
thus allowing users to use the standard Axiom mechanisms for setting
STAX properties etc.

Issue: SWS-851
2014-01-27 12:42:57 +01:00
Arjen Poutsma
b12a3e63a1 Resolved NullPointerException
When the payload is null, the PayloadRootSmartSoapEndpointInterceptor
does not throw an exception anymore.

Issue: SWS-857
2014-01-27 12:18:47 +01:00
Anton Pechinsky
2847659522 Wrong check if logger is enabled in WebServiceTemplate.logResponse method. 2014-01-15 19:21:59 +03:00
Arjen Poutsma
843ca6d2ef Migrated to Gradle build
This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
2013-11-25 10:57:26 +01:00