Re: Cocoon 2 - Webservice

2014-04-07 Thread Andreas Kuehne
;> Von: Jos Snellings [mailto:jos.snelli...@upperware.biz] >> Gesendet: Samstag, 5. April 2014 15:23 >> An: users@cocoon.apache.org >> Betreff: Re: Cocoon 2 - Webservice >> >> Hi Klaus, >> >> As REST is a principle, it is possible to implement a service

Re: Cocoon 2 - Webservice

2014-04-07 Thread Jos Snellings
> > > > Von: Jos Snellings [mailto:jos.snelli...@upperware.biz] > Gesendet: Samstag, 5. April 2014 15:23 > An: users@cocoon.apache.org > Betreff: Re: Cocoon 2 - Webservice > > Hi Klaus, > > As REST is a principle, it is possible to implement a service "in a > RES

Re: Cocoon 2 - Webservice

2014-04-07 Thread warrell harries
t; Gesendet: Samstag, 5. April 2014 15:23 > An: users@cocoon.apache.org > Betreff: Re: Cocoon 2 - Webservice > > 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 mes

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.

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