Help for this page

Select Code to Download


  1. or download this
    <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>
    
  2. or download this
    $service = SOAP::Lite -> service('URL goes here');
    $data = 'array data goes here';
    $response =  $service->getMonitorSnapshots($data,'','username','passwo
    +rd');
    
    print $response;