Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not run webservice locally
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01170400
Message ID:
01170681
Views:
8
ps: the dll is registered because I can do a createobject in ASP on it.
and I can browse the WSDL

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform