Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


For example, 
WEBLOGIC_FOLDER==${{FDWLS_WEBLOGIC_HOME}}
In this case, FDWLS_WEBLOGIC_HOME from current instance is used for replacement. 
Or 
WEBLOGIC_FOLDER==${{ADF1:FDWLS_WEBLOGIC_HOME}}
In this case, FDWLS_WEBLOGIC_HOME from instance defined with ADF1 code is used for replacement.

Or

This url would look like this before replacement properties are added:

http://devhost:8001/soa-infra/services/default/CalledProcess!1.0/calledprocess_client_ep?WSDL

would look like this after:

http://$\{{FDSOA_SERVER_HOST}}:${{FDSOA_SERVER_PORT}}/soa-infra/services/default/CalledProcess!1.0/calledprocess_client_ep?WSDL