Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Adding namespace in Method Response

by Anonymous Monk
on Aug 12, 2010 at 21:08 UTC ( [id://854766]=note: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://854766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found