Hi,
I created a service call out extension to consume third party webservice in Corticon.
In dev environment I used "Dev WSDL URL" of third party. Please suggest how we can parameterize the WSDL URL so that same code can be deployed to QA and production environments.
Thanks,
Archana
· Manage the URL in a properties file – load the properties file at runtime from either classpath or a predefined location.
· Pass the URL via system properties – pass the URL as a system property to the application at boot time.