GSM network connection failure.

I recently bought an Arduino Sim to work with MKR GSM 1400. I am located in Charlotte, North Carolina, US. I activated my sim and it has the following details:
Pin: 0000
APN: prepay.pelion
Username & Password: arduino

When I try to run the "TestGPRS" example code I get the following error message in serial monitor:

Connecting GSM network...OK
Enter your APN: prepay.pelion
Now, enter your login: arduino
Finally, enter your password: Attaching to GPRS with your APN...
OK
If your carrier uses a proxy, enter it, if not press enter:
Connecting and sending GET request to example.org...ERROR
Receiving response...
disconnecting.

I don't understand what the issue is?

Google "example.org" and you will see it is for testing and documentation ONLY. There NO site example.org. So your software is working perfectly.

Paul