Searched +refs:url +refs:scheme +refs:register +refs:proxy (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm447 sub proxy { subroutine
455 $_[0] =~ /^(\w+):/ or die "proxy: transport protocol not specified\n";
482 *$AUTOLOAD = sub { shift->proxy->$method(@_) };
2101 $location = $uri->abs($self->base || 'thismessage:/')->as_string unless $uri->scheme;
3309 my $url = shift || $self->schema_url || Carp::croak 'Nothing to access. URL is not specified';
3312 my $req = HTTP::Request->new(GET => $url);
3317 $resp->is_success ? $resp->content : die "Service description '$url' can't be loaded: ", $resp->status_line, "\n";
3371 $self->proxy($method{endpoint} || Carp::croak "No server address (proxy) specified")
3372 unless $self->proxy;
[all...]

Completed in 194 milliseconds