xml webservice Client
What does your webservice return - just XML? You could use the
XMLHTTP object to run the query and then reformat the response into a
presentable format.
Tim
"Ven" wrote in message
...
Dear dinoch,
I have my data in excel i have to search my webservice using the
search
words stored in excel, my idea is to provide a url link to the
search words
in excel , on clicking the url of search word , it should call my
webservice
search function and return a dataset and the dataset should be shown
using
xslt in xml file or html file.
please advice me .
|