Group
Extension

Matches 4

W3C-SOAP-WADL ( I/IV/IVANWILLS/W3C-SOAP-WADL-0.007.tar.gz, IVANWILLS, 2015; MetaCPAN )
W3C-SOAP-WADL/lib/W3C/SOAP/WADL.pm ( view source; MetaCPAN )
use Carp;
use Data::Dumper qw/Dumper/;
use English qw/ -no_match_vars /;
use TryCatch;
use JSON qw/decode_json/;

extends 'W3C::SOAP::Client';

our $VERSION = version->new('0.007');

has _response => 
t );
            }
            elsif ( $type eq 'application/json' ) {
                # process JSON
                $content = decode_json($content);
            }
            elsif ( $type eq 'text
W3C-SOAP-WADL ( I/IV/IVANWILLS/W3C-SOAP-WADL-0.007.tar.gz, IVANWILLS, 2015; MetaCPAN )
W3C-SOAP-WADL/lib/W3C/SOAP/WADL/Document/Representation.pm ( view source; MetaCPAN )
 element    => './@element';
has_xpath_value profile    => './@profile';
has_xpath_value json       => './@json:serialize';

has_xpath_object_list param => (
    './wadl:param' => 'W3C::SOAP::WADL::Do
W3C-SOAP-WADL ( I/IV/IVANWILLS/W3C-SOAP-WADL-0.007.tar.gz, IVANWILLS, 2015; MetaCPAN )
W3C-SOAP-WADL/lib/W3C/SOAP/WADL/Parser.pm ( view source; MetaCPAN )
aits;
use W3C::SOAP::WADL::Meta::Method;
use MooseX::Types::Moose qw/Str Int HashRef/;
use JSON qw/decode_json/;
use W3C::SOAP::Utils qw/ns2module/;
use TryCatch;

Moose::Exporter->setup_import_method
W3C-SOAP-WADL ( I/IV/IVANWILLS/W3C-SOAP-WADL-0.007.tar.gz, IVANWILLS, 2015; MetaCPAN )
W3C-SOAP-WADL/lib/W3C/SOAP/WADL/Document.pm ( view source; MetaCPAN )
pace wadl => 'http://wadl.dev.java.net/2009/02';
add_xpath_namespace json => 'http://rest.domain.gdl.optus.com.au/rest/3/common-json';

has_xpath_value target_namespace => './@targetNamespace';
has_xp

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.