Global Resource Properties

Connection Settings

The connection settings of global resource can be managed from the adapter properties, from "Global Resource Settings" within the Control Panel, or from WebConsole.
Basic settings
Item name Required / Optional Use of Variables Description Remarks
Name Required Not available Enter the name of the connection setting.
 
Required Settings
Item name Required / Optional Use of Variables Description Remarks
WSDL file Required Only environment variables are available. Enter WDSL which is the definition information of web service.

Click [Browse] button to activate the file Selectr and Select the file.
Get WSDL on the network Required Not available Select whether can get the WSDL on the network or not .
  • [Checked]:
    Get the WSDL on the network.
  • [Not Checked]: (default)
    Cannot get WSDL on the network.
 
Time out (s) Optional Only environment variables are available. Enter the WSDL connection timeout in seconds.
  • The default value is "300", if omitted the default value "300" is set.
Authentication Required Not available When you get the WSDL via the network, select the authentication.
  • [None]: (default)
    No authentication.
  • [Basic authentication]:
    Use user name and password to do the authentication.
User name Optional Only environment variables are available. Enter the user name used for authentication.
  • It is valid if[Authentication] in [Basic authentication] is selected.
Password Optional Only environment variables are available. Enter a password for authentication.
  • It is valid if[Authentication] in [Basic authentication] is selected.
Property Action
Item name Description Remarks
Connection Test Checks the connection to the host.  

Components Pool Configuration

Pooling is not supported.

Security

We can only set the Security Settings from Control Panel, "Global Resource Settings" or WebConsole.

Specification Limits

Main exceptions

Exception Name Causes Solution
InvalidPropertyConfigurationException
<Property name>] is not specified.
[<Property name>] is not specified. Specify [<Property name>].
FileIsDirectoryException Path input in [WSDL file] is directory. Input file path in [WSDL file] .
java.io.FileNotFoundException File specified in [WSDL file] does not exist, [WSDL file] please check.
java.net.MalformedURLException:
no protocol
Content of [WSDL file] is incorrect. Check [WSDL file].
java.io.IOException:
Server returned HTTP response code: 401
When you get the WSDL from the network, authenticate has failed to the server. Check [Authentication][User name][Password] .