Navigation:  WebOffice APIs > Service API >

GP Tools in Service API

Previous pageReturn to chapter overviewNext page

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.5 SP2 supports only INPUT parameters from simple types (no geometries). OUTPUT parameters are not supported by WebOffice 10.5 SP2.

Note: More gp tools in the same request can be combined via gp_toolgp_tool2gp_tool3, ...

 

Sample call:
http://<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