Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maplinkapi/5017005 to your computer and use it in GitHub Desktop.
Save maplinkapi/5017005 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:findCity>
<web:cidade>
<web:name>São Paulo</web:name>
<web:state>SP</web:state>
</web:cidade>
<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>5</web:recordsPerPage>
</web:resultRange>
</web:ao>
<web:token>SEU_TOKEN</web:token>
</web:findCity>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment