The web service task fails when calling
[OperationContract]
bool Ping();
but will work with
[OperationContract]
void Ping2();
Error reported:
Exception in Task: Object reference not set to an instance of an object.
In 5.6.9 both web service call works flawlessly.
I tried multiple settings, but differences with both version are only linked to the new fields:
- Discovery mode: web service, binding=default
- timeout = 180
Logs:
11/23/2011 3:46:41 PM Info User "VisualCron Default Admin" - Updated Task: testing ping
11/23/2011 3:46:46 PM Info Task started: testing ping (47)
11/23/2011 3:46:46 PM Info Impersonation result: True
11/23/2011 3:46:46 PM Err Exception in Task: Object reference not set to an instance of an object.
11/23/2011 3:46:46 PM Info Task completed: testing ping (47)
11/23/2011 3:46:46 PM Info Job completed: Testing eze ping
thanks