Error Message :
Compilation Error:
When trying to save a connection for the RA Web Service Agent v3, a Compilation Error is given and the connection cannot be saved.
Errors similar to the following can be seen when using the verson 3 of the Web Service Agent when the Agent tries to parse a WSDL file.
Version 3.2.0 Solution: Compilation Error: X:\x\xxx\xxx\Agents\RA-Agent\WEBSERVICE-Agent\bin\adapter_tmp\WS_1497272367104\src\xx\xxx\www\xxxx\xxxx\webservice\RecurType_type1.java:275: error: incomparable types: int and <null>
if ((enumeration == null) && !((value == null) || (value.equals("")))) {
^
X:\x\xxx\xxx\Agents\RA-Agent\WEBSERVICE-Agent\bin\adapter_tmp\WS_1497272367104\src\xx\xxx\www\xxxx\xxxx\webservice\RecurType_type1.java:275: error: int cannot be dereferenced
if ((enumeration == null) && !((value == null) || (value.equals("")))) {
^
X:\x\xxx\xxx\Agents\RA-Agent\WEBSERVICE-Agent\bin\adapter_tmp\WS_1497272367104\src\xx\xxx\www\xxxx\xxxx\webservice\RecurType_type0.java:275: error: incomparable types: int and <null>
if ((enumeration == null) && !((value == null) || (value.equals("")))) {
^
X:\x\xxx\xxx\Agents\RA-Agent\WEBSERVICE-Agent\bin\adapter_tmp\WS_1497272367104\src\xx\xxx\www\xxxx\xxxx\webservice\RecurType_type0.java:275: error: int cannot be dereferenced
if ((enumeration == null) && !((value == null) || (value.equals("")))) {
^
Note: X:\x\xxx\xxx\Agents\RA-Agent\WEBSERVICE-Agent\bin\adapter_tmp\WS_1497272367104\src\WS_1497272367104\xxxx.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: X:\x\xxx\xxx\Agents\RA-Agent\WEBSERVICE-Agent\bin\adapter_tmp\WS_1497272367104\src\WS_1497272367104\xxxx.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
Versoin 3.3.0 Solution: Compilation Error: X:\x\xxx\xxx\Agents\RA-Agents\WEBSERVICE-Agent\bin\.\adapter_tmp\WS_1497265876099\src\xxxx\xxxx.java:9760: error: ')' expected
param.cloneOMElement();
^
X:\x\xxx\xxx\Agents\RA-Agents\WEBSERVICE-Agent\bin\.\adapter_tmp\WS_1497265876099\src\xxxx\xxxx.java:9762: error: not a statement
type)) {
^
X:\x\xxx\xxx\Agents\RA-Agents\WEBSERVICE-Agent\bin\.\adapter_tmp\WS_1497265876099\src\xxxx\xxxx.java:9762: error: ';' expected
type)) {
^
3 errors