Hello everybody, When I delete server-config.wsdd, run Tomcat and deploy my services, all is ok, the services are available. But if I stop Tomcat and restart it, all the services deployed before generate an error like this: "java.lang.Exception: The OperationDesc for vote was not synchronized to a method of dunes.vote.axis.service.VoteSoapBindingSkeleton. at org.apache.axis.InternalException.<init>(InternalException.java:103) ..."
I know this error is raised because skeleton is not correct according to the scheme but nothing changed between first deployment of the services and the restart of Tomcat. Could someone explain me what happens? Thanks.
