> I switched to a TWSocket and sent the complete post URL, parameters and XML data in one send > and the server responded without error. So, the header data the THttpCli component was adding > to the XML document was not allowed by the server. Only the XML data.
This makes me thinking your server doesn't use HTTP protocol. Instead it uses a simple TCP session (Something like telnet). If the server support HTTP, it will for sure return an error if you don't send a HTTP request! You said the server is OK with the XML data sent thru a TCP session and I conclude that is doesn't support HTTP. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be