Using RESTful Web Service Results as Data in Crystal Reports

In our current project, we want to use data from the RESTful web service to populate the Crystal Report. The service is RESTful and does not provide metadata. Is it possible to associate a Crystal report with such a web service?

I am currently working on the assumption that I will need to build some kind of adapter if I want this script to work. Am I reinventing the wheel?

+6
source share
1 answer

Have you tried the XML and Web Services data source?

enter image description here

enter image description here

enter image description here

Need a scheme.

enter image description here

enter image description here

If you host a fake GET service, this will be easy to verify.

0
source

Source: https://habr.com/ru/post/907804/


All Articles