11-19-2009, 09:20 PM
Hi Folks,
I started working on automating the web services using QTP. I have no clue on how to proceed.. QTP help file is not big help for me..
Here is my code:
I am getting nothing in return msg..
Thanks,
Shiva
I started working on automating the web services using QTP. I have no clue on how to proceed.. QTP help file is not big help for me..
Here is my code:
Code:
set xml=xmlutil.createxmlfromfile("")
mystring=xml.tostring
myresponse=webservice().MyMethod(mystring)
msgbox myresponse
I am getting nothing in return msg..
Thanks,
Shiva