Hi,
I have deployed one web service. Till running admin client it is working fine.
But when I am trying to see my deployed service .. It is showing this exception
:
Sorry, something seems to have gone wrong... here are the details:
Fault - Could not find class for the service named:
fibonacci.ws.FibonacciSoapBindingImpl
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: fibonacci.ws.FibonacciSoapBindingImpl
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Could not find class for the service named:
fibonacci.ws.FibonacciSoapBindingImpl
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: fibonacci.ws.FibonacciSoapBindingImpl
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:SPICITY53How Can I resolve this
problem.Thanks in advance.