How to implement the rest api to retrieve the xml and pdf data

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to implement the rest api to retrieve the xml and pdf data

javaudvikling
Hi,

Can anyone help me with some sample code that shows how to implement the rest api to  retrieve the xml and pdf data when submitting the form data from Orbeon..

Reply | Threaded
Open this post in threaded view
|

Re: How to implement the rest api to retrieve the xml and pdf data

Erik Bruchez
Administrator
We ave an old example showing how to implement an XML service using JSP:

https://github.com/orbeon/orbeon-forms/blob/master/src/examples-jsp/flickr-search/service-search.jsp

-Erik