From my understanding a .wsdl file consists of an xml specification. This abstract way of defining code is then converted into usable code via some means.
I have a C++ program that I am creating in Visual C++ express. I am trying to use a .wsdl file but am unsure about how to proceed. I am presuming that somehow I can add the url of the wsdl and have the code generated automatically.
I’ve seen similar questions which seem to suggest that there is a way to add web reference but I have looked and cannot find this option on Visual C++ 2010 Express.
I am not sure if visual studio provides such an option, having said that I think
You need a library like Apache Axis’s WSDL2WS tool which will generate stubs for you by using the wsdl as input.