Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 17:06
Super Arc is currently offline Super ArcFriend
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();
}
Previous Topic:Customize XML Editor
Next Topic:schema not loaded to cache
Goto Forum:
  


Current Time: Thu Jan 16 05:06:30 GMT 2025

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

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

Back to the top