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 a88cb2ccda Update web-service.adoc
new f4d628b742 Merge pull request #3156 from openinbigdata/release/2.5.0-1
a88cb2ccda is described below
commit a88cb2ccda38e7ebcd4a44671b1d677c1f979dc5
Author: Openin Big Data <[email protected]>
AuthorDate: Fri Aug 11 16:42:28 2023 -0300
Update web-service.adoc
I was following the doc and realized that these adjustments need to be
applied
---
.../modules/ROOT/pages/hop-server/web-service.adoc | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/hop-server/web-service.adoc
b/docs/hop-user-manual/modules/ROOT/pages/hop-server/web-service.adoc
index e7f2f54b75..bcf377f536 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-server/web-service.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-server/web-service.adoc
@@ -72,11 +72,18 @@ As stated above you need to make sure the server has access
to the pipeline(s) y
The best way to do this is to set the following option in your XML
configuration file:
+Linux
[source,xml]
----
<metadata_folder>/path/to/your/metadata</metadata_folder>
----
+Windows
+[source,xml]
+----
+<metadata_folder>C:\\path\\to\\your\\metadata</metadata_folder>
+----
+
A simple example would be:
[source,xml]
@@ -94,7 +101,7 @@ A simple example would be:
== Using the service
-=== Base request
+=== Base request (ATTENTION: Use the S word capitalized)
[source,http request]
----
@@ -106,7 +113,7 @@ http://<hop-server-url>/hop/webService
|===
|Parameter |Description
-|`execute`
+|`service`
|The name of the service.
This corresponds to the Web Service metadata object.