SOAP 1.1
POST /api.asmx HTTP/1.1
Host: icontato.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://icontato.net/APIContato"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<APIContato xmlns="http://icontato.net/">
<EmailSend>string</EmailSend>
<Sucesso>string</Sucesso>
<Assunto>string</Assunto>
<TokenId>string</TokenId>
</APIContato>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<APIContatoResponse xmlns="http://icontato.net/">
<APIContatoResult>string</APIContatoResult>
</APIContatoResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
POST /api.asmx HTTP/1.1
Host: icontato.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<APIContato xmlns="http://icontato.net/">
<EmailSend>string</EmailSend>
<Sucesso>string</Sucesso>
<Assunto>string</Assunto>
<TokenId>string</TokenId>
</APIContato>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<APIContatoResponse xmlns="http://icontato.net/">
<APIContatoResult>string</APIContatoResult>
</APIContatoResponse>
</soap12:Body>
</soap12:Envelope>
HTTP POST
POST /api.asmx HTTP/1.1
POST /api.asmx/APIContato HTTP/1.1
Host: icontato.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length
EmailSend=string&Sucesso=string&Assunto=string&TokenId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://icontato.net/">string</string>
Faça sua Doação
Gostou? Doe.
Sua doação é muito importante para nós. De acordo com as doações, novos módulos serão desenvolvidos.
