Hello Everyone,
I'm using JDeveloper 11.1.2.3. I created a mobile application by which i do simple search in the database. I successfully created a web service and run it on the integrated server. Everything is great! I'm even able to start the service in a browser on: [http://127.0.0.1:7101/MobileExample-Model-context-root/AppModuleService?WSDL]
However, when i try deploying the application on the emulator, I'm getting the following error on application start up:
Cannot connect to 127.0.0.1 on port 7101:java.net.ConnectException: Connection refused.
I made sure that i am not behind firewall, and i do not have any proxy.
Any ideas?
Mohamed.