<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://dpd.com/common/service/types/Authentication/2.0" xmlns:ns1="http://dpd.com/common/service/types/ParcelShopFinderService/5.0">
   <soapenv:Header>
      <ns:authentication>
         <delisId>?</delisId>
         <authToken>?</authToken>
         <messageLanguage>de_DE</messageLanguage>
      </ns:authentication>
   </soapenv:Header>
   <soapenv:Body>
      <ns1:findParcelShops>
         <country>?</country>
         <zipCode>?</zipCode>
         <street>?</street>
         <houseNo>?</houseNo>
         <limit>10</limit>
         <hideClosed>false</hideClosed>
      </ns1:findParcelShops>
   </soapenv:Body>
</soapenv:Envelope>