Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maplinkapi/5030167 to your computer and use it in GitHub Desktop.
Save maplinkapi/5030167 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<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>Avenida Paulista</web:street>
<web:houseNumber>1000</web:houseNumber>
<web:city>
<web:name>São Paulo</web:name>
<web:state>SP</web:state>
</web:city>
</web:address>
<web:ao>
<web:matchType>1</web:matchType>
<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>SEU_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