July 2015
Intermediate to advanced
1300 pages
87h 27m
English
When you have in your application references to web services, you can easily reach members provided by the proxy classes using My.WebServices. For example, if you have a proxy class named DataAccess exposing a GetCustomers method, you can write the following line:
My.WebServices.DataAccess.GetCustomers()
This is a rapid way for invoking members from referenced web services (as long as they are in the same solution of your application).
Read now
Unlock full access