Web Service
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.
The best way to do this is to set the following option in your XML configuration file:
Parameter | Description |
---|---|
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.
The web service pipeline looks like this: