| Author |
Non-scalar response->content
|
|
| Kaare Rasmussen 2005-06-09, 4:01 am |
| Hi
Where's the documentation for $response->content? Maybe I'm sleepy but I can't
find the answer to this:
I want to return the result of some activity in POE::Component::Server::SOAP.
It can be a scalar, an array or a hash. I really don't know. The receiving
client expects it as-is, making handcoded serialization a non-option.
Shouldn't this be easy? Am I overlooking the obvious?
| |
| Tim Cheadle 2005-06-09, 4:01 am |
| > Where's the documentation for $response->content?
POE::Component::Server::SOAP::Response inherits the HTTP::Response class.
See the HTTP::Response perldoc for the content() method.
-tim
| |
| Lance Braswell 2005-06-09, 4:01 am |
|
Looks like it's inherited from HTTP::Message
-
Lance Braswell - + 1 469 357 6112
"Tim Cheadle"
<session@fourspac
e.com> To
poe@perl.org
06/01/2005 07:16 cc
AM
Subject
Re: Non-scalar response->content
> Where's the documentation for $response->content?
POE::Component::Server::SOAP::Response inherits the HTTP::Response class.
See the HTTP::Response perldoc for the content() method.
-tim
|
|
|
|