Soap Example

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


2. Run mBasicService.bat : This will create testservice.vb in local folder and basicservice.dll 
in bin

3 Run basicservice.aspx

