| Exception: The AXIS engine could not find a target service to invoke! [message #997316] |
Sat, 05 January 2013 12:06 |
Super Arc Messages: 1 Registered: January 2013 |
Junior Member |
|
|
Hello everyone,
I've been playing a a bit with web services on eclipse and have encountered this problem:
Exception: The AXIS engine could not find a target service to invoke! targetService is ShowEmployee Message: The AXIS engine could not find a target service to invoke! targetService is ShowEmployee
I am using Tomcat7 and CXF and all my ShowEmployee has is a method doing:
public String ToString(Employee E){
return "Name: " + E.getName() + ", and address: " + E.getAddress();
}
|
|
|
Powered by
FUDForum. Page generated in 0.09128 seconds