Results 1 to 2 of 2

Thread: Null response Soap Body with Axiom and SPRING-WS 1.5.2

  1. #1
    Join Date
    Mar 2008
    Posts
    11

    Smile 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>

  2. #2
    Join Date
    Dec 2007
    Posts
    25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •