Configure a Web Service activity

  1. Add a Web Service activity to the map. See Add an activity.
  2. On the Extended Properties page of the Web Service activity, click the Configuration tab.
  3. Consume the web service reference in the Web Service box.

    Note You can whitelist a web service reference. If Allow All in the system settings is set to No, you can only use the whitelisted web service references. See Configure the server URLs and database connection strings.

  4. On the Class list, select the class.
  5. On the Method list, select the method.

    A list of associated parameters appears.

    • If a web service call contains classes within classes, all available levels of classes appear.

    • If the classes are recursive, only three levels of classes appear.

    • If a web service call contains arrays within arrays, all available levels of arrays appear.

  6. Map variables to the parameters using dynamic or static values.
    Note To help transfer asset binary data, map string variables as an input or output to byte[] array type parameter.
  7. Click Save.

    You must map all the parameters; otherwise, a message indicates that the parameters list is incomplete.