VChellam1972
August 4th, 2004, 08:50 AM
Hi
I am need some help. following in my requirement.
There is a website which just https://dslreseller.tiscali-business.co.uk/avail( you can try it). it just has three things a label "telephone number" and text box for entering the telephone number and Go button. When you enter the telephone number and hit go and the same html page is displayed with some results as response text which will tell if the phone number has dsl service and other information.(it works only for uk phone numbers).
i have to write a webserive which will have a method taking the phone number as a paramter and pass information to the url and execute the go button click event with the telephone number passed and get the html result as a response output and which in turn i will put in XML file.. I hope the requirement is clear.
When i checked the source of the url they have a intput type TelNo and its value. When the url is called the first time, the value field is empty and if i put some telephone number in the telephone, value has the telephone number.
how can i simulate this using a webservice, how do i connect to url and pass the phone number to the value field and get the information
I am need some help. following in my requirement.
There is a website which just https://dslreseller.tiscali-business.co.uk/avail( you can try it). it just has three things a label "telephone number" and text box for entering the telephone number and Go button. When you enter the telephone number and hit go and the same html page is displayed with some results as response text which will tell if the phone number has dsl service and other information.(it works only for uk phone numbers).
i have to write a webserive which will have a method taking the phone number as a paramter and pass information to the url and execute the go button click event with the telephone number passed and get the html result as a response output and which in turn i will put in XML file.. I hope the requirement is clear.
When i checked the source of the url they have a intput type TelNo and its value. When the url is called the first time, the value field is empty and if i put some telephone number in the telephone, value has the telephone number.
how can i simulate this using a webservice, how do i connect to url and pass the phone number to the value field and get the information