Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Setting the Prefix for a SOAP Response via SOAP::Data

by Anonymous Monk
on Sep 17, 2008 at 07:33 UTC ( [id://711901]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Submit {return (SOAP::Data->name('SubmitResponse')->type('xml') ->
    +attr({'xmlns:order'="http://echo.nasa.gov/v9/order/fulfillment"})->va
    +lue(ECHODataOrder::DataOrderRequest(@_)));}
    
  2. or download this
    sub Submit {
        return (
    ...
              )->value( ECHODataOrder::DataOrderRequest(@_) )
        );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-23 18:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found