I understand, thanks for the clarification! :-)
So to keep my application working with clients not sending any Content-Type,
I have to manually lookup the default JAXB provider and give it a fake MIME
type, right? So I'll do that...
Markus
> In the absence of @Consumes or @Produces, */* is assumed, see sections
> 3.5 and 4.2.3 of the spec:
>
> However, the standard JAXB provider is only required to support text/
> xml, application/xml and application/*+xml, see:
>
> https://jsr311.dev.java.net/nonav/releases/1.0/spec/
> spec3.html#x3-460004.2.4
>
> Marc.