You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Executable Services

An executable service converts an executable on your system (such as  script, exe, perl program) to a service that can be supplied through server interfaces.

GSS Server checks the input parameters of executable service

Mandatory Parameter

If a parameter is configured as mandatory, the service requests arrived for must include this parameter in the parameter list. Lack of this parameter causes the GSS Server to response with error. 

..
<parameter name="param2" default="" required="true"></parameter>
..

Parameter Order

If parameter order is required for a service, the order of the parameters on request should be in the same order in service definition. In case of mismatching order, GSS Server responses with error.

Authorization Policy

Authorization Policy

  • No labels