Hi all. i've got a window's service running on my machine, and using net remoting, i submit an xml file to the windows service n print out xml content. my front end is a asp page which creates the xml file no problem. . now when i try send it over http, i get the error- object not serialized. my proxy object is inheriting the MarshalObjectBy Ref class. i've not used serialization. if i use tcp, it works fine. please help.