System web service JavaServer pages
The System web service generator generates JavaServer pages from the web service interfaces to perform initial smoke tests on system web service component methods. These JavaServer pages are available only for system web services and only WorldServer administrators can access them.
Through these services, you can invoke all the exposed web service methods non-programmatically by using a web browser. Web service pages display method listings, parameter inputs for selected methods, and the results of invoking the selected methods. Thus, you can invoke servlet-based methods and test web service implementations.

The frames of a generated web services page are:
- The
Methodsframe – It displays all the exposed methods for the current web service. - The
Parametersframe – It requests input for all named method parameters. For WorldServer parameters, type the appropriate identifier values and select the appropriate identifier check boxes (where multiple identifiers are available for that object). The values you type must match the identifier types indicated by all the selected identifier boxes. - The
Resultframe – It displays the data transfer object results of invoking the web service method with the specified parameters. You can follow links to additional web service pages or data transfer objects recursively. Each web service page is displayed in the context of a WorldServer data transfer object currently associated with the web service at runtime.
The typical root URL for this servlet component is http://<ws-host>:<port>/ws-legacy/webservices/WSContext/Main.jsp