Did you confirm whether this service is developed in .Net or Java. If its a java web service, you need to use the axis toolkit and not the .net toolkit.
On Dec 22, 7:08 pm, Shan <[email protected]> wrote: > Hi Guys, > > I am seeing an error when I try to Run a one liner > > On QTP 10, I have only the following line, that too Auto generated by > the Web Services Wizard > > ConvertTemp = WebService("ConvertTemparatureService").ConvertTemp(32, > "degreeFahrenheit", "degreeCelsius") > > When I Run this I get the Following Error message (pop up) > > Run Error > > The ConvertTemp Operation callfailed. > The .NET Framework 2.0 WSE 3.0 toolkit returned the following error: > (null) > > Line (2):"ConvertTemp = > WebService("ConvertTemparatureService").ConvertTemp(32, > "degreeFahrenheit", "degreeCelsius")" > > Note that from the control panel I checked to see that the .NET frame > is installed. Not sure how to confirm that this is present. > > Thank you > Shan -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
