How can I transport a query (expression) from the client to the server over a WebService?

Posts   
 
    
Leu
User
Posts: 1
Joined: 21-Jul-2006
# Posted on: 21-Jul-2006 10:39:25   

Hello,

I like to work remote with my generated objects in a WindowsClient. To communicate with the database I like to use a WebService. How can I transport a query (expression) from the client to the server? Can I serialize the query to xml and load the query to a new object on the server? confused

Cheers, Leu

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 21-Jul-2006 14:45:34   

While I could not define if you want to use remoting over tcp, remoting over IIS or webservices (xml).

The following threads might be a good read: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=6617 http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=4338 http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=2458 http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3897

Please note that RelationPredicateBucket is marked as serializable.