Micro Focus QTP (UFT) Forums
Web Services testing WSDL -- can't reach service - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Web Services testing WSDL -- can't reach service (/Thread-Web-Services-testing-WSDL-can-t-reach-service)



Web Services testing WSDL -- can't reach service - Claire - 02-19-2009

I am setting up a test for a WSDL and receive the following error:The ping operation call failed.
The .NET Framework 2.0 WSE 3.0 toolkit returned the following error:
(null)
Line (8): "Set ping =
Code:
WebService("CalculationEnginePortService").ping(XMLWarehouse("inPing"))".


I used the Wizard to set up a simple ping test. I could access the server last Friday but can't this week. I searched your site and found this snippet:
Code:
Set ssr0XML = XMLUtil.CreateXMLFromFile("C:\sce.xsd")
XMLstr = ssr0XML.ToString
webService("CalculationEnginePortService").SendRequest "Ping", XMLstr
I tried this code and received a 500 internal error. What could possibly be wrong with the communication?

Thanks!!