Skip to Main Content

DevOps, CI/CD and Automation

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!

Error in Consuming R12 Webservices in Oracle ADF Mobile application

User_19K1AApr 13 2017 — edited Apr 16 2017

Hi All,

I am using Jdeveloper 11.1.2.4.0

I created a ADF Mobile application and created a datacontrol based on a soap webservice.

The webservice is a free webservice http://www.webservicex.net/CurrencyConvertor.asmx?wsdl

I dragged and dropped this datacontrol to my amx page . it worked.

Now I tried the same with R12 webservices which is deployed in R12.1.3 through integrated SOA Gateway.

I created the datacontrol with this webservice.

I dragged and dropped the datacontrol to my amx page and deployed it in my device.

It is showing "Error 500 , Invalid iterator binding"

Also I have checked whether my mobile have access to the wsdl or not .

I tried putting the wsdl url in my mobile browser and found the wsdl xml  .. there is no issue with network.

Still I am facing this issue.

Regards,

Rajesh T Jayaraj

Comments

SriniVEERAVALLI
Answer
Try IFNULL(expr, value)
for other column

"Fact - OLB Processed Invoices"."Invoice Amount - Functional Currency"+IFNULL("Fact - OLB Processed Invoices"."AR Tax Amount - Invoice Currency",0)

Edited by: Srini VEERAVALLI on Mar 20, 2013 10:02 AM
Marked as Answer by 994691 · Sep 27 2020
994691
Hi veeravalli ,
Thanks, I was trying for the same. But there was a problem with the server,I have restarted it,and now it is working. Thanks a lot.
1 - 2

Post Details

Added on Apr 13 2017
3 comments
355 views