I have been struggling with this web service for about a week now. The problem is that it deploys fine, I can see it at my URL https://localhost:4950/eswd/services, but when I try to view the WSDL, which sends me to https://localhost:4950/eswd/services/urn:SelfService?wsdl, I get a 404, Page Not Found. No errors in the logs at all, just a 404.
The weird thing is I have other web services deployed, and they all work fine, just not this one. The base URL is different, but that shouldn't matter.
I am missing something here...can someone please point me in the right direction? I can post code if that helps.