Oracle Application Express (MOSC)

MOSC Banner

HTTP response 415 - Cannot process the message because the content type 'text/xml; charset=UTF-8'

Hi all,

When we try to invoke a response from a SOAP web service through Oracle-APEX by creating a Web Service Reference through shared Components or making a web request thru apex_web_service.make_request() in a function is resulting in:

HTTP response 415 - Cannot process the message because the content type 'text/xml; charset=UTF-8' was not the expected type 'application/soap+xml; charset=utf-8'.

The function created for your reference:

create or replace FUNCTION BD_GetPinCode(

P_Pincode IN VARCHAR2,

P_ProductCode IN VARCHAR2,

P_CustomerCode IN VARCHAR2,

P_license_key IN VARCHAR2,

P_login_id IN VARCHAR2

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center