Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Necessary conditions in Process()
Message
De
09/07/2001 00:52:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
Necessary conditions in Process()
Divers
Thread ID:
00527998
Message ID:
00527998
Vues:
52
In the Process() method in the main prg, we have this:
*** HTTP Client Server for remote data, COM etc.
CASE lcParameter = "WWHTTPDATA"
   DO wwHTTPData with THIS
	     
*** HTTP Client Demos
CASE lcParameter == "HTTP"
   DO HTTP with THIS      

CASE lcParameter == "WWSOAP"
   DO wwDefaultWebService with THIS
Then, in the OTHERWISE, we have this:
*** Default Web Service Handler
CASE lcExtension == "WWSOAP"
   DO wwDefaultWebService with THIS

CASE lcExtension = "WC" OR lcExtension == "FXP"
   DO wwScriptMaps with THIS
Are these really necessary?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Répondre
Fil
Voir

Click here to load this message in the networking platform