Can not expose SOAP web service

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

Can not expose SOAP web service

Post by BobK »

In preparation for upgrading, I am evaluating one of the latest version of AwareIM (Version 8.0 Build 2353).

After creating a SOAP web service in the Config tool, I log in as administrator and the web service fails to get created.

This is from the Tomcat log:

Generating service files for Guest access level.
Successfully compiled file C:/AwareIM/CP/eclipse/../../Tomcat/temp/WSDL/TestSoapSoapInput.java
Successfully compiled file C:/AwareIM/CP/eclipse/../../Tomcat/temp/WSDL/TestSoapSoapOutput.java
Exception deploying Web Services Errors compiling TestSoap.javas Note: sun.tools.javac.Main has been deprecated.
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:8: Class com.bas.connectionserver.server.ConnectionFactory not found in import.
import com.bas.connectionserver.server.ConnectionFactory;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:9: Class com.bas.connectionserver.server.IInteractionSession not found in import.
import com.bas.connectionserver.server.IInteractionSession;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:10: Class com.bas.shared.data.CommonConstants not found in import.
import com.bas.shared.data.CommonConstants;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:11: Class com.bas.shared.data.ServiceEntityParameter not found in import.
import com.bas.shared.data.ServiceEntityParameter;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:12: Class com.bas.shared.domain.configuration.elements.IDomainVersion not found in import.
import com.bas.shared.domain.configuration.elements.IDomainVersion;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:13: Class com.bas.shared.domain.configuration.elements.IEntityDefinition not found in import.
import com.bas.shared.domain.configuration.elements.IEntityDefinition;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:14: Class com.bas.shared.domain.configuration.elements.DomainFactory not found in import.
import com.bas.shared.domain.configuration.elements.DomainFactory;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:15: Class com.bas.shared.domain.operation.IEntity not found in import.
import com.bas.shared.domain.operation.IEntity;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:16: Class com.bas.shared.domain.operation.INotification not found in import.
import com.bas.shared.domain.operation.INotification;
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\TestSoap.java:17: Class com.bas.shared.message.MessageBuilder not found in import.
import com.bas.shared.message.MessageBuilder;
^
10 errors, 1 warning
Bob
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Can not expose SOAP web service

Post by aware_support »

This should be fixed in build 2357
Aware IM Support Team
Post Reply