Help for this page

Select Code to Download


  1. or download this
        my $som = $self
            ->endpoint($method{endpoint})
            ->uri($method{uri})
    ...
        return wantarray
            ? $som->paramsall
            : $som->result;
    
  2. or download this
      @movies = (
        {
          'Movies' => {
    ...
          }
        }
      );
    
  3. 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>