Skip to Content
0
Apr 21, 2009 at 11:33 AM

Not able to use repeater on a CAF Webservice return XML in BLS. Please help

34 Views

Hi,

I am using CAF for data persistency and then using CAF Web Service from BLS

Using a tracer I am getting the return XML of that webservice but repeater is not working while parsing that XML.

I think there is a difference between metadata namespace and runtime.

Metadata :

repeater xpath is:

Web_Service_0.getPhase_RResponse{/ns1:getPhase_RResponse/ns1:Response/ns2:PhaseBO_R}

Run Time Data :

return webservice XML structure is :

- <rpl:getPhase_RResponse xmlns:rpl="urn:HnzPhaseAS1WSVi">

- <rpl:Response xmlns:pns="urn:com.ibm.hnzpoc.besrv.phasebo">

- <pns:PhaseBO_R>

Is there any way for MII to overlook the namespace or consider both as same?