Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
![]()
|
|
Path | Optional | Available | Enter the path to be connected.
If relative path ("/" Path does not start) is specified, "/" is automatically added to the beginning. |
|
Method | Required | Not available | Select the HTTP method.
|
|
Content-Type | Required | Available | Select or enter Content-Type for POST data .
|
|
POST file path | Required | Available | Enter the file path.
Click [Browse] button to activate the file Selectr and Select the file. |
|
Output file | Required | Available | Enter the path of the output file.
Click [Browse] button to activate the file Selectr and Select the file. |
|
XHTML format | Optional | Available | Select the data obtained whether the XHTML format.
|
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Authentication mode | Required | Not available | Select the authentication mode.
|
|
User name | Optional | Available | Enter the user name used for basic authentication.
[Authentication mode] in [Basic authentication] is selected to activate. |
|
Password | Optional | Available | Enter the password of basic authentication.
[Authentication mode] in [Basic authentication] is selected to activate. |
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Send cookie of subdomain to server | Optional | Not available | Select whether to send subdomains Cookie.
|
|
Item name | Required / Optional | Use of Variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component Variable name | Description | Remarks |
---|---|---|
message_category | Stroes the category to which corresponding message code belongs to, when an error occurs. |
|
message_code | Stores its corresponding message code of occured error. |
|
message_level | Stores the severity of the corresponding message code of the occured error. |
|
error_type | Returns the error type when error occurred. |
|
error_message | Return the error message when error occurred. |
|
error_trace | Return trace information when error occurred. |
|
Destination URL | Cookie Attributes | Send / Do not send | |||
---|---|---|---|---|---|
domain | path | secure | expire | ||
http://test.example.com/aaa/ | .example.com | /aaa/ | false | Indefinite period | Send to satisfy all conditions. |
http://example.com/aaa/ | .example.com | /aaa/ | false | Indefinite period | Does not send message because the property of domain does not match with cookie. |
http://test.example.com/aaa/ | .example.com | /aaa/bbb/ | false | Indefinite period | Does not send because the property of path is below the path. |
http://test.example.com/aaa/ | .example.com | /aaa/ | true | Indefinite period | Does not send because the property of secure is a value of secret communication. |
http://test.example.com/aaa/ | .example.com | /aaa/ | false | Yesterday's date | Does not send because the property of expire is older than now. |
Exception Name | Causes | Solution |
---|---|---|
ResourceNotFoundException Resource definition could not be found.Name: [] |
[Destination] is not specified. | Please specify [Destination] . |
ResourceNotFoundException Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Destination] is not found. | Please check the global resource specified in [Destination] |
java.net.UnknownHostException | Exception if Web server is not found. | Please check the Web server configuration. |
java.net.ConnectException | Exception if can not Connect to Web Server. | Check if port number or Web server is running. |
org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException | Connection timed out during connecting with the Web server. | Confirm the state of network.Or, confirm [Time out] of global resource specified by [Destination]. |
org.apache.commons.httpclient.HttpRecoverableException
java.net.SocketTimeoutException: Read timed out |
Connection timed out after connecting to Web server. | Confirm the state of Web server.Or, confirm [Time out] of global resource specified by [Destination]. |