consume a wsdll file

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I need to consume a wsdl file using C#. The web service was not created in
..NET but I need to consume it. Can anyone point me to an example that is
consuming a wsdl using C# for a windows application?
 
Mike said:
I need to consume a wsdl file using C#. The web service was not created in
.NET but I need to consume it. Can anyone point me to an example that is
consuming a wsdl using C# for a windows application?

Run wsdl.exe against that wsdl file to generate a proxy file. and off
you go..
 

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