Hello, I have observed that, when writing a WebService using .NET 2.0, if a [WebMethod] returns an object instead of a primitive type, the XmlFormatter is used for serializing it. But, how can I configure the webservice to use the SoapFormatter instead? Regards, Andrés [ knocte ] --