• extension library rest service

    By F. Kranenburg 1 decade ago

    Great control!

    What version of the extension library did you test the control with. I have problems running the demo with the REST service components. It does not get any JSON from the server. If I remove all the parameters from the URL ('?_search...), it returns JSON correctly.

    • I tested with UP1 and also with an old version from April 2009

      By P Solano 1 decade ago

      Thanks for feedback and apologies for late replay.

      Have you tried to preview the REST Service on FF to see its result.

      Assuming your XPage is called xContacts.xsp and pathInfo for REST Service is contactjson you can try:

      http:///xContacts.xsp/contactsjson and you should see the JSON result with Firebug. Also; have you tried running the examples from Extension Library Demo db?