From: Robert Klemme Date: 2007-08-15T06:00:15+09:00 Subject: Re: post xml over https connection On 14.08.2007 22:05, brad wrote: > Has anyone posted xml data over a https connection? We have a vendor > product that has an API that allows for programmatic operation. Data is > exchanged in xml format. The exchange occurs over https. Any tips or > ideas would be appreciated. I can open https connection, but I'm not > sure how to post raw XML over the connections. Just like with HTTP: set the content type to "text/xml" and send (post) the data. Kind regards robert