Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

call webservice from C# windows application

I am not sure how to call a webservice from a C# wiindows applicaiton.

After creating a web reference to the service....I see the following in the code completion:

 User generated image
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

Yeah...

CampusWebstoreWebService.WebGlobalMethodsSoapClient wbmsc = new CampusWebstoreWebService.WebGlobalMethodsSoapClient();

bool isavail = wbmsc..NameIsAvailable("max");

I think I have it figured-out now....I just needed the SoapClient var.
thx
NP. Glad to help  = )