I\'m trying to perform a request to a jaxrs service which has media type set to multipart/form-data. This request contains a list of entities(xml) and an image(png,
multipart/form-data
I have implemented this in Glassfish 4 without coupling with Jersey. @See this post for details