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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top