Because you have the @Consumes annotation, you are saying you will only accept requests with multipart content-type header. You must include the Content-Type header in your request. This allows you to use different methods to service different content-types with the same path.
Cheers > On May 24, 2016, at 3:54 AM, Mihael Schmidt <[email protected]> wrote: > > MULTIPART_FORM_DATA
