Hi all, I created a WebService using REST calls.
GET and DELETE calls are both ok. Now when I POST a resource, the Java method is always called two times ! And when I PUT a resource, POST method is automaticaly called after the PUT one. I don't know what to do to fix this issue. Any idea ? Thanks :) -- View this message in context: http://cxf.547215.n5.nabble.com/REST-service-problems-tp5724338.html Sent from the cxf-user mailing list archive at Nabble.com.
