Skip to Main Content

Referencing WADL Link dynamically

DLopezFeb 16 2016 — edited Feb 24 2016

Hi,

I'm developing an application that consumes Rest Services (another application) using Restful Client and Proxy where I indicate the WADL link to obtain the methods and respective results in the service.

One thing came to my attention, I have to change the WADL Link each time I change server, each client has it's own server where I have to make a depploy of the services and client.

Is there a way that the WADL Link can be referenced dynamically, something like an application property in weblogic, after deploy is made, so that I don't have to deploy the client each time there is a new WADL Link?

I'm using Jdev 12.1.3

Thanks

Comments
Post Details
Added on Feb 16 2016
17 comments
519 views