<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:nshpw="http://soap1.hopewiser.com/SOAPAtlas"
    xmlns:nssal="http://gio.bespoke.hopewiser.com/AddressLookup"
    xmlns:xsd="http://www.w3.org/1999/XMLSchema"
    xmlns:xsdal="http://gio.bespoke.hopewiser.com/AddressLookup.xsd"
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
  <SOAP-ENV:Body>
    <namesp1:listapiResponse xmlns:namesp1="http://soap1.hopewiser.com/SOAPAtlas">
      <addresses>
        <address>
          <COUNTRY>UNITED KINGDOM</COUNTRY>
          <COUNTY>CHESHIRE</COUNTY>
          <DISTRICT_LEVEL>
            <item>Hopewiser Ltd</item>
            <item>187 Hale Road</item>
            <item>Hale</item>
          </DISTRICT_LEVEL>
          <LABEL>
            <item>Hopewiser Ltd</item>
            <item>187 Hale Road</item>
            <item>Hale</item>
            <item>ALTRINCHAM</item>
            <item>Cheshire</item>
            <item>WA15 8DG</item>
            <item>UNITED KINGDOM</item>
          </LABEL>
          <POSTCODE>WA15 8DG</POSTCODE>
          <TOWN>ALTRINCHAM</TOWN>
        </address>
      </addresses>
    </namesp1:listapiResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
