Help for this page
require_once('nusoap.php'); $soapClient = new nusoap_client('https://myservice.com/service.php +?wsdl', true); ... ) ) );
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";