Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Exception: The AXIS engine could not find a target service to invoke!
Exception: The AXIS engine could not find a target service to invoke! [message #997316] Sat, 05 January 2013 12:06
Eclipse UserFriend
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();
}
Previous Topic:Customize XML Editor
Next Topic:schema not loaded to cache
Goto Forum:
  


Current Time: Sun Jul 06 21:58:05 EDT 2025

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

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

Back to the top