Using CallExternalMethod activity always terminates a workflow....
I have created an interface, marked with externaldataexchagne. Then I have impplemeted methods defined in that interface.
I have then tried using CallExternalMethod activity to invoke that method, but whenever that activity needs to be executed, it terminates the workflow.
Any idea why this is happening?
Thanks,
Marko Vuksanovic.
Ok, I have added the FaultHandlerActivity to my workflow (and a codeExecute activity with a line of code that shows a messagebox),.... but how can I get, and display, the information about the error?
The error i get is:
System.InvalidOperationException: Could not find service of type xxxxxxx through the currently configured services....
It seems like I need to use ExternalDataExchange service... Could someone point me to some documentation about this topic?