I use soap to talk with FedEx. However, in my logs, I get sometimes where it doesn’t throw a error. But craps out, and then sometimes I see the following below. Any ideas?
SoapClient::__doRequest(): php_network_getaddresses: getaddrinfo failed: Name or service not
known
UPDATE:
Turns out is was my resolvers that were bad on the server. I changed them to.
/etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
Sounds like a network connectivity thing.
Your server cant connect to FedEx