
Web services are self-contained, modularized, executable entities that can be published, searched for, and accessed across a network. For a caller or sender, a Web service is a black box that may require input and delivers a result.
The Guided Procedures (GP) framework enables you to import any Web service, thus allowing you to reuse the modules you have implemented in your system without having to modify their implementation.
The procedure below shows you how to create a Web service callable object that is used to start a GP process.
Make sure you enter http://<host>:<port>/gpcore/GPProcessDiscoveryWSIL/inspection.wsil for the direct link to the servlet generating the WSIL file.
For more information, see Creating Connections to Provider Systems .
For more information, see Configuring Groups of Web Service Clients .
A list with the Web service interfaces invoked on the SYS system appears in the Result table below.
The operation parameters are displayed in the right-hand part of the screen.
The input parameters of the Web service are automatically detected.
The output parameters of the Web service are automatically detected.
You have exposed the Web service as a callable object. Now you can test and activate it.
More information: Testing and Activating a Web Service Callable Object .