« Back to profile of samialmekhlafi

  • Visual Basic

    Consume ASP.NET Web Service

    - In Solutions Explorer, Right-click on your project and choose: Add Web Reference - Add the url of the web service you have created previously. - Add the following code

    10:26 Jul 26 2010 | Tags : consume,web,service,vb.net,ASP.NET,
    						Dim ws As New Webservice.Service1
ws.HelloWorldMethod()
    			         
Add comment
To add a comment, please : Login or Sign up