PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Call WEB Service
Call WEB Service
Iniciado por javiergl, 03,abr. 2009 16:10 - 1 respuesta
Publicado el 03,abril 2009 - 16:10
I'm testing a simple WEB Service and when I call it (localhost) return next error
Wrong HTTP server response (timeout). Error: 10054
Do anybody know what happend?
Thanks
//Code
SOAPRun("http://localhost/.soap","ServicioWEB","","","iso-8859-1")
IF ErrorOccurred THEN
Error(""+ErrorInfo(errSummary),"","")
RETURN
END
//
//// Récupération du résultat SOAP
//sResultatRecherche is string = SOAPGetResult(SOAPResult)
EDT_Edit1=SOAPGetResult(SOAPResult)
Publicado el 22,enero 2018 - 17:51
Hi, did you resolved?