There is nothing that supports this currently, either for managed or
unmanaged C++. However, there is a SOAP tooklit from Microsoft that you can
use which will create COM components that you can use which make the call to
web services with SOAP.
Additionally, if you need to access your web services in unmanaged C++
code, you can always generate a managed assembly using WSDL, and then export
that to COM.
Hope this helps.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.