in reply to xml request
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
--
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: xml request
by patiafrica (Initiate) on Aug 04, 2002 at 16:59 UTC | |
by fruiture (Curate) on Aug 04, 2002 at 17:09 UTC | |
by patiafrica (Initiate) on Aug 04, 2002 at 17:30 UTC |