To all, I have a question on web services. Suppose there's a web services named MyWebServices (in localhost/MyWebApp/) and it contains a method called WebMethod01. This web method will take in a parameter called input01. How do you call the web method in a http-post way? e.g. [URL]http://localhost/MyWebApp/MyWebServices.asmx/WebMethod01?[/URL] input01=someInput I don't know what's the correct way to use it in HTTP..... Thanks, JL