Click here to Skip to main content
15,896,425 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I'm pretty novice in .net and need to exchange data with an external company.
I got a WSDL and could connect it in VS2005.

Now I want to invoke a function that returns me table content I have to store in an MS SQL table.

Due to less experience in .net and C# I can't get it done. Someone who can help me to start with this kind of communications?

I found a lot on the web about WSDL and consuming XML, but still didn't found a working solution.

Kind regards,

GC
Posted
Comments
Calvijn 21-Jun-13 12:54pm    
You can add a Service Reference to your Project in VS 2005 where you enter the Url to the WebService which hosts the WSDL.

VS creates all necessary Objects to work with the WebService.
After that you can use the created Client to work with the WebService.

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