If you are developing the .NET web service using the standard method, it would have generated a WSDL for you which is accessible at the web service URL (ends with .asmx).
As far as I know, SQL server does not do web services natively (maybe with the Data Services component...). 2009/9/6 Suresh G <[email protected]>: > > > My Dear Coders, > I am a newbie in coding, good in designing. > I need one help, i wanted to connect Microsoft SQL server, finally i am able > to connect with a dotnet web service and return as XML, but how to connect > a SQL server so that i get the output as WSDL .... please help me > Any other method or suggestion is always welcome. Need an output of WSDL > after connecting SQL > Suresh > > > >

