Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Necessary conditions in Process()
Message
From
09/07/2001 00:52:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Necessary conditions in Process()
Miscellaneous
Thread ID:
00527998
Message ID:
00527998
Views:
51
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
Reply
Map
View

Click here to load this message in the networking platform