I need to be able to send an XML message from a webpage to an SSL HTTP
server. I have tried the CURL functions and they work fine sending the XML
message to an non-SSL server. But the SSL servers we have keep the
connection open on the server side so the CURL function time out waiting
for the socket to close. I need a way to send the XML message to the SSL
Server and not have it wait once the whole message is returned.

Anyone know of a way?