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!
In an ADF Mobile app... I have a web service I am using that is on an HTTPS Server that has a developer cert. I know if I navigate to the WSDL from the Android Emulator Browser app it reports there is a problem with the cert do I want to continue. The problem I am having is the Web Service data control is reporting that it "Could not load wsdl from location: https://my.server.location/MYWSDL.wsdl" (place holders added for discussion). I have exported the HTTPS cert from the "https://my.server.location/MYWSDL.wsdl" on the server and used keytool to add the cert to the cacerts file in <app>\resources\security. Deleted the previous version of the app from the emulator. Cleaned and re-deployed the app to my windows Android emulator and am still getting the same message. Is the import of the cert into cacert all I should have to do or is there some other workaround steps I need?...Or does this not work at all?