danucalovj

Consume Webservice Example

Jan 5th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.13 KB | None | 0 0
  1. Dim service As New ServiceReference1.Service1SoapClient
  2. service.makeDir("some val")
  3.  
  4. 'or
  5. 'dim string1 as string = service.getDir
Advertisement
Add Comment
Please, Sign In to add comment