<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetRollupConfigurationResponse xmlns="http://www.microsoft.com/SoftwareDistribution">
      <GetRollupConfigurationResult>
        <RollupConfiguration>
          <IsRollupEnabled>true</IsRollupEnabled>
          <RollupResetGuid>ed33d2ea-c0ca-3ec4-beef-1c78137816eb</RollupResetGuid>
          <ReportingServerUrl>http://wsus-server.domain.local/ReportingWebService/ReportingWebService.asmx</ReportingServerUrl>
          <TargetGroup>Default Computers</TargetGroup>
          <ServerId>ed33d2ea-c0ca-3ec4-beef-1c78137816eb</ServerId>
        </RollupConfiguration>
      </GetRollupConfigurationResult>
    </GetRollupConfigurationResponse>

    <GetReportEventBatchResponse xmlns="http://www.microsoft.com/SoftwareDistribution">
      <GetReportEventBatchResult>
        <ReportEventBatchResult>
          <IsEventBatchEnabled>true</IsEventBatchEnabled>
          <RollupResetGuid>ed33d2ea-c0ca-3ec4-beef-1c78137816eb</RollupResetGuid>
          <ReportingServerUrl>http://wsus-server.domain.local/ReportingWebService/ReportingWebService.asmx</ReportingServerUrl>
          <TargetGroup>Default Computers</TargetGroup>
          <ServerId>ed33d2ea-c0ca-3ec4-beef-1c78137816eb</ServerId>
        </ReportEventBatchResult>
      </GetReportEventBatchResult>
    </GetReportEventBatchResponse>

  </soap:Body>
</soap:Envelope>
