Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Problems with SOAP::Lite client

by thion (Initiate)
on Dec 12, 2008 at 07:54 UTC ( [id://729872]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        while($sth->fetch()) {
            my %hash;
    ...
        }
        $sth->finish();
                  $dss->updatePLZInformationen(@ary);
    
  2. or download this
    sub updatePLZInformationen() {
        my @data = shift;
    ...
        return(@plz_info);
    }
    # --------------------------------------------------------------------
    +---------------------------- #
    
  3. or download this
    ?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope 
    ...
    </updatePLZInformationen>
    </soap:Body>
    </soap:Envelope>
    

Log In?
Username:
Password:

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

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

    No recent polls found