Hi all,

I'm using resin 3.1 snapshot (haven't upgraded yet), and I can't make rest
web services work using post method. Is there any way it can be achieved?
The service definitio is this:

<web-service
       class="example.HelloWorldImpl">
       <rest>
           <url-pattern>/service/*</url-pattern>
           <jaxb-package>example.ws.response</jaxb-package>
       </rest>
   </web-service>


I know it's deprecated in 3.1, but I can't get 3.1 to work because it can't
find a class, altought it is in the jar in the WEB-INF/lib folder.


Thanks in advance.
Pablo.
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to