<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://www.thesearchagency.com/AdMaxDeploymentService/">
   <soapenv:Header/>
   <soapenv:Body>
      <adm:deployCampaignsRequest>
         <header>
            <requestID>1</requestID>
            <retryID>1</retryID>
         </header>
         <customer>
            <customerID>AccuralStatus2</customerID>
            <domainName>www.cust4-qa-domain.com</domainName>
            <budget>11</budget>
            <anniversaryDate>2012-06-15</anniversaryDate>
            <currencyID>1</currencyID>
         </customer>
         <!--1 or more repetitions:-->
         <campaignList>
            <campaignID>ACST2</campaignID>
            <businessAreaID>2000004</businessAreaID>
            <businessLocationID>9</businessLocationID> 
            <!--Optional:-->
            <customLandingPage>
               <destinationURL>http://martiantourism.com/marstours/</destinationURL>
               <displayURL>http://martiantourism.com</displayURL>
            </customLandingPage>
         </campaignList>	
      </adm:deployCampaignsRequest>
   </soapenv:Body>
</soapenv:Envelope>