Global Phone Validation
- Global Phone Validation 2.0
- All Products
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http:// ws.strikeiron.com" xmlns:str="http://www.strikeiron.com/"> <soapenv:Header> <ws:LicenseInfo> <ws:RegisteredUser> <ws:UserID>e66ce8de3d87454eb236211b4005d570</ws:UserID> <ws:Password/> </ws:RegisteredUser> </ws:LicenseInfo> </soapenv:Header> <soapenv:Body> <str:VerifyEmail> <str:Email>user@domain.com</str:Email> <str:Timeout>5</str:Timeout> </str:VerifyEmail> </soapenv:Body> </soapenv:Envelope>
<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:Header/> <soap:Body> <soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>accessToken does not exist</faultstring> <faultactor/> </soap:Fault> </soap:Body> </soap:Envelope>