May 2010
Intermediate to advanced
1272 pages
61h 18m
English
My.WebServicesWhen 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 simply 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