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!
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!