Re: [Mono-dev] WebService application model

2007-03-28 Thread Marcos Cobeña Morián
Hi again Mads, Just a typo in my last e-mail: http://www.google.es/search?hl=esclient=firefox-arls=org.mozilla%3Aes-ES%3Aofficialhs=Glrq=.NET+Remoting+site%3Amsdn2.microsoft.combtnG=B%C3%BAsquedameta=. Answering from mobile phone is not as accurate as would like to. ;-) Cheers, 2007/3/27,

[Mono-dev] WebService application model

2007-03-27 Thread Mads Bondo Dydensborg
Hi there. Coming from a C++/Corba background (Linux) I have problems understanding the webservice application model of C#/.NET/Mono/whatever, and is seeking advice/pointers/something to get an idea of what models are feasible. Using Corba, a SOA application is almost a normal application,

Re: [Mono-dev] WebService application model

2007-03-27 Thread Marcos Cobeña Morián
Hi Mads, Coming from CORBA world, maybe .NET Remoting is your solution. When using ASP.NET Web Services, you basically expose methods which are accesible just using SOAP over HTTP. In a n-tier application, WS just exposes some, for example, business methods, but no states, as you're maybe used