<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
      <renderMapBoundingBox xmlns="http://types.xmap.xserver.ptvag.com">
         <BoundingBox_1>
            <leftTop xmlns="http://common.xserver.ptvag.com">
               <point x="${left}" y="${top}" />
            </leftTop>
            <rightBottom xmlns="http://common.xserver.ptvag.com">
               <point x="${right}" y="${bottom}" />
            </rightBottom>
         </BoundingBox_1>
         <MapParams_2 showScale="true" useMiles="false"/>
         <ImageInfo_3 format="${format}" height="${height}" width="${width}"/>
         <ArrayOfLayer_4 xsi:nil="true" />
         <boolean_5>true</boolean_5>
         <CallerContext_6 log1="WMS" log2="${imageId}">
            <wrappedProperties xmlns="http://baseservices.service.jabba.ptvag.com">
               <CallerContextProperty key="CoordFormat" value="PTV_MERCATOR"/>
            </wrappedProperties>
         </CallerContext_6>
      </renderMapBoundingBox>
   </soap:Body>
</soap:Envelope>