I added a new service to an existing service by updating the "Endpoint" class (which extends AbstractDomPayloadEndpoint) and adding it to my xsd file. The request/response message is very similar to the existing service. When I test my new service, I got a ValidationError - Cannot find the declaration of element "...".

So I cleaned up my tomcat cache, restarted tomcat and when I view my wsdl, the new service is not there!!

I use the built-in wsdl generation - "org.springframework.ws.wsdl.wsdl11.DynamicWsdl11D efinition" feature.

Any help would be appreciated.

Bobby