NAME
Webservice::Simple::Response - Adds a xml_parse() to HTTP::Response
VERSION
This document describes Webservice::Simple::Response version 0.0.1
METHODS
- parse_xml(%args)
-
Parse a xml content with XML::Simple and return the Perl object. You can tell XML::Simple parse options as parameters.
my $ref = $response->parse_xml( { forcearray => [], keyattr => [] } );
AUTHOR
Yusuke Wada <yusuke@kamawada.com>
COPYRIGHT AND LISENCE
Copyright (c) 2008 Yusuke Wada, All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.