Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Getting XML to text

by derby (Abbot)
on Aug 28, 2014 at 01:42 UTC ( [id://1098826]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Getting XML to text
in thread Getting XML to text

Well ... you give us no code nor info on frameworks, modules, client set headers, http method, etc. I'll just assume you're POSTing XML with a mime type of application/xml and using CGI on the server side. If those assumptions are correct, then you just need to:

my $data = $query->param('POSTDATA');
If those assumptions are not correct, you're going to need to provide more information because there are so many different ways for a client to send data and a server to process requests.

-derby

Replies are listed 'Best First'.
Re^4: Getting XML to text
by chuck882 (Initiate) on Aug 28, 2014 at 12:32 UTC

    Thank you, I knew it had to be something stupid I was doing. From now on I will include more details. Now seeing they are vital.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-03-29 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found