Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling Web Service Timeout...
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00711803
Message ID:
00712976
Views:
12
Not sure where is the place for changing this as default.

If you create a WebService object you can issue:

myObject.TimeOut = time in miliseconds


It's actually

myWSObject.Property("Timeout") = 60 * 3000

My mistake was that I was putting this code in the ASP Script of the Web Service Listener - Instead, it goes in the VFP Code where you instantiate the WS Object.

I found the example on MSDN - I tried looking for it again but had no luck finding it.
Previous
Reply
Map
View

Click here to load this message in the networking platform