Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference in Endpoint and SOAPaction in SOAPUI and Oracle apex_web_service.make_request

3253886Jul 15 2016 — edited Jul 15 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 12 2016
Added on Jul 15 2016
1 comment
433 views