Web Services: Adapter or SelfServicing?

Posts   
 
    
DanyWu
User
Posts: 6
Joined: 12-Jul-2005
# Posted on: 12-Jul-2005 07:38:10   

Hi everyone,

I am fairly new to .NET, having not used Remoting before. I have worked with Web Services but not entirely sure how remoting works. The documentation pretty much recommends the use of Adapter with remoting, and SelfServicing if remoting is not required.

My question is pretty much as what the subject line says. If I'd like my DAL to be used with Web Services what type of generated code should I use?

Any comments would be greatly appreciated.

Cheers, Dany

DanyWu
User
Posts: 6
Joined: 12-Jul-2005
# Posted on: 12-Jul-2005 07:51:37   

Ok, it definitely pays to read to the end of the document!

I just discovered the recommended way of using generated code in Web Services.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 12-Jul-2005 10:39:55   

Adapter for sure simple_smile

Frans Bouma | Lead developer LLBLGen Pro