accessing webservices from winforms

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi

just would like to know how to access a webservice from winforms. i know i
probably have to use WebRequest etc, but could someone supply me with a
sample or a location for a sample?

Thanks
Jason
 
You should use wsdl tool to generate a proxy for that web service and use
that proxy in your code.
 
Back
Top