
Webservice::Simple::Response - Adds a xml_parse() to HTTP::Response

This document describes Webservice::Simple::Response version 0.0.1

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 => [] } );

Yusuke Wada <yusuke@kamawada.com>

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.