error ORA-105100 when trying to call a SSL Web Service from Oracle Forms 11g
Hi all,
I used JDeveloper 11g to create a stub to call and external SSL web service (HTTPS). I tested the stub in JDeveloper environment and it worked fine. But when I tried to call it from Form 11g, I got this error FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-105100.
I have no error at if I call an unsecure (HTTP) web service from Forms.
Thanks