I was wondering if it would be possible to use Web Services to move through a
website? Example: I want to download new ATi drivers as part of an unattended
install, my program will need to move through ATi's various selection menus
and download the correct file or files.
Martin Kulov - 12 Dec 2004 12:49 GMT
Hi Lazy,
Whether it is a Web service or a console application you still have to write the code to crawl the site by yourself. Web services won't help you much in this endeavor.
Regards,
Martin Kulov
http://www.codeattest.com
MCAD Charter Member
MCSD.NET Early Achiever
MCSD
> I was wondering if it would be possible to use Web Services to move
> through a website? Example: I want to download new ATi drivers as
> part of an unattended install, my program will need to move through
> ATi's various selection menus and download the correct file or files.
erymuzuan - 14 Dec 2004 00:30 GMT
try screen scrapping, possibly with System.text.regularExpression,
Regards
erymuzuan mustapa
> I was wondering if it would be possible to use Web Services to move through a
> website? Example: I want to download new ATi drivers as part of an unattended
> install, my program will need to move through ATi's various selection menus
> and download the correct file or files.
Jeff Dillon - 15 Dec 2004 16:37 GMT
How do you determine correct? And define "move"
Jeff
> I was wondering if it would be possible to use Web Services to move through a
> website? Example: I want to download new ATi drivers as part of an unattended
> install, my program will need to move through ATi's various selection menus
> and download the correct file or files.