Good morning.
I was taking a brief look at the SDK ECL v9 documentation. There is a diagram which shows that the recommended way to interact with the BPM engine by means of ECL is, for third party applications, the ECL.WS web service.
However, if the v9 standard web client alone were to interact with the engine, the diagram shows that there is the possibily to bypass the whole ECL.WS layer and interact directly with the engine using .NET Remoting.
Since this is exactly the scenario of the process I'm developing (that is, a standard BPM v9 process with no use of third party applications), I was wondering how to invoke actions using ECL and .NET remoting alone.
If I got it right, the MetastormOperation class is used to interact using the ECL.WS, so what classes should I use if I wanted to invoke actions using .NET Remoting alone?
Thank you,
Andrea D.P.