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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top