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?