Hi, I need to intergrate with one the REST end point using soa 12c however the Content-Type returned by this REST api is text/json which doesn't seem to be supported with soa 12c.
Is there any workaround to this ? I tried changing the mediaType to text/xml in the WADL but it didn't help.
soa returns the following error.
<RestFaultElement>
<code>null</code>
<summary>oracle.fabric.common.FabricInvocationException: java.lang.RuntimeException: Unknown media type : text/json; charset=utf-8</summary>
<detail>Unknown media type : text/json; charset=utf-8</detail>
</RestFaultElement>