Help for this page

Select Code to Download


  1. or download this
        my $response = $self->transport->send_receive(
            context  => $self, # this is provided for context
    ...
            encoding => $serializer->encoding,
            parts    => @{$self->packager->parts} ? $self->packager->parts
    + : undef,
        );
    
  2. or download this
        return $response if $self->outputxml;