Help for this page

Select Code to Download


  1. or download this
        my $content = SOAP::Serializer->prefix( 's' )->envelope(
            'response',
            SOAP::Data->name( $response->soapmethod() . 'Response' )->uri(
    + $response->soapuri() ),
    ...
            ( $_[STATE] eq 'RAWDONE' ? SOAP::Data->type( 'xml', $response-
    +>content() ) : $response->content() ),
        );
    
  2. or download this
    #!/usr/bin/perl --
    
    ...
    
    __END__
    
  3. or download this
    $ perl soap-lite-uri-namespace.pl |xml_grep --nowrap soap:Body |xml_pp
    <soap:Body>
    ...
    </soap:Body>