Hi All,
I am trying to make an web service request with the apex_web_service.make_request function and i am getting the following error as responce:
l_xml=<?xml version='1.0' encoding='UTF-8'?><err><sqlerrm>ORA-31011: Ontleden van XML is mislukt.
ORA-19202: Fout in XML-verwerking (
LPX-00229: input source is empty).</sqlerrm><response><![CDATA[]]></response></err>
For the endpoint i use an https call and the wallet parameter is set when using apex_web_service.make_request api function call.
Using the same endpoint and soap_action in the SOAPUI tool all works fine.
What could be the reason (difference) why it is working in SOAPUI and is not working with the apex_web_service.make_request api function?
Any hint or help will be much appreciated.
Regards,
Anibal