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..
 
Back
Top