A
A_Haddad
Guest
Hi Jan, You have guessed it : the .dll have to be loaded by the .net project containing the main entry program of the application. In may case, it is the Asp.Net project. I think this point is not clearly explained in the documentation (Cf. Deploying Web Services with .NET pdf file), from which one can understand that it is enough to copy the .dll in thg bin folder of the Corticon server. And then, this dll will be loaded when the Corticon server is initalized... And that's the point for me: this dll is dynamically generated in run-time: it is not referenced in the Asp.Net project during design-time. The reason is that we want to generate dynamically classes from the vocabulary itself without having to build the whole application every time there is a new rule-flow (there can be a big number of rule-flows in our case). I will try to load the generated dll dynamically in the controller and see if it works... Another point taht is not clear for me: is it possible to use a business-objects payload with a Corticon Server installed on IIS webServer? The documentation gives an example where the .eds embedding the Assembly.dll have to be copied in the axis\rule-assets folder, but I could not find C# (or Java) samples showing how it can be used in this case?? Thank you very much for your help!
Continue reading...
Continue reading...