It is necessary to communicate to WebService from C++ MFC application. I can add reference to the service, but wsdl is generated for if simple types are used only. Attempt to generate proxy for methods with complex types returns an error:
does not support extension of complexType
Here is a suggestions to fix that: http://support.xignite.com/entries/168861-getting-around-the-sdl1030-sproxy-exe-does-not-support-extension-of-complextype
My intention is to generate with some WSDL proxy generation library.
Question: could you please advise good library for WSDL proxy generation? On the linked page http://ws.apache.org/axis/ is advised library suggested. Did anybody used it? Is it fine?