in reply to Re^5: HTTP Post of XML data
in thread HTTP Post of XML data

Is this LWP::UserAgent creating an html tag or header screwing up the post? I am looking into that, but I just want to send ONLY what is in the file, but it's probably sending extra data?
I really doubt that.

You'll still want to be sending an HTTP request (headers, content), and your content will still need to be encoded appropriately.

-David

Replies are listed 'Best First'.
Re^7: HTTP Post of XML data
by hallikpapa (Scribe) on Nov 14, 2007 at 06:40 UTC
    Thanks. I double checked the XML, and it's in the proper format. I will look deeper.