Web Service

    For more information on configuring the Hop server check the Hop Server docs

    Your Hop Server needs to know about the metadata you defined. As stated above you need to make sure the server has access to the pipeline(s) you want to execute as well as the server metadata.

    A simple example would be:

    ParameterDescription

    The name of the service. This corresponds to the Web Service metadata object.

    Any parameter name

    Any parameter can be set simply by passing the value through the request URL

    Any variable name

    Any variable can be set simply by passing the value through the request URL

    The following executes Hop Web Service test as seen in the screenshot above. It passes a parameter B and a variable A and outputs JSON produced by a JSON Output transform.

    Web Service pipeline example