-
May 21st, 2008, 06:25 AM
#1
Null response Soap Body with Axiom and SPRING-WS 1.5.2
Hello,
I have a problem with the migration from SPRING-WS 1.5 to v1.5.2
The Soap reponse contains an empty soap body.
I am using
AXIOM
<bean id="messageFactory" class="org.springframework.ws.soap.axiom.AxiomSoap MessageFactory">
<property name="payloadCaching" value="false" />
<property name="soapVersion"><!-- If removed, by default Soap 1.1 -->
<util:constant static-field="org.springframework.ws.soap.SoapVersion.SOA P_11" />
</property>
</bean>
with JIBX.
I did some tests and the response is correctly marshalled into the response soap body stream but it's as if the stream is never used.
I obtain
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body/>
</soapenv:Envelope>
-
May 21st, 2008, 06:10 PM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules