how to use web method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daviddou2006
    New Member
    • Oct 2006
    • 5

    how to use web method

    I need call a web method which requires a input parameter, and return a parameter both are XML String

    How could call the web method?

    I can do like this :

    Dim strInXML,strOut XML as string

    strOutXML=webme thod(strInXML)

    if that is the case, how can I parse the data in StrOutXML

    as far as I know all the Classes like XMLWriter,XMLRe adere,XMLDocumn et XMLXpathNavigat or need xml file name as input parameter, hope I make meself understood,



    Thank you very much!
Working...