Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can not run webservice locally
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Can not run webservice locally
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01170400
Message ID:
01170400
Vues:
108
I am sure this has been discussed before, but I can't seam to get my web service to run on my local machine. I have done it before but for some reason, it will not work. Perhaps an IE7 setting?

Anyway, I have a VFP MT DLL that I have built on my local machine. I use the VFP web wizard to post it on my XP machine.

I can access the WSDL but when I attempt to access any method on the WS, I get the following error.
OLE IDispatch exception code 0 from Connector: Connector:Connection time out. HRESULT=0x800A1527 - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1527 - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1527 - Client:Unspecified client error. HRESULT=0x800A1527..

the webservice is very basic.

DEFINE CLASS wstest as Custom OLEPUBLIC

FUNCTION INIT()

FUNCTION Helloworld()
RETURN "Hello world"


ENDDEFINE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform