REST service with binary data

Posted by user179437 on Stack Overflow See other posts from Stack Overflow or by user179437
Published on 2010-04-22T07:31:32Z Indexed on 2010/04/22 7:33 UTC
Read the original article Hit count: 339

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about rest

Related posts about java