Steps to install and test the wSQL Web service

 1. Create the wsdl file (like this) : Open SqlService.asmx so that it goes thru' IIS 
 ( such as http://localhost/your virtual directory/SqlService.asmx)
 Click on "Show WSDL" . Save the resultant file as SQLService.sdl.
Note that you can also do the same thing by  browsing to 
http://localhost/your virtual directory/SqlService.asmx?wsdl.

2. Run mSqlproxy.bat. This should put SQLService.dll in bin directory
   ( and SQlService.vb in current directory). Remember to modify the "outdir" variable
  in the bat file to point to your bin folder. 

3. Run web form SQLService.aspx and test the services


Please make sure that SQLService.vb is not readonly