Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Service created, now what?
Message
De
31/01/2002 11:41:10
 
 
À
31/01/2002 11:33:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00612197
Message ID:
00613463
Vues:
23
Thanks

I was getting a bit confused. I have setup COM objects in VFP and used them to return HTML to ASP's, so I wasn't quite sure whether that was a Web Service. I always assumed that was a Web service, but then again, I'm new on the subject so I'm probably wrong.

Kev

>>>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:
>>How would the Web Service be used in conjuction with the COM?
>
>It woudln't be. My point was this, you have a VFP class, right? When you want to use that class in a VFP environment, you can just call it as a VFP class. If you want to use it outside of VFP, then compile it as a COM object. If you want to gain remote access to that COM object through HTTP, use the Web Service (which is essentially just calling the COM, and COM is essentially just calling the VFP class).
>
>So, if you have a situtation where you do not need the over head of the Web Service layer, you should just be calling the COM directly. Fortunately, the code that calls the COM is so similiar (as in identicical except for the creation of the object) that it will easily scale to use the Web Service if the requirement ever arises.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform