Web Services

Posts   
 
    
Skeeterbug
User
Posts: 165
Joined: 21-May-2004
# Posted on: 31-Jan-2005 14:18:00   

Hey All, I was just wondering, how many LLBLGen users have deployed a solution using webservices and LLBLGen? I would really love to use LLBL with webservices, but comptability with Java isn't going to be all that great if you use the writexml return method for the webservice.

I had an idea, I also wanted your opinions on this. I am going to make my own custom template, and have simple objects and a converter class generated. The code in the webservice would look something like this:



//somecode

//return our simple object
return Converter.ToSimpleOrder(SomeLLBLEntity);


The converter would also convert from simple objects to LLBLGen entities for save operations as well. Along side this, I will keep methods for .NET apps (writexml returns). The converter and simple objects would both be really easy to write, so that isn't really an issue. Let me know what you think. Thanks.

IowaDave
User
Posts: 83
Joined: 02-Jun-2004
# Posted on: 25-Feb-2005 22:05:06   

You may want to look in the Architecture forum. There are a few discussions about this very thing (though not in the context of web services, but that should not matter).