Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name of the connection 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. |
|
Get WSDL on network | Required | Not available | Select whether or not to get WSDL on network.
|
|
Timeout (seconds) | Optional | Only environment variables are available | Enter the period for connection timeout in seconds. |
|
Authentication | Required | Not available | When getting WSDL via network, select which authentication to be performed.
|
|
User name | Optional | Only environment variables are available | Enter the user name used for authentication. |
|
Password | Optional | Only environment variables are available | Enter the password used for authentication. |
|
Item name | Description | Remarks |
---|---|---|
Connection test | Check the connection to the host. |
Item name | Required/Optional | Use of variables | Description | Remarks | |
---|---|---|---|---|---|
Use client certificate | Optional | Not available | Select whether or not to use client certificate.
|
|
|
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. |
|
|
Certificate store password | Optional | Only environment variables are available | Enter the password of the client certificate store file. |
|
|
Certificate store format | Required | Not available | Select store format of the client certificate store file.
|
|
Item name | Description | Remarks |
---|---|---|
View certificate | View the contents of the certificate entered in [Certificate store file]. |
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]. |