You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Anton Johansson (JIRA)" <ji...@apache.org> on 2017/04/18 11:27:41 UTC

[jira] [Created] (CXF-7338) WebClient, map response Content-Type to other types

Anton Johansson created CXF-7338:
------------------------------------

             Summary: WebClient, map response Content-Type to other types
                 Key: CXF-7338
                 URL: https://issues.apache.org/jira/browse/CXF-7338
             Project: CXF
          Issue Type: Wish
          Components: JAX-RS
    Affects Versions: 3.1.9
            Reporter: Anton Johansson


I'm communicating with a third party provider and I'm using CXF (WebClient), like I always do. But this third party provider has messed up slightly. Even if the contents actually is XML, they return Content-Type `text/html;charset=ISO-8859-1`.

So I would like the possibility to tell my client to treat text/html as application/xml in this specific scenario (maybe using `client.map("text/plain", "application/xml").post(data);`).

If there's another solution or workaround that I've missed, please let me know!



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)