It is possible to call Geoprocessing Tools via Service API by using the following parameters:
•gp_tool: Defines the external ID configured in Geoprocessing
•gp_param_name: Defines the name of the input parameter of the tool
•gp_param_value: Defines the value of the input parameter of the tool
Note: WebOffice 10.7 SP1 supports only INPUT parameters from simple types (no geometries). OUTPUT parameters are not supported by WebOffice 10.7 SP1.
Note: More gp tools in the same request can be combined via gp_tool, gp_tool2, gp_tool3, ...
Sample call:
https://<server name>[:<port>]/<WebOffice application name>//synservice?project=<project name>&gp_tool=sewer_sections&gp_param_name=Object_ID&gp_param_value=42&gp_tool2=calculate_area&gp_param_name2=Select_Municipality_Number&gp_param_value2=63101