Global Resource Properties

Connection Settings

The connection settings of global resource can be configured from the property settings of each adapter or “Global Resource Settings” of the control panel.
Basic settings
Item name Required/Optional Use of variables Description Remarks
Name Required Not available Enter the name of the connection settings.
 
Required settings
Item name Required/Optional Use of variables Description Remarks
WSDL file Required Only environment variables are available Enter the location of the WSDL file where the definition information of Web service is described.

When using WSDL file on DataSpider File System, enter the file path of DataSpider File System.
You can click [Browse] button to launch file chooser and find the file.

When getting WSDL on the network, check [Get WSDL on network] and enter the URL of WSDL that has been published as Web service.
  • When using WSDL file in DataSpider File System, specify the file path as an absolute path of DataSpider File System.
  • When using WSDL file on DataSpider File System, except for the path separator “/”, restricted characters of DataSpider File System cannot be used.
Get WSDL on network Required Not available Select whether or not to get WSDL on network.
  • [Checked]:
    Get WSDL on network.
  • [Not checked]: (default)
    Do not get WSDL on network.
 
Timeout (seconds) Optional Only environment variables are available Enter the period for connection timeout in seconds.
  • Default value is 300 and the value will be set to 300 when you omitted.
Authentication Required Not available When getting WSDL via network, select which authentication to be performed.
  • [None]: (default)
    Authentication will not be performed.
  • [Basic authentication]:
    Basic authentication using user name and password will be performed.
  • Authentication information specified in global resource can be also used in “Execute Web Service”.
  • Even when not getting WSDL via network, the authentication information can be set.
    (As it can be used from “Execute Web Service”)
User name Optional Only environment variables are available Enter the user name used for authentication.
  • Enabled when [Basic authentication] is selected in [Authentication].
Password Optional Only environment variables are available Enter the password used for authentication.
  • Enabled when [Basic authentication] is selected in [Authentication].
Property actions
Item name Description Remarks
Connection test Check the connection to the host.  
Client certificate settings
Item name Required/Optional Use of variables Description Remarks
Use client certificate Optional Not available Select whether or not to use client certificate.
  • [Checked]:
    Use client certificate.
  • [Not checked]: (default)
    Do not use client certificate.
  • When [WSDL file] or SOAP endpoint is a URL starting from “http://”, even if it is checked, the client certificate will not be used.
Certificate store file Required Only environment variables are available Enter the file path of a client certificate store file.

You can click [Browse] button to launch file chooser and find the file.
  • Enabled when [Use client certificate] is checked.
  • Specify that as absolute path of the server OS local file system.
Certificate store password Optional Only environment variables are available Enter the password of the client certificate store file.
  • Enabled when [Use client certificate] is checked.
Certificate store format Required Not available Select store format of the client certificate store file.
  • [PKCS #12]: (default)
    The client certificate store file will be handled in PKCS #12 format.
  • [JKS]:
    The client certificate store file will be handled in JKS format.
  • Enabled when [Use client certificate] is checked.
  • lightbulbWhen a key file is different from the certificate file, create the store file using openssl command etc.
    Example: In the case of openssl command
    openssl pkcs12 -export -inkey <key file> -in <certificate file> -out <store file>
Property actions
Item name Description Remarks
View certificate View the contents of the certificate entered in [Certificate store file].  

Component Pool Settings

Component pool is not supported.

Security

The security settings can be configured in “Global Resource Settings” of the control panel.

Specification Limits

Major Exceptions

Exception name Cause Solution
InvalidPropertyConfigurationException
<property name> is not specified.
[<property name>] is not specified. Specify [<property name>].
FileIsDirectoryException The path entered in [WSDL file] is directory. Enter a file path in [WSDL file].
java.io.FileNotFoundException The file specified in [WSDL file] does not exist. Check [WSDL file].
java.net.MalformedURLException:
no protocol
The content entered in [WSDL file] is invalid. Check [WSDL file].
java.io.IOException:
Server returned HTTP response code: 401
When getting WSDL via network, server authentication has failed. Check [Authentication][User name][Password].