dread_rider
05-22-2002, 01:28 AM
Hi,
Now I'm making http client application for BREW and
I've download it into Sharp Z-800(SW ver1.08-1) by using AppLoader & a cable.
However my app couldn't access to my web server which is able to access from any internet users and I got 0x211 error in my callback function.
According to AEEError.h, it means "Connection attempt refused".
In AEEError.h
#define AEE_NET_ECONNREFUSED (NET_ERROR_BASE+17) //Connection attempt refused
So, I changed it to 66.218.71.89(www.yahoo.com) to access and then my app could access www.yahoo.com.
And also, I've tried 149.136.1.2(www.dot.ca.gov) which is used in Road Warrior(BEW SDK 1.0 sample app) in myapp and it also worked.
Are there any network restriction in Verison's wireless network?
Now I'm making http client application for BREW and
I've download it into Sharp Z-800(SW ver1.08-1) by using AppLoader & a cable.
However my app couldn't access to my web server which is able to access from any internet users and I got 0x211 error in my callback function.
According to AEEError.h, it means "Connection attempt refused".
In AEEError.h
#define AEE_NET_ECONNREFUSED (NET_ERROR_BASE+17) //Connection attempt refused
So, I changed it to 66.218.71.89(www.yahoo.com) to access and then my app could access www.yahoo.com.
And also, I've tried 149.136.1.2(www.dot.ca.gov) which is used in Road Warrior(BEW SDK 1.0 sample app) in myapp and it also worked.
Are there any network restriction in Verison's wireless network?