Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » axis exception but service works
axis exception but service works [message #131595] Wed, 10 August 2005 14:45
James Norris is currently offline James NorrisFriend
Messages: 52
Registered: July 2009
Member
Hi,

I have implemented a couple of web services using the top-down from wsdl
approach. When I run a unit test everything works as expected. However I
noticed in the console output that exceptions are occurring like the
following for both services:

[ConfigurationException.java:110(logException)] - Exception:
org.apache.axis.ConfigurationException: No service named TestService is
available
org.apache.axis.configuration.FileProvider.getService(FilePr ovider.java.233)
....

[ConfigurationException.java:110(logException)] - Exception:
org.apache.axis.ConfigurationException: No service named
http://services.test.com/getUsers is available
org.apache.axis.configuration.FileProvider.getService(FilePr ovider.java.233)
....

After the exceptions though the service is executed as expected.

Can anyone tell me what might be causing these exception to occur? BTW, it
does the same thing whethere the services are running in eclipse or deployed
and running from tomcat.

Thanks
Jim
Previous Topic:"Valdiate XML Schema" silently failing
Next Topic:APT feature alpha release now available
Goto Forum:
  


Current Time: Sat Jul 27 12:29:55 GMT 2024

Powered by FUDForum. Page generated in 0.03096 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top