Hi all,
I work on IS 9.8
I encounter a problem when i tried to run a service automatically with the scheduler.
This service call at some point a connector of a WS.
When i run this service from Software AG Designer (run or debug) i don’t get any error and the service run smoothly.
But when i schedule this service with the scheduler, the scheduler doesn’t wait for the connector to finish its request and continue to progress throught the service.
This cause 2 problems:
- I get an null response, fault and transportInfo/status = 200, shouldn’t i get a status at 408 (timeout)?
- Later the connector respond but the response can’t be handle because the scheduler already passed the connector and doesn’t wait for a response.
Isn’t the configuration of the scheduler the same as the designer?
Thanks for the help.
#Integration-Server-and-ESB#webMethods