<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sit="http://www.thesearchagency.com/SiteGenerationService/">
   <soapenv:Header/>
   <soapenv:Body>
      <sit:deploySiteRequest deploymentIPAddress="50.57.178.216">
         <header>
            <requestID>1</requestID>
            <retryID>1</retryID>
         </header>
         <customer>
            <customerID>qacustomer3</customerID>
            <domainName>www.cust3-qa-domain.com</domainName>
            <!--Optional:-->
            <customerURL>www.the-aim-of-this-test-is-to-deploy-a-site-that-has-to-use-a-very-very-long-customer-url-having-length-greater-than-200-charachters-to-achieve-that-we-are-using-this-value-as-a-test-data-this-should-be-it.com</customerURL>
            <primaryBusinessAreaID>2000084</primaryBusinessAreaID>
            <primaryBusinessLocationID>NSW3107</primaryBusinessLocationID>
         </customer>
         <!--Zero or more repetitions:-->
         <branchAddressList>
            <branchAddressID>1</branchAddressID>
            <!--Optional:-->
            <branchName>QA Branch</branchName>
            <!--Optional:-->
            <addressLine1>test line1</addressLine1>
            <!--Optional:-->
            <addressLine2>test line2</addressLine2>
            <!--Optional:-->
            <addressLine3>test line3</addressLine3>
            <!--Optional:-->
            <addressLine4>test line4</addressLine4>
            <!--Optional:-->
            <town>Sydney</town>
            <!--Optional:-->
            <state>NSW</state>
            <!--Optional:-->
            <countryCode>AU</countryCode>
            <!--Optional:-->
            <postCode>2154</postCode>
            <mainBranchFlag>true</mainBranchFlag>
            <!--Optional:-->
            <linkedBusinessLocationID>NSW3107</linkedBusinessLocationID>
         </branchAddressList>
         <!--Optional:-->
         <telephoneList>
            <telephoneID>1</telephoneID>
            <!--Optional:-->
            <formattedCountryCode>011</formattedCountryCode>
            <!--Optional:-->
            <formattedTelephoneNumber>(444) 555-6666</formattedTelephoneNumber>
            <!--Optional:-->
            <formattedFaxCountryCode>011</formattedFaxCountryCode>
            <!--Optional:-->
            <formattedFaxTelephoneNumber>(444) 555-7777</formattedFaxTelephoneNumber>
         </telephoneList>
         <!--1 or more repetitions:-->
         <campaignSiteInfoList>
            <campaignInfo>
               <campaignID>qacampan3</campaignID>
               <businessAreaID>2000084</businessAreaID>
               <businessLocationID>NSW3107</businessLocationID>
            </campaignInfo>
            <siteInfo>
               <!--1 or more repetitions:-->
               <customMerchantAttributeList>
                  <sequenceNumber>1</sequenceNumber>
                  <attribute>We make house calls Test!</attribute>
               </customMerchantAttributeList>
               <callToAction>Call us now!</callToAction>
               <businessName>The QA people</businessName>
               <!--Optional:-->
               <branchAddressID>1</branchAddressID>
               <!--Optional:-->
               <telephoneID>1</telephoneID>
               <!--Optional:-->
               <emailAddress>qatesters@theqapeople.com</emailAddress>
            </siteInfo>
         </campaignSiteInfoList>
      </sit:deploySiteRequest>
   </soapenv:Body>
</soapenv:Envelope>