Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: HTTP Post of XML data

by hallikpapa (Scribe)
on Nov 14, 2007 at 06:25 UTC ( [id://650690]=note: print w/replies, xml ) Need Help??


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

I am using 5.8.8 on this box. I ended up just writing it to a file, and then reading that file into $data and doing a
my $response = $browser->post( $url, Content => $data );
But I am getting an error, I think may be java in the jboss log.
14 Nov 2007 00:15:56,547 INFO [STDOUT] REQUEST RECEIVED BY SERVLET:<m +anager xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > 14 Nov 2007 00:15:56,547 ERROR [STDERR] [Fatal Error] :1:69: XML docum +ent structures must start and end within the same entity.
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?

Replies are listed 'Best First'.
Re^6: HTTP Post of XML data
by erroneousBollock (Curate) on Nov 14, 2007 at 06:33 UTC
    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

      Thanks. I double checked the XML, and it's in the proper format. I will look deeper.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://650690]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-19 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found