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
0