I have created an HTTP adapter and invoked a RESTFul service successfully, with following configuration
<protocol>http</protocol>
<domain>localhost</domain>
<port>8080</port>
However, I want to read these parameters from my own properties file. (Not from workligh.properties file).
How can I do this? Please help. I am using Worklight 6.0 version.