Help for this page

Select Code to Download


  1. or download this
    use XML::Compile::WSDL11;
    use XML::Compile::SOAP11;
    ...
    my $daemon = XML::Compile::SOAP::HTTPDaemon->new;
    $daemon->operationsFromWSDL($wsdl);
    $daemon->run(name => 'SMS', host => 'localhost', port => 8877,);