Help for this page
<wsdl:message name="getMonitorSnapshotsRequest"><wsdl:part name="in0" +type="impl:ArrayOf_xsd_string"> ... </wsdl:part><wsdl:part name="in4" type="xsd:string"> </wsdl:part></wsdl:message>
$service = SOAP::Lite -> service('URL goes here'); $data = 'array data goes here'; $response = $service->getMonitorSnapshots($data,'','username','passwo +rd'); print $response;