Re: Cocoon 2 - Webservice

2014-04-05 Thread Jos Snellings
Hi Klaus, As REST is a principle, it is possible to implement a service in a REST-ful manner. However, is it correct to state, as your message suggests, that the service would perform a sort of document conversion of an XML document in a specified format, to a PDF file? If this is the case, my

Re: Cocoon 2 - Webservice

2014-04-05 Thread Andreas Kuehne
Hi Klaus, I would like to implement a WebService via Cocoon. In this case, the client should send a XML file to my service, it will be processed accordingly and delivered as a pdf back to the client. The processing of a local XML works great. Now must be implemented as a webservice. I