Tecnologia do Blogger.
RSS

[androidbrasil-dev] conexão webservice não funciona

Boa Tarde, Pessoal.

Estou tentando fazer uma conexão com uma URL, mas não estou conseguindo. 
O retorno é sempre timeout.

estou fazendo da seguinte forma:
URL url = new URL(Constants.LOGIN_URL);
URL url = new URL("http://www.google.com.br");
HttpURLConnection conn = (HttpURLConnection) url.openConnection();

conn.setRequestMethod("POST");
conn.addRequestProperty("Content-Type", "Content-Type:application/json");
conn.setReadTimeout(10000);
conn.setConnectTimeout(30000);

conn.connect();
return conn.getResponseMessage();

Tentei também fazer um acesso a URL do google mas ele retornou o mesmo problema.

Antigamente eu utilizava o apache-mime e http-mime e funcionava perfeitamente. Alguém sabe dizer se eu posso utilizar hoje em dia nas versões do android? É bom utilizar?





--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário