can I use Soap or RemoteScrapingSession to set Scheduled?

I found that the web interface can set Scheduled.can I use soap or RemoteScrapingSession to set Scheduled?

Scheduler

RemoteScrapingSession doesn't have any methods in the API to help with this, but SOAP should be able to do what you want. You'll have to come up with your own PHP interface or something or you could check for an open source scheduler to see if it works. You should be able to develop soemthing yourself to handle it though.

scraper

scheduler

HI,
If I try to use SOAP to develop something myself,I found that soap didn't have any methods to set scheduled and the service didn't offer to try it.I use java to develop.You said that I can check for an open source scheduler to see if it works,but I want to Import the scrapingsession that had set the scheduler itself.How I can achieve?

Enterprise version

Have you looked into the Enterprise Version? It really is the best way to schedule a scrape.

http://community.screen-scraper.com/web_interface

Give it a look and see if it will do what you need.

Otherwise you'll need to interface with screen-scraper externally via the medium of an open source scheduler, cron process, or some other task scheduler.

Thanks
scraper