Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select a global resource.
For details about how to configure global resource, refer to “Global Resource Properties”.
- [Add]:
Add a new global resource.
- [Edit list]:
Global resource settings can be edited in “Edit resource list” screen.
|
|
Service |
Required |
Not available |
Select a service to execute. The services defined in the selected [Destination] are displayed. |
|
Port |
Required |
Not available |
Select a port to execute. The ports corresponding with the selected [Service] are displayed. |
|
Operation |
Required |
Not available |
Select an operation to execute. The operations corresponding with the selected [Port] are displayed. |
|
Read attribute information from WSDL |
Optional |
Not available |
Select whether or not to read attribute information from WSDL.
- [Checked]:
Read attribute information from WSDL and reflect it in the input/output schema.
- [Not checked]: (default)
Do not read attribute information from WSDL.
|
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Authentication |
Required |
Not available |
Select whether or not to perform authentication using WS-Security when executing web service.
- [None]: (default)
Do not perform authentication using WS-Security.
- [Plaintext password authentication]:
Perform authentication using WS-Security. User name and password will be embedded in SOAP header, password authentication by plaintext will be performed.
|
For details on WS-Security, refer to “WS-Security 1.0” (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0.pdf).
|
User name |
Optional |
Available |
Enter the user name used for authentication. |
- Enabled when [Plaintext password authentication] is selected in [Authentication].
|
Password |
Optional |
Available |
Enter the password used for authentication. |
- Enabled when [Plaintext password authentication] is selected in [Authentication].
|
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Receive attachment |
Optional |
Not available |
Select whether or not to receive attachments.
- [Checked]: (default)
Receive attachments of message.
- [Not checked]:
Do not receive attachments of message.
|
|
Attachment store |
Required |
Available |
Enter the directory where to store attachments.
You can click [Browse] button to launch the directory chooser and find the directory.
|
|
When file with same name exists in attachments |
Required |
Not available |
Select a behavior when the file with same name exists in attachments.
- [Overwrite]: (default)
Overwrite file.
- [Append sequence number]:
Append sequence number as “<file name>_1.csv”. When the file has extension, sequence number is put at before the extension.
|
- Enabled when [Receive attachment] is checked.
|
Component variable name |
Description |
Remarks |
attachment_id |
The content ID of received attachment is stored. |
- When receiving multiple attachments, IDs are output delimited with comma (,) and the order corresponds with [attachment_path].
|
attachment_path |
The path of received attachment is stored. |
- When receiving multiple attachments, paths are output delimited with comma (,) and the order corresponds with [attachment_id].
|
message_category |
When an error occurs, the corresponding message code's category is stored. |
|
message_code |
When an error occurs, the corresponding message code is stored. |
|
message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will be in the following format.
Example: “java.io.FileNotFoundException”
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_message |
When an error occurs, the error message is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_trace |
When an error occurs, the error's trace information is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions and client applications.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException Required item of the resource is not specified. :<property name> |
[<property name>] of [Destination] is not specified. |
Specify [<property name>] of [Destination]. |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. |
Specify [<property name>]. |
FileIsDirectoryException |
The path entered in [WSDL file] of [Destination] is directory. |
Enter a file path in [WSDL file] of [Destination]. |
DataProcessingException |
Failed to execute the Web service. |
When executing a script in debug mode, the SOAP envelope sent to the execution log is output. Check whether the SOAP envelope is sent in a correct format. |
DataProcessingException java.io.FileNotFoundException |
Failed to read the WSDL file. |
Check [WSDL file] specified in the [Destination]. |
java.io.FileNotFoundException |
The file specified in [WSDL file] of [Destination] does not exist. |
Check [WSDL file] of [Destination]. |
org.apache.axis.AxisFault (401)Unauthorized |
Authentication with the server has failed while executing the Web service. |
Check [Authentication][User name][Password]. |
InvalidSOAPHeaderException |
Failed to create a SOAP header while executing the Web service. |
Check the content entered in [SOAP header]. |