cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduled Job not running properly

Former Member
0 Kudos

Hello Friends,

I have a webservice that sends the mail to 24 or above users at a single go . This functionality I need to schedule . So I designed the job for same purpose , now the problem is that the webservice is running absolutely fine but once the job is scheduled and run , the mails are not send . I tried to send a single mail also with the help of scheduler API and was succefull in doing that but If the webservice needs to send more than one mail , this does not happen through the Scheduler API

I also had encountered problem while runnign the webservice earlier. I was getting the Read timed out error during execution of webservice For its solution I increased the time out period of the webservice mannually ( from the left panel , the time out period can be increased in WebService Navigator ) and the problem got solved , this you cant do once you have scheduled the job so one of the reson may this time out expiration also .

So can any one help me out with the way to increase the time out period for the webservice not mannually rather in a more stabel and permanent way

Edited by: Smriti_techno on May 5, 2009 8:50 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

ravindra_bollapalli2
Active Contributor
0 Kudos

hi

refer this link for example of scheduler api

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90a95132-8785-2b10-bda5-90d82a76...

let me know am i correct or not

bvr

Former Member
0 Kudos

hello ,

I have already been through this link and have successfully scheduled a job for sending a single mail at a time but here i am not able to send multiple mails through a single job and that is the main problem.