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 6345106  HOP-3667 escape entire url to avoid parsing issues
     new 73108b2  Merge pull request #1284 from bamaer/HOP-3667
6345106 is described below

commit 6345106efdfb8820628fd7aceb3491d89feb4d71
Author: Bart Maertens <[email protected]>
AuthorDate: Thu Jan 20 21:40:09 2022 +0100

    HOP-3667 escape entire url to avoid parsing issues
---
 .../ROOT/pages/how-to-guides/apache-hop-web-services-docker.adoc       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 c60aff8..81350d9 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,7 +155,8 @@ 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>&amp;Param1=Value&amp;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.
 

Reply via email to