Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Service created, now what?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00612197
Message ID:
00613279
Vues:
15
Hi Mike
Thanks for your prompt response. I understand that i have to jump deep into learning how to build COM apps in order to really get this going. In the meantime, i still couldn't make my Web Service work properly ( i get all the time OLE Error Code 0x800a13be : Unknown status code ), so i tried the article and code provided in the Articles section by Alex, and i got also the same exact error message when running his web service, so i guess there is something wrong with my web server installation. Anyway, i'll try installing this on another machine, and i'll keep you posted.

Cheers,
Jaime


>>I need this to be available from my users' browsers, and i just don't know where to look on how to write asp pages and implement this.
>
>Is the Web Service going to be hosted on the same server as the Web Pages that call it? If so, you won't need to use a Web Service. You can just call the COM from ASP:
>
>
set oX = server.CreateObject("mycomproject.mycomclass")
>oX.Method(Param1, Param2, Param3)
>
>The cool part is, if you wanted to move the Web Service to a different part of the internet than a web page, or use the Service from any other site, the code will look similar. And if you want to call teh Web Service accross the net from a desktop app, the code will look the same there too. Thats the coolest part about VFP7, your VFP classes can run as classes in VFP, COM objects accross Windows, or Web services accross the Net.
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform