Ok. Let's step back. WAY back. And look at a bird-eye view of how to use LLBLGen objects in a web services environment.
Here's the thing: LLBLGen objects rely on remoting technology which is great inside the firewall and that accounts for 80% of my application. But, a singificant portion of my application must be accessible to users that may NOT have the .Net framework available to them. For them, web services is necessary.
Assuming that I'm COMPLETELY in the dark (always a good assumption), how does one expose web services using the data objects built with the LLBLGen tool? For example, using a dataobject called "Order" and the generated Order.Save() method, how does one expose that method through a [WebMethod] without having to write a ton of code that translates the web service data into something that the LLBLGen object can understand?
Does this make sense or am I trying to "complicate a ham sandwich"? Has anyone done this?
Thanks. Jeff