Hi ,
I want to call a web service in Windows Workflow project using InvokeWebServiceActivity.
I want to call this activity in such a manner that if the web service call fails it should get logged and in the catch block i can write some custom code.
Now when the web service fails, which is on different VPN, my workflow breaks ..
Any Ideas..