View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default 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 .