in reply to Re^4: HTTP Post of XML data
in thread HTTP Post of XML data
But I am getting an error, I think may be java in the jboss log.my $response = $browser->post( $url, Content => $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?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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: HTTP Post of XML data
by erroneousBollock (Curate) on Nov 14, 2007 at 06:33 UTC | |
by hallikpapa (Scribe) on Nov 14, 2007 at 06:40 UTC |