NameSpace http://webservices.microsiga.com.br/crmcustomercontact.apw
 URL Location http://webdirectory.ferrarinet.com.br/
 Nome do Serviço CRMCUSTOMERCONTACT
 Método do Serviço ISVALIDCONTACT
Requisição SOAP
 
<?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> <CONTACTIN>STRING</CONTACTIN> <CUSTOMINFORMATIONS> <INFORMATIONS> <INFORMATION> <CONTENT>STRING</CONTENT> </INFORMATION> <INFORMATION> <CONTENT>STRING</CONTENT> </INFORMATION> </INFORMATIONS> </CUSTOMINFORMATIONS> </soap:Body> </soap:Envelope>
Resposta da Requisição SOAP
 
<?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> <CONTACTVALIDATIONS> <OTHERVALIDATIONS> <STRING>STRING</STRING> <STRING>STRING</STRING> </OTHERVALIDATIONS> <VALIDCONTACT>BOOLEAN</VALIDCONTACT> <VALIDIDENTIFICATIONNUMBER>BOOLEAN</VALIDIDENTIFICATIONNUMBER> </CONTACTVALIDATIONS> </soap:Body> </soap:Envelope>