Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Webservices
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Webservices
Divers
Thread ID:
00745044
Message ID:
00745044
Vues:
60
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...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform