Avatar

Level 4

Create a string parameter cfg_TgtURL and specify it as a Configuration Parameter.

Create a WebServiceSettingBean parameter and populate the WSDL URL (Dev env) and other info (Port, Target URL, Op)

In your WF process before you inovke your web service add a SetValue activity.

Set the mapping..

Location = /process_data/WebServiceSettingBeanParameter/object/@targetUrl

Expression = /process_data/@cfg_TgtURL

You can set any of the web service parameters this way.

When you migrate your WF to another env, go into adminui and set the config param for the new env.