Costumo fazer algo semelhante aqui!
Dificilmente eu faço algum webservice de verdade!
Em 7 de junho de 2013 11:25, Lucas Diego <diegolucasb@gmail.com> escreveu:
ObrigadoAlguém usa dessa forma também? Na opinião de vocês é melhor usar dessa froma ou fazer um web service mesmo? e pq?Um dúvida... nos meu apps, ao invés de fazer um web service no lado servidor e consumi-lo com KSOAP em android, eu estou fazendo apenas um Servlet em Java retornando uma string JSON dos objetos que quero pegar no android. E no lado android eu apenas dou um GET ou POST na URL usando a classe HttpGet e converto o JSON nos objetos que preciso.
Pelo menos até agora tá funcionando tudo ok--2013/6/5 Fred <fredferrao@gmail.com>é viajei, tem no ksoap, mas nao no ksoap-android.--Em 5 de junho de 2013 14:34, Rudson Lima <rudsonlive@gmail.com> escreveu:
Eu to usando a ksoap2-android-assembly-2.4-jar-with-dependencies e nela não tem....
Em terça-feira, 4 de junho de 2013 16h48min55s UTC-3, Nadler escreveu:Galera,--Estou com o seguinte problema:Tenho um método que consome um webservice desenvolvido em C# com a biblioteca KSOAP para android, fiz vários testes e funcionou sem problemas só que agora foi colocado uma autenticação no IIS, sendo assim é necessário me autenticar para poder consumir o webservice, estou procurando algo na net sobre autenticação com KSOAP e não achei, se alguem puder ajudar, segue abaixo o código que estou usando.SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);envelope.dotNet = true;envelope.setOutputSoapObject(request);HttpTransportSE ht = new HttpTransportSE(URL);ht.call(SOAP_ACTION, envelope);
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/groups/opt_out.
--
"Frederico Ferrão da Silva"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/groups/opt_out.
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/groups/opt_out.
Abraços,
Pedro Subutzki
__________________________________________
HADI - Makes SQLite in Android easy and simple
https://github.com/PepeuCps/Hadi
https://github.com/PepeuCps/Hadi
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/groups/opt_out.






0 comentários:
Postar um comentário