Section | Description |
General Info | Identifies The folder in which the service is contained and the service name. The name of the package with which the service is associated. The type of service: Flow, Java, or C/C++. Whether or not the service is stateless. The allowed HTTP methods. |
Universal Name | The name that will be used to qualify the name of this service. It consists of the namespace name and the local name. By convention, a URI is generally used as the namespace name (e.g., http://www.gsx.com/gl). This assures that the universal name is globally unique. The local name uniquely identifies the service within the collection encompassed by namespace name. Most sites use the unqualified portion of the service name as the local name You may use any sequence of characters or digits for the namespace name and the local name. |
Java-Specific Parameters | For a Java service, identifies the Java class name and method name for the service. |
Access Control | Identifies the ACLs assigned to the service or specification. For information about ACLs, services, and specifications, see
Controlling Access to Resources with
ACLs. |
Cache Control | Identifies whether the server is to save the results of executing this service in cache. For information, see
Caching Service Results. |
Data Formatting | Identifies the name of a binding service that parses incoming XML for the service, the output template associated with the service (if any), and the type of the output template (HTML or XML). For information about output templates, refer to the Dynamic Server Pages and Output Templates Developer's Guide. |