| | | Forum Newbie
       
Group: Forum Members Last Login: Friday, October 16, 2009 Posts: 1, Visits: 5 |
| | Hello there, I want to call a webservice in a workflow, so I used the activity "InvokeWebService". Every time, the webservice returns results in about 10 minutes, but it seems it's a long time for activity "InvokeWebService" to wait, it regards the invoke result as failure... Can anyone help me to find a configuration to set timeout value? I changed the executionTimeout of httpRuntime in machine.config, and restart "Skelta 2007 - Workflow Engine" service, but it still does not work... Thanks. |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, December 21, 2009 Posts: 102, Visits: 124 |
| As there is no time-out property (like the human activities has) for InvokeWebService activity, you need to maintain some sort of delay or implement some logic with in the webservice itself in order to overcome this.
Srinivasa Rao Pentapati |
| |
|
|