Web service + call mathod

  • Thread starter Thread starter John Wels
  • Start date Start date
J

John Wels

Hi.
I would like to ask how can I make application, which from user get name of
web service, name of method and their parameters. And that program call that
method and give back response in Xml format(optional) .
It's possible?
Thanks for answer.
 
Are you looking to add the references at runtime.. Meaning using
system.refelection?

Or have you already created the reference to the web service and your wanted
to call certen web methods according to your user that is logged in?

As i said in the last post to your question a web service returns a dataset.
If you need xml you can say
ds.wrtiexml
or you can have the method pass back a string which is xml
 
Back
Top