[Mono-list] Serializing Objects to a Stream

2005-08-25 Thread Jonathan J. Vargas R.
hi how can i serialize an object to Xml but storing the object to a Stream and not to a File? I am looking for a way to do XmlSerialization (or maybe SoapSerialization) to send objects via Remoting over the wire, and the deserialize on the Server the serialized object stream. how to? This may

[Mono-list] ByteFX and Mysql User Authentication

2005-08-09 Thread Jonathan J. Vargas R.
Hi, I am having problems when i try to connect to MySQL using ByteFX, i receive a message saying that client is trying to use an old authentication. Though, i configured MySQL to use old-password format, but the current accounts in MySQL are using the secure password format. Is there a way to

[Mono-list] hosting webservices

2005-05-12 Thread Jonathan J. Vargas R.
hi. i want to develop an architecture based in a community of services which use the web services spec. the services can comunicate themselves through the web services. but i want dedicated web service hosting for each service, and use ASP .NET hosted in IIS or Apache for each host that offers a

[Mono-list] Remoting Channels Tcp and Http Confusion

2005-04-07 Thread Jonathan J. Vargas R.
hi. i am developing an enterprise service using remoting, want tcp and http channel for listening. i derived some classes to perform custom functionality, as u will see. the prob is, that in ServerTest.cs and Server.cs (has service control operations), when i first Add a tcp channel to listen and