- or download this
my $som = $self
->endpoint($method{endpoint})
->uri($method{uri})
...
return wantarray
? $som->paramsall
: $som->result;
- or download this
@movies = (
{
'Movies' => {
...
}
}
);
- or download this
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
...
</GetMoviesResponse>
</soap:Body>
</soap:Envelope>