Global Phone Validation
- Global Phone Validation 1.5
- All Products
<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 expired</faultstring> <faultactor/> </soap:Fault> </soap:Body> </soap:Envelope>
{ "WebServiceResponse": { "@xmlns": "http://ws.strikeiron.com", "Error": "accessToken expired" } }