How to call a .Net web service from C++ dll??
Hi,
I want to call a .Net C# web service from C++ dll.
I can use MSXML parser's XmlHttp class for the calling the same.
In this case,I will have to hard code the input SOAP request inside my C++ code.Is this a good enough approach...?
What are the pros and cons of this...?And is this this the only way to do it...?
Can you please let me know any other ways if any...?
Thanks in advance...
Regards,
livehed
|