#### $service = SOAP::Lite -> service('URL goes here'); $data = 'array data goes here'; $response = $service->getMonitorSnapshots($data,'','username','password'); print $response;