Search found 4 matches

by spasobn
Tue Sep 15, 2009 11:34 pm
Forum: General Discussion
Topic: Task Scheduling and Cyclic
Replies: 2
Views: 17509

Task Scheduling and Cyclic

What if I need to start task every 15s from 7:00 to 17:00 and start task every 30 minutes from 17:00 to 7:00. Do I need two tasks for this solution. If I use Cyclic Triggering event I can't do Start and End time. If I use Scheduler I can use Start and End time but can't use step less then 1 minute. ...
by spasobn
Wed May 13, 2009 2:37 am
Forum: General Discussion
Topic: Invoke web services
Replies: 4
Views: 12139

Invoke web services

Thanks Oleg.
And just one more question about Web Services. What if
Web Services are unavailable. How to catch that event
and do something
by spasobn
Wed May 13, 2009 2:12 am
Forum: General Discussion
Topic: Invoke web services
Replies: 4
Views: 12139

Invoke web services

Thanks Oleg for fast reply.
This works fine.
But what if I don't want to save result in Temp folder
({TEMPDIR}) because method don't return any value.
If my method don't retun value, file is 0 KB, but how to
avoid creating this file.
by spasobn
Wed May 13, 2009 12:25 am
Forum: General Discussion
Topic: Invoke web services
Replies: 4
Views: 12139

Invoke web services

Please,
how to invoke method in web services in cycle mode
(every 5 seconds )ie: http://10.1.1.2/Service.asmx/Test1?a=1&b=2&c=3
but without opening web browser.
I use run program/open document but every 5 sec I get
new tab in Web browser.