Web service + call mathod

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Wels

    Web service + call mathod

    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.


  • chanmm

    #2
    Re: Web service + call mathod

    Try to look for it here:



    chanmm

    "John Wels" <dvd@post.sk> wrote in message
    news:%23KCHrWDF FHA.3672@TK2MSF TNGP14.phx.gbl. ..[color=blue]
    > 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.
    >
    >[/color]


    Comment

    • Chris Calzaretta

      #3
      Re: Web service + call mathod

      Are you looking to add the references at runtime.. Meaning using
      system.refelect ion?

      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





      "John Wels" <dvd@post.sk> wrote in message
      news:%23KCHrWDF FHA.3672@TK2MSF TNGP14.phx.gbl. ..[color=blue]
      > 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.
      >
      >[/color]


      Comment

      Working...