Search code examples
jqueryxmldatatablewso2jaggery-js

How to use Jaggery to get XML and add into Datatables


I'm trying to use wsrequest to invoke a data services and display the results in a datatable. I already received the response (following jaggery docs page example), but what I really want is to receive the XML and then create a table to list the records one by one.

How this can be accomplished in jaggery? Does it need to be JSON?


Solution

  • Thanks, I already found a way to it. Basically I changed it to json which is easier to manage from Javacript. Thanks