Control-M for Web Services connection profile parameters

The following table describes the Control-M for Web Services connection profile parameters.

Parameter

Description

Web Service Source/URL Source

Specifies the source for the connection profile to be created.

Valid values:

  • Local File System: A saved finite number of WSDL files, in a specific directory.
  • Web Service URL: Direct location of one specific WSDL
  • REST: Schedule jobs that execute RESTful services

Web Service Location/URL Location

  • Local File System: Specifies a path to the directory containing the WSDL files.
  • Web Service URL: Specifies A URL that points to the location of one specific WSDL file
  • REST: Specifies the base URL location to the RESTful services, excluding the specific resource context path.

If the URL starts with https, retrieve the SSL certificate from the target URL (for example, open the URL in an internet browser and save the SSL certificate from the browser options menu) and import the certificate into a local keystore where the Agent is installed. Open <Agent>/data/WS.dat and add the following parameters under the [GENERAL] section:

-Djavax.net.ssl.keyStore <keystore file path>

-Djavax.net.ssl.keyStorePassword <keystore password>

-Djavax.net.ssl.trustStore <truststore file path>

-Djavax.net.ssl.trustStorePassword <truststore password>

Execute <Agent>/cm/WS/exe/stopwscm to refresh the update.

Parent Topic

Creating a connection profile