Error when deploying SOAP Web Service - FIXED

If you think that something doesn't work in Aware IM post your message here
Post Reply
BobK
Posts: 544
Joined: Thu Jan 31, 2008 2:14 pm
Location: Cincinnati, Ohio, USA

Error when deploying SOAP Web Service - FIXED

Post by BobK »

I am using AwareIM version 8.5 Build 2816.

When I log into the operation mode of my BSV, the WSDL is not being created and the following errors are in the tomcat log:

Code: Select all

Exception deploying Web Services Errors compiling app???.javas Note: sun.tools.javac.Main has been deprecated.
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\app???.java:45: Wrong number of arguments in method.
IInteractionSession session = cf.createLocalSocketConnection (serverParams.m_serverName, serverParams.m_serverPort, CommonConstants.LOGIN_OPERATION, bas_userName, bas_password, false, "app???", null, null, CommonConstants.MOBILE_PLATFORM_DESKTOP, false); 
                                                             ^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\app???.java:91: Wrong number of arguments in method.
IInteractionSession session = cf.createLocalSocketConnection (serverParams.m_serverName, serverParams.m_serverPort, CommonConstants.LOGIN_OPERATION, bas_userName, bas_password, false, "app???", null, null, CommonConstants.MOBILE_PLATFORM_DESKTOP, false); 
                                                             ^
2 errors, 1 warning
Last edited by BobK on Wed Sep 09, 2020 1:11 pm, edited 1 time in total.
Bob
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Error when deploying SOAP Web Service

Post by aware_support »

Looks like web services are broken in 2816. Will do another build shortly
Aware IM Support Team
aware_support
Posts: 7523
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Error when deploying SOAP Web Service

Post by aware_support »

We have released build 2817 where this should be fixed
Aware IM Support Team
BobK
Posts: 544
Joined: Thu Jan 31, 2008 2:14 pm
Location: Cincinnati, Ohio, USA

Re: Error when deploying SOAP Web Service - FIXED

Post by BobK »

FIXED

Thank you
Bob
Post Reply