Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webservices
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Webservices
Miscellaneous
Thread ID:
00745044
Message ID:
00745044
Views:
56
Hi all,

I still have not found a solution for making my Webservices work:

My Webserver code:

define class webservice as session olepublic

function init
local lnODBC
lnODBC = sqlconnect("test","test1","test1")
sqldisconnect(lnODBC)
return "Done"
endfunc

enddefine

My client starts this class as webservice which runs for 3 to 4 times if the listener is ISAPI and 12 to 13 times if the listener is ASP.

If I call the same function with NEWOBJECT(), everything works fine. The error is a C000000005 and just occurs when calling the class as a webservice.

The same problem occurs in VFP7 but just if the listener is ISAPI.

All ideas are appreciated! Thanks for your help, ...gerhard...
Next
Reply
Map
View

Click here to load this message in the networking platform