Re: ReST with Axis2

2013-05-02 Thread Kishanthan Thangarajah
On Thu, May 2, 2013 at 8:07 PM, Roman Manz wrote: > Hello Kishanthan, > > I also play with this and I wonder if there is a document that describes > restful service implementations, preferably both wsdl1.1 and wsdl2.0. I am > happy for everything you have! > This [1] article explains about rest

RE: ReST with Axis2

2013-05-02 Thread Martin Gainty
you're probably better off implementing a technology which supports REST e.g. JAX-RS http://www.ibm.com/developerworks/web/library/wa-jaxrs/ Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vert

Re: ReST with Axis2

2013-05-02 Thread Roman Manz
Hello Kishanthan, I also play with this and I wonder if there is a document that describes restful service implementations, preferably both wsdl1.1 and wsdl2.0. I am happy for everything you have! Many thanks Roman From: Kishanthan Thangarajah To: "[email protected]" , Jack Spr

RE: Accessing an HttpServletRequest from inside an AXIS2 module

2013-05-02 Thread Okken,Brett
If you are only concerned with http requests, an alternative would be to implement a servlet Filter[1]. Here is a very basic outline of what it could look like: public class PerformanceFilter implements javax.servlet.Filter { public void doFilter(ServletRequest request, ServletResponse respon