users@glassfish.java.net

Re: HTTP 405 error

From: Marcus Veloso <mveloso.java_at_gmail.com>
Date: Wed, 23 Jun 2010 11:45:54 -0300

Hi, Solved. Just remove @Consumes annotation after @POST. Don't ask me why.

...
@POST
public String postXml(String content) {
...

Paul, thank you for your help.

Marcus