HTTP GET and Post 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 "Serrvice 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?wsdl.

2. To Test HTTP Get

	
a) Open basicHttpGet.html in editor.

b) Modify all <a href's> to point to  the folder where you copied basicservice.asmx 

c) Run basicHttpGet.html


3. To Test HTTP Post

a) Open basicHttpPost.html in editor.

3) Modify <form METHOD="POST" ACTION="http://localhost/aspbook_wip/Services_9/GetPost/basicservice.asmx/TestFunction">
to point to your local directory

4, Run it