[jboss-user] [Spring Integration] - spring-ws SOAP response empty
Stefan Rufer
do-not-reply at jboss.com
Wed Mar 31 16:49:58 EDT 2010
Stefan Rufer [http://community.jboss.org/people/stefanrufer] replied to the discussion
"spring-ws SOAP response empty"
To view the discussion, visit: http://community.jboss.org/message/535016#535016
--------------------------------------------------------------
Resolved: The JBoss SAAJ implementation has some issues, the following addition in the spring-ws application context resolves it:
<bean id="messageFactory">
<property name="messageFactory">
<!-- This is the Java 6 variant of this fix! Note the "internal" package missing in the spring-ws FAQ. -->
<bean class="com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl"/>
</property>
</bean>
See http://static.springsource.org/spring-ws/sites/1.5/faq.html#saaj-jboss http://static.springsource.org/spring-ws/sites/1.5/faq.html#saaj-jboss for the hint. But you bet that was hard to find ;-)
hope this helps
Stefan
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/535016#535016]
Start a new discussion in Spring Integration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100331/fd272e63/attachment.html
More information about the jboss-user
mailing list