in reply to Posting xml in a form behind the scenes
You don't show us the likely core of the problem, the post_https routine. Most likely it doesn't properly encode your POST data. I think you should look at the difference of what your web browser sends (for example using the Live HTTP Headers extension for Firefox, or wireshark for everything), and what your Perl script sends. Then it will all become clear to you.
|
|---|