Galera. Alguém tem alguma idéia de como resolver?
Tenho um WebService com alguns serviços em funcionamento.
Consigo fazer o deploy dos meus serviços e qualquer outra URL, exceto para os meus serviços com a URL localhost.
Utilizo: Eclipse 3.2, Java 6 e tomcat 5.5.17
Erro:
And now… Some Services
AXIS error
Sorry, something seems to have gone wrong… here are the details:
Fault - Could not find class for the service named: br.com.rba.webservices.xyz
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is:
java.lang.ClassNotFoundException: br.com.rba.webservices.xyz
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Could not find class for the service named: br.com.rba.webservices.xyz
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is:
java.lang.ClassNotFoundException: br.com.rba.webservices.xyz
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:desenvxx
Grato