Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Testing webservices example
#1
Not Solved
Hi,
I am trying to test an example of webservices that I copied from
https://www.learnqtp.com/web-services-an...ces-addin/
I am getting a syntax error and I dont seem to find it.
Could someone please see what is wrong with this code

Code:
sSOAPRequest = "<?xml version=""1.0"" encoding=""utf-8""?>" & _
"<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">" & _
"<soap:Body>" & _
"<CelsiusToFahrenheit xmlns="http://tempuri.org/">" & _
"<Celsius>25</Celsius>" & _
"</CelsiusToFahrenheit>" & _
"</soap:Body>" & _
"</soap:Envelope>"
Thanks,
Sqadri
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ignore a hardcoded error report when testing webservices mnybon 0 1,875 11-08-2011, 07:56 PM
Last Post: mnybon
  Webservices (QTP 10.0) on microsoft Dynamic CRM 4.0 swetha.b 0 2,941 02-18-2010, 01:54 PM
Last Post: swetha.b
  How can we test Security for Webservices using webservices Addin in QTP RaghunadhKiran 0 2,329 04-11-2009, 02:07 AM
Last Post: RaghunadhKiran

Forum Jump:


Users browsing this thread: 1 Guest(s)