Menu

#5 Record Retrieval does not show results

Initial Release
open-fixed
5
2009-08-19
2009-08-19
Anonymous
No

The record retrieval XSLT is not showing any data after the service is called. The XSLT is where the bug is.

Discussion

  • Yogesh Chawla

    Yogesh Chawla - 2009-08-19
    • assigned_to: whblondeau --> lkorlipara
     
  • Nobody/Anonymous

    Sample booking document we had been using internally for our testing purposes had a Element called <nc:Binary> so XSLT was written to support it, but in real situation there are not sending any binary base64Code element , XSLT needs to be updated to support this situation.

    Updated XSLT

    Changed from <xsl:if test="($currentNode != //nc:BinaryBase64Object)"> to <xsl:if test="$currentNode != local-name(BinaryBase64Object)">

    Checked in code changset:1935

     
  • Lakshmi Korlipara

    Fixed it and checked in XSLT.
    It's ready for testing.

     
  • Lakshmi Korlipara

    • assigned_to: lkorlipara --> ychawla
    • status: open --> open-fixed
     
  • Lakshmi Korlipara

    Updated changset:1943

     

Log in to post a comment.