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() ),
);