Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is all the help?
Message
From
09/07/2009 18:51:23
 
 
To
09/07/2009 17:36:59
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
01411224
Message ID:
01411313
Views:
67
One thing with those instructions - compile to a multi-threaded server, not a single threaded server! Any kind of web server needs to be able to handle multiple requests!!

So, the basic idea is:

1.) create your mtdll fox server
2.) Run the Foxpro Web Services Publisher to create the rest of the needed web service runtime files - including the .wsdl file
3.) place the runtimes with your fox mtdll on the target machine in a new directory
4.) create a virtual directory on the target machine and point to the physical directory that you just created
5.) regsrvr32 the mtdll on the target machine
6.) CHOOSE the listener - ISAPI, ASP, or ASP.NET

Are you still with me ?? Let me know..
Previous
Reply
Map
View

Click here to load this message in the networking platform