in reply to Re^2: Http Post to Oracle Apex restful web service inserts null into oracle database table with XMLType and varchar2 columns
in thread Http Post to Oracle Apex restful web service inserts null into oracle database table with XMLType and varchar2 columns

I am trying to replicate the following http post request found here

Well, you say that part is successfull ; sure, you posted code full of syntax errors which wouldn't run, but if your real code is inserting nulls it means it runs, which means the "post"ing part works

What must be the problem is what you're posting, not how

So what APEX docs are you reading that tell you what you're supposed to send?

  • Comment on Re^3: Http Post to Oracle Apex restful web service inserts null into oracle database table with XMLType and varchar2 columns

Replies are listed 'Best First'.
Re^4: Http Post to Oracle Apex restful web service inserts null into oracle database table with XMLType and varchar2 columns
by guyenko (Initiate) on Oct 20, 2013 at 00:21 UTC

    Unfortunately, Oracle provides mediocre documentation on POST APEX Restful web services. I will ask Oracle support for more info. Thank you for your help!