RE: [Mono-list] A couple of Remoting Questions

2004-05-12 Thread Robert Remen
Hi, 1) You do not need a configuration file, but you must somehow configure the remoting inside your application. You have two options: - Call RemotingConfiguration.Configure(). You can use null as the filename parameter. Passing a null reference as the filename parameter will cause default

Re: [Mono-list] A couple of Remoting Questions

2004-05-11 Thread Lluis Sanchez
On dl, 2004-05-10 at 14:20, Jonathan Stowe wrote: I have been playing around with remoting and a couple of things have come up I am trying a test based in the example in MS SDK: Client: using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using

RE: [Mono-list] A couple of Remoting Questions

2004-05-11 Thread RoBiK
Hi, 1) You do not need a configuration file, but you must somehow configure the remoting inside your application. You have two options: - Call RemotingConfiguration.Configure(). You can use null as the filename parameter. Passing a null reference as the filename parameter will cause default

RE: [Mono-list] A couple of Remoting Questions

2004-05-11 Thread Jonathan Stowe
On Tue, 2004-05-11 at 11:35, RoBiK wrote: 3) Here ist the soap specification http://www.w3.org/TR/soap/ and here http://msdn.microsoft.com/library/en-us/dnsoap/html/understandsoap.asp an article from microsoft regarding soap (with good examples). For monitoring purpouses you can find a couple