I wrote a RESTful webservice using JAX-RS API, that returns an XML string.
I am trying to write another RESTful webservice that takes in this XML string, does parsing of it using ...
I trying to expose some groovy service with jersey and girzzly. but i got a wierd error when i'm launching my servlet container.
Here is the snippet which lauch it:
I'm having some trouble implementing a sort of oddball spec using Jersey, and it would help me if I could get the raw request string.
Basically the spec calls for requests ...
Sorry for the poor title.
I have a URL like this:
http://testserver:8080/dummy/server?@_1231Fv_C
When I access this URL using browser, this returns me a PNG image.
But, when I try to fetch ...