Versions Compared

Key

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

...

When you configure a Data Connector applet to get data from or send data to an external web service, you can send static values to that web service in the request object. You can also send values that other applets in the interaction plan have collected and stored in Data Sources—Data Sources are specific to each interaction so you cannot know their values when you configure the Data Connector applet. For example, you can pass the contents of a Data Source that contains the caller's order ID, and use this order ID to get information about the caller's order from the configured web service.

To You can use Data Source values in the following ways:

  • If you are defining the web service interaction using XML, to insert a Data Source value into a request, use a placeholder in the Url element, Key or Value element of a header, or in the CDATA section of the Body element.

...

  • If you are using a template to define the web service interaction, to insert a Data Source value into a request, use a placeholder in any required request parameter fields.

Placeholders must be in the format $(DataSourceName). Replace DataSourceName Replace DataSourceName with the name of the Data Source that contains the value you want to use in the request.

...