Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Implementing WSDL-oriented SOAP applications in Perl

by ruoso (Curate)
on Apr 02, 2008 at 17:18 UTC ( [id://678009]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyApp::Controller::Service;
    use strict;
    ...
       # features, according to the WSDL types.
       $c->stash->{soap}->compile_return({ ... });
    }
    
  2. or download this
    sub other_operation : Local SOAP('DocumentLiteral') {
        # the body is parsed the same way as RPC literal,
    ...
        # the whole body.
        # The return can be set in the exact same way.
    }
    
  3. or download this
     
    package MyApp::Controller::Service;
    use strict;
    ...
       # forward to this action based on the SOAPAction
       # header.
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://678009]
Approved by Erez
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found