Bootstrapping Merchello context in a Console application
From a console application we'd like to interact with the Merchello services API. We've already succeeded to bootstrap/start the Umbraco context in the console application, but the Merchello context isn't inititialized yet. To achieve that, we've tried to implement the same bootstrapping principle that Umbraco uses, but somehow all the related Merchello boot classes seem to be internal.
Are we missing something, or do we have a wrong point of view? I'm aware that we can access the context from a web application perspective, but our main goal is achieving this in a console application without running a web server (besides the one for our end-users, of course).
Bootstrapping Merchello context in a Console application
From a console application we'd like to interact with the Merchello services API. We've already succeeded to bootstrap/start the Umbraco context in the console application, but the Merchello context isn't inititialized yet. To achieve that, we've tried to implement the same bootstrapping principle that Umbraco uses, but somehow all the related Merchello boot classes seem to be internal.
Are we missing something, or do we have a wrong point of view? I'm aware that we can access the context from a web application perspective, but our main goal is achieving this in a console application without running a web server (besides the one for our end-users, of course).
Thanks in advance!
is working on a reply...