WebService Viewer: Administration
Within this interface, it is possible to configure some parameters necessary for customizing the service's functionality.
Features
- It is an administration interface
Screens
- Basic Information
- URL (string) : Specification of the access address of the WebService from which information is to be retrieved.
- Request XSL (string) :
This field should specify the path of the XSL file that must be applied when the types of parameters are complex and require special formatting.
The default XSL RequestDefault.xsl, which is used when the value of this field is omitted, is located in "lumis/service/webserviceviewer/style. It only manipulates primitive parameters (strings, integer, etc...). - Namespace (string) : Namespace of the WebService to be queried
- Web Service Method (string) : _DOC_STR_METHOD_CONFIGURATION_
- HTTP Method (string) : Determines how the parameters will be sent to the webservice. Possible values are:
- GET: GET HTTP sending parameters through the URL;
- POST: POST HTTP sending parameters in the request body;
- SOAP: POST HTTP sending parameters in XML in the SOAP protocol.
- Parameters
- Name
- Value
Permissions
- Edit service instance content: Allows managing all data of this service instance with publisher profile.
Actions
- Save Parameter Configuration : Saves and applies to the Viewing interface the configuration of parameters necessary for customizing the service's functionality.