REST service with binary data
- by user179437
Hi
I want to create Restful service which can accept binary data.
I've implemented javax.xml.ws.Provider interface, but i can't get content of request. If I use javax.xml.ws.Dispatch then its send only XML data, but I need transfer binary data.
Please give some solution, but I don't prefer to use JAX-RS or Restlets.
Thanks.