First fo all: there's a syntax error in your code. Please enable strict and warnings and please copy'n'paste your tested code, don't rewrite it.
Secondly: What does "the xml request is ignored" mean? What happens instead? What error messages do you get?
Have you read the HTTP::Request::Common manpage carefully? Your $xml_req is in no context there. What shall it be? A submitted field or something to be send in a header?
#did you mean: POST $URL, [ xml => $xml_req ] #?
try building a request of your needs using HTTP::Request's as_string() method. HTH
--In reply to Re: xml request
by fruiture
in thread xml request
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |