Help for this page

Select Code to Download


  1. or download this
        require_once('nusoap.php');
        $soapClient = new nusoap_client('https://myservice.com/service.php
    +?wsdl', true);
    ...
        )
        )
        );
    
  2. or download this
    use XML::Compile::WSDL11;      # use WSDL version 1.1
    use XML::Compile::SOAP11;      # use SOAP version 1.1
    ...
    my $call = $wsdl->compileClient('doQueryAllSysStatus');
    
    #print $call, "\n";