Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

SOAP::Lite Not returning expected results

by Ovid (Cardinal)
on Oct 13, 2004 at 18:19 UTC ( #398955=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $som = $self
            ->endpoint($method{endpoint})
            ->uri($method{uri})
    ...
        return wantarray
            ? $som->paramsall
            : $som->result;
    
  2. or download this
      @movies = (
        {
          'Movies' => {
    ...
          }
        }
      );
    
  3. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope
        xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    ...
        </GetMoviesResponse>
      </soap:Body>
    </soap:Envelope>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://398955]
Approved by Limbic~Region
Front-paged by cLive ;-)
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2023-12-04 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (20 votes). Check out past polls.

    Notices?