<?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>789654123-123456</customerID>
            <domainName>www.cust4-qa-domain.com</domainName>
            <budget>11</budget>
            <anniversaryDate>2012-12-31</anniversaryDate>
            <currencyID>1</currencyID>
         </customer>
         <!--1 or more repetitions:-->

         <campaignList>
            <campaignID>deleting-8</campaignID>
            <businessAreaID>2000084</businessAreaID>
            <businessLocationID>NSW3107</businessLocationID>	
            <!--Optional:-->
            <customLandingPage>
               <destinationURL>http://martiantourism.com/marstours/</destinationURL>
               <displayURL>http://martiantourism.com</displayURL>
            </customLandingPage>
         </campaignList>
            
  
      </adm:deployCampaignsRequest>
   </soapenv:Body>
</soapenv:Envelope>