Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Although I am actually getting a valid soap response from the SOAP UI an empty response is returned to after cCXF step in the mediation route. The route is not mapping the multiref value in the SOAP response
<ns1:balanceEnquiryResponse soapenv:encodingStyle=" .org/soap/encoding/" xmlns:ns1="urn:BalanceEnquiry">
<balanceEnquiryReturn href="#id0" />
</ns1:balanceEnquiryResponse>
The following part reply is coming while i test from SOAP UI, but
<multiRef id="id0" soapenc:root="0 " soapenv:encodingStyle="" xsi:type="ns2:BalanceEnquiryRspsInfo" xmlns:soapenc=" ap/encoding/" xmlns:ns2="">
<messageID xsi:type="xsd:int">235894</messageID>
<instCode xs="xs" i:type="soapenc:string">IDT</instCode>
<txnType xsi:type="soapenc:string">3</txnType>
<PAN xsi:type="soapenc:string">5274421040719276</PAN>
<localDate xs="xs" i:type="xsd:date">2007-09-28</localDate>
<localTime xsi:type="xsd:long">134206</localTime>
<avlBal xsi:type="xsd:double">9.0</avlBal>
<blkAmt xsi:type="x sd:double">0.0</blkAmt>
<currCode xsi:type="soapenc:string">GBP</currCode>
<loginID xsi:type="soapenc:string" xsi:nil="true" />
<sysDate xsi:type="xsd:dat e">2007-10-18</sysDate>
<actionCode xsi:type="soapenc:string">000</actionCode>
</multiRef>
How to over come this issue. Ive chosen the dataFormat as payload so im getting only the SOAP body on the response with out the linking. Thought of writing a xsl to create the response but i need to complete soap message to do the same. can you suggest some solution?