Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Help:How to get XML data from WebBrowser control? [Thread Next] Re: Help:How to get XML data from WebBrowser control?To: NULL Date: 12/8/2007 2:01:00 PM ver.amitabh@g... wrote: > Hi All, > My code supposed to send HTTP request to targeted web service and > in turn receive XML data from it. I need to get access to this XML > data. > I am doing it in C++ using Visual studio 2003. I can send HTTP request > usinf WebBrowser control and can get data in it but I have no idea, > how can i read this data from WebBrowser control and parse it. > Any help would be great fro me. I am quite newbee to XML programming > in C++ so thanks for bearning with me. What kind of web service is that? A service allowing SOAP requests which are described by a WSDL document? In that case Visual Studio allows you to generate a proxy class from the WSDL description, that way you can instantiate a .NET object and call its methods to make requests to the web service. Check <URL:http://quickstarts.asp.net/QuickStartv20/webservices/> for an introduction. The WebBrowser control mainly makes sense if you want to display HTML documents. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
