Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
here is my web service acn any budy help me ...how to cunsume this webservice with some code....



http://www.webservicex.net/usaddressverification.asmx?WSDL[^]



any help will be appreciated.



Thanks
Lakhan
Posted

1 solution

private void Call_Web_Service_Method()
{
ServerName.WebServiceName CallWebService =
new ServerName.WebServiceName();
String sGetValue = CallWebService.MethodName();
Label1.Text = sGetValue;
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900