Webservice

Webservice

Applies to: Kyvos Reporting


A Web Service Parameter Object is used within a Query Object to connect to a predefined web service.

Defining Web Service Parameters

To use a parameter with a web service source:

  1. Create a Web Service Parameter Object.

  2. In the Dynamic Source Statement, specify the web service call to fetch column values based on a criterion.

    • The statement should be structured to return values matching a specific input (e.g., a bank code).

    • The parameter will be passed to the web service call during query execution.

Example: If you are retrieving values based on a bank code, the dynamic source statement should filter records where the bank code matches the parameter value.

Using the Parameter in a Query Object

Once the parameter is defined:

  • You can use it in any Query Object that uses the same web service connection.

  • The parameter will dynamically supply values to filter or retrieve data from the web service.

Note

Ensure that the query object and the web service connection are properly configured to recognize and utilize the parameter during execution.

Copyright Kyvos, Inc. 2025. All rights reserved.