Help for this page

Select Code to Download


  1. or download this
    my $wsdl = XML::Compile::WSDL11->new("https://myservice.com/service.ph
    +p?wsdl");
    
  2. or download this
    $wsdl->importDefinitions('doQueryAllSysStatus');
    my $call = $wsdl->compileClient('doQueryAllSysStatus');