axis exception but service works [message #131595] |
Wed, 10 August 2005 10:45 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03478 seconds