I'm trying to get XML-RPC working under .NET 1.1 and cant make it happen. Can someone give me some pointers as to why? The client does the post (simple client, simple server) and I see the server receive the post but the server never receives the XML. The client is stuck waiting for a response and eventually times out. I suspect some difference between 1.1 and 2.0 framework (probably in the reading of streams) but dont know quite how to resolve the differences.I'm interested in this method of doing xml-rpc as I need a lightweight method to talk xml between some apps. Ideas? Thanks!