Env-variables

Env-variables specify environment variables (name-value pairs). The Command line adapter supports this feature.

The following figure shows an XML sample using the env-variables feature in an adapter request.

XML sample of the env-variables feature in an adapter request


<adapter-request>
  <env-variables>
    <env-variable>
      <name>New_Variable11</name>
      <value>New_varaible11_value</value>
    </env-variable>
  </env-variables>
</adapter-request>

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments