java - DNS Error On BlackBerry Simulator and Phone -
hey all, having little trouble here connecting application on bb. i'm using ksoap2 call java webservice made running on glassfish 3. on simulator when call url
"http://equilibrio-120:8088/socialvoiceserver/socialserverwsservice"
everything works , connects, web service running on own computer. if append ";deviceside=true" url fail giving me dns error. know why happens?
"deviceside=true" tells connection use directtcp goes on cell phone carrier's network. since service running on local computer blackberry need connected network append url ";interface=wifi" use wi-fi network. alternatively, host web service somewhare accessible internet.
Comments
Post a Comment