Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite +trace;
    my $client = SOAP::Lite->new();
    ...
    my $som = $client->hello("Test");
    my $output = $som->result;
    print $output . "\n";
    
  2. or download this
    SOAP::Transport::new: ()
    SOAP::Serializer::new: ()
    ...
    SOAP::Parser::DESTROY: ()
    SOAP::Transport::DESTROY: ()
    SOAP::Transport::TCP::Client::DESTROY: ()