This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new 4b7da46 HOP-3667 replace & by & to avoid website build errors
new 4e1a940 Merge pull request #1282 from bamaer/HOP-3667
4b7da46 is described below
commit 4b7da466fc6de479ba914cd6747d57fdd1942e06
Author: Bart Maertens <[email protected]>
AuthorDate: Thu Jan 20 19:39:05 2022 +0100
HOP-3667 replace & by & to avoid website build errors
---
.../ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
b/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
index 13365d8..6eb1302 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc
@@ -155,13 +155,13 @@ docker run -it --rm \
If the container has been started successfully, the web server GUI can be
opened via http://<IP_HOST>:<PORT_HOST>/hop/status/ which gives an overview of
the pipelines and workflows called up after logging in (using the administrator
IDs passed).
To call a web service with the name <NameofService>, the following request is
necessary:
-http://<IP_HOST>:<PORT_HOST>/hop/webService?service=<NameofService>&Param1=Value&Param2=Value2....
+http://<IP_HOST>:<PORT_HOST>/hop/webService?service=<NameofService>&Param1=Value&Param2=Value2....
The WebService **countTeams** from this tutorial expects the parameter
PARAM_PROJECT_ID.
The call is made as follows:
-*http://localhost:8182/hop/webService/?service=countTeams&PARAM_PROJECT_ID=63*
+*http://localhost:8182/hop/webService/?service=countTeams&PARAM_PROJECT_ID=63*
image:how-to-guides/web-services-in-docker/result.png[Hop web services in
Docker - result, width="80%"]