Touchstone 11.0 API Reference
SubmitAttachDatabaseRequest XML
Reference > Requests as XML > Requests > Data Source Management > SubmitAttachDatabaseRequest XML
SubmitAttachDatabaseRequest
Copy Code
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope">
  <s:Header>
    <a:Action s:mustUnderstand="1">AIR.Services.DataSourceManagementService.Api/IDataSourceManagementService/SubmitAttachDatabase</a:Action>
    <a:MessageID>urn:uuid:f06337e9-d212-4eb8-8018-28b82ffec05f</a:MessageID>
    <a:ReplyTo>
      <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
    </a:ReplyTo>
  </s:Header>
  <s:Body>
    <SubmitAttachDatabase xmlns="AIR.Services.DataSourceManagementService.Api">
      <request xmlns:d4p1="AIR.Services.DataSourceManagement.Api" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <BusinessUnitSid xmlns="AIR.Services.Common.Api">1</BusinessUnitSid>
        <LicenseUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</LicenseUid>
        <Product i:nil="true" xmlns="AIR.Services.Common.Api" />
        <RequestUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</RequestUid>
        <SqlInstanceSid xmlns="AIR.Services.Common.Api">1</SqlInstanceSid>
        <d4p1:Database xmlns:d5p1="AIR.Services.DataSourceManagement.Data">
          <d5p1:Created>0001-01-01T00:00:00</d5p1:Created>
          <d5p1:DataServerName>TouchstoneSQLInstance</d5p1:DataServerName>
          <d5p1:DataServerSid i:nil="true" />
          <d5p1:Description i:nil="true" />
          <d5p1:Growth i:nil="true" />
          <d5p1:GrowthUnit i:nil="true" />
          <d5p1:LdfFilePath>C:\Program Files\Microsoft SQL Server\MSSQL11.SQL2012\MSSQL\DATA\Exposure1_Log.ldf</d5p1:LdfFilePath>
          <d5p1:MdfFilePath>C:\Program Files\Microsoft SQL Server\MSSQL11.SQL2012\MSSQL\DATA\Exposure1.mdf</d5p1:MdfFilePath>
          <d5p1:Name>Exposure1</d5p1:Name>
          <d5p1:Registered i:nil="true" />
          <d5p1:Sid i:nil="true" />
          <d5p1:Size i:nil="true" />
          <d5p1:Status i:nil="true" />
          <d5p1:StatusValue i:nil="true" />
          <d5p1:Type i:nil="true" />
          <d5p1:Version i:nil="true" />
        </d4p1:Database>
      </request>
    </SubmitAttachDatabase>
  </s:Body>
</s:Envelope>