Help for this page

Select Code to Download


  1. or download this
    [root@mailer2-sb root]# perl -MSOAP -e 'print "Hello, with SOAP!"'
    Can't locate SOAP/Transport.pm in @INC (@INC contains: ....
    
  2. or download this
    cpan> install SOAP::Transport
    CPAN: Storable loaded ok
    Going to read /root/.cpan/Metadata
    ...
        i /SOAP::Transport/
    
    to find objects with matching identifiers.
    
  3. or download this
    package MyApp::WSDL;
    
    use strict;
    ...
    }# end handler()
    
    1;# return true: