When I try to navigate to the service it shows me the methods like normal but when I try to see the wsdl I get a file not found error.
I have created both the wsdl.aspx and the disco.aspx. They have been deployed into _vti_bin folder.
I was able to find that an exception was thrown inside of wswsdl.aspx from:
try
{
Server.Execute(newUrl);
}
catch (HttpException)
{
throw new System.IO.FileNotFoundException(OriginalBaseUrl);
}
If you need any more information please let me know.