Accessing a XML Web Service from VC++.Net
i hope it is simple! Currently i try to learn VC++.Net. I'm coming from CBuilder 6. I was successful in installing Visual Studio .Net 2.0 an the creation of my first Web Service.
My goal is to access a XML web service from a windows forms application. Therfore i wrote a funcion "MyMethod" that respondes with an XML document.
The problem is now to create a request in an Windows Forms Application, send it to the service an receive the results.
What do i have to do. Can you give me some hints or a sample? May i use some Components? What are the right keys to search the MDSN?

