Jaxrs multipart
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, binary). I have created the request as described in this thread by BalusC. The request seems ok after inspecting it in wireshark, except for the ip header checksum being wrong.(says something about "may be caused by IP checksum offload".) My big issue here is how to handle the multipart request on the service side. I do not wish to include any libraries from apache.cxf, resteasy or anything of the sort. All I want to rely on is the