« 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
Dim ws As New Webservice.Service1
ws.HelloWorldMethod()
Add comment
To add a comment, please : Login or Sign up