Skip to content

Instantly share code, notes, and snippets.

@maplink-master
Last active January 6, 2016 13:01
Show Gist options
  • Save maplink-master/0bb0d05610bed2130629 to your computer and use it in GitHub Desktop.
Save maplink-master/0bb0d05610bed2130629 to your computer and use it in GitHub Desktop.
geocode-zipcode
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:web="http://webservices.maplink2.com.br">
<soap:Header/>
<soap:Body>
<web:findAddress>
<web:address>
<web:street></web:street>
<web:houseNumber></web:houseNumber>
<web:zip>04551010</web:zip>
<web:district></web:district>
<web:city>
<web:name></web:name>
<web:state></web:state>
</web:city>
</web:address>
<web:ao>
<web:usePhonetic>true</web:usePhonetic>
<web:searchType>2</web:searchType>
<web:resultRange>
<web:pageIndex>1</web:pageIndex>
<web:recordsPerPage>10</web:recordsPerPage>
</web:resultRange>
</web:ao>
<web:token>TOKEN</web:token>
</web:findAddress>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment