
Before you can expose a Web service (WS) as a callable object, you have to create and configure the destination that points to the location of the service.
Destinations are required for all Web services that need authentication.
| Destination Type | Configuration and Examples |
|---|---|
|
WSDL |
In the URL field, enter the direct link to the servlet that generates the WSDL file. http://<host>:<port>/<name of service>
http://localhost:53000/GPRuntimeFacadeWS/GPProcessExposing?wsdl |
|
WSIL |
In the URL field, enter the direct link to the servlet that generates the WSIL file. http://<host>:<port>/<location of service>
http://localhost:50000/gpcore/GPProcessDiscoveryWSIL/inspection.wsil |
|
Services Registry |
This type of destination is used to configure the UDDI Services Registry. Depending on the system that hosts the SR (Java or ABAP), you have to specify relevant connection details and security options. |
You may need to configure different types of authentication for the different ways a Web service is accessed (metadata retrieval or invocation). For example, you may use both basic HTTP authentication and X.509 Client certificate. In this case, you must create two separate destinations:
For more information about:
You can now use the destination in Guided Procedures to create a callable object of type Web Service.
More information: Exposing Web Services as Callable Objects
Guided Procedures offers its own Web services for starting processes and completing actions. To be able to use them, you have to configure destinations of type WSIL:
URLs: http://<host>:<port>/gpcore/GPProcessDiscoveryWSIL/inspection.wsil
http://<host>:<port>/gpcore/GPProcessDiscoveryActiveWSIL/inspection.wsil
More information: Consuming the GPProcessDiscovery Web Services
URL: http://<host>:<port>/gpcore/GPActionDiscoveryWSIL/inspection.wsil
More information: Consuming the GPActionDiscoveryWSIL Web Service