Re: SOAP on REST

2010-10-19 Thread Frans Thamura
e > >> >> is > >> >> > to heavy weight > >> >> > > >> >> > but if we use XML and JSON, still dunno how to validate it > >> >> > > >> >> > F > >> >> > > >> >> > >

Re: SOAP on REST

2010-10-19 Thread Dave Newton
weight >> >> > >> >> > but if we use XML and JSON, still dunno how to validate it >> >> > >> >> > F >> >> > >> >> > >> >> > On Tue, Oct 19, 2010 at 9:57 PM, Maurizio Cucchiara < >> >> >

Re: SOAP on REST

2010-10-19 Thread Frans Thamura
Tue, Oct 19, 2010 at 9:57 PM, Maurizio Cucchiara < > >> > maurizio.cucchi...@gmail.com> wrote: > >> > > >> >> Do you mean something like expose a kind of soap webservice through > >> >> rest plugin? > >> >> > >> >

Re: SOAP on REST

2010-10-19 Thread Maurizio Cucchiara
aurizio Cucchiara < >> > maurizio.cucchi...@gmail.com> wrote: >> > >> >> Do you mean something like expose a kind of soap webservice through >> >> rest plugin? >> >> >> >> 2010/10/19 Dave Newton : >> >> > On Tue,

Re: SOAP on REST

2010-10-19 Thread Frans Thamura
; >> > >> 2010/10/19 Dave Newton : > >> > On Tue, Oct 19, 2010 at 2:57 AM, Frans Thamura wrote: > >> >> we have REST plugins, is it possible to implement SOAP on REST, so > the > >> >> ou

Re: SOAP on REST

2010-10-19 Thread Maurizio Cucchiara
t;> rest plugin? >> >> 2010/10/19 Dave Newton : >> > On Tue, Oct 19, 2010 at 2:57 AM, Frans Thamura wrote: >> >> we have REST plugins, is it possible to implement SOAP on REST, so the >> >> output is not XML or JSON, but a SOAP >> > &

Re: SOAP on REST

2010-10-19 Thread Frans Thamura
expose a kind of soap webservice through > rest plugin? > > 2010/10/19 Dave Newton : > > On Tue, Oct 19, 2010 at 2:57 AM, Frans Thamura wrote: > >> we have REST plugins, is it possible to implement SOAP on REST, so the > >> output is not XML or JSON, but a SOAP >

Re: SOAP on REST

2010-10-19 Thread Maurizio Cucchiara
Do you mean something like expose a kind of soap webservice through rest plugin? 2010/10/19 Dave Newton : > On Tue, Oct 19, 2010 at 2:57 AM, Frans Thamura wrote: >> we have REST plugins, is it possible to implement SOAP on REST, so the >> output is not XML or JSON, but a SOAP >

Re: SOAP on REST

2010-10-19 Thread Dave Newton
On Tue, Oct 19, 2010 at 2:57 AM, Frans Thamura wrote: > we have REST plugins, is it possible to implement SOAP on REST, so the > output is not XML or JSON, but a SOAP SOAP is XML--I'm not really sure what you're asking either, I guess. http://en.wikipedia.org/wiki/SOAP#Transpo

Re: SOAP on REST

2010-10-19 Thread Jordi Fernandez
I don't understand your question clearly. Can you provide more detail on the expected behaviour/outcome? On 19/10/2010 8:57, Frans Thamura wrote: hi all we have REST plugins, is it possible to implement SOAP on REST, so the output is not XML or JSON, but a SOAP i just getting confuse

SOAP on REST

2010-10-18 Thread Frans Thamura
hi all we have REST plugins, is it possible to implement SOAP on REST, so the output is not XML or JSON, but a SOAP i just getting confuse about SOAP over HTTP. F