Diogo,bom dia!
Segue um pequeno exemplo usando a KSOAP,
Eu utilizo nos projetos corporativos e funciona tranquilamente.
// Namespace e nome para o objeto SOAP
SoapObject soap = new SoapObject(NAMESPACE, METHOD_NAME);
soap.addProperty("param1", param1);
soap.addProperty("param2", param2);
soap.addProperty("param3", param3);
// Cria o envelope com o objeto SOAP
SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
envelope.setOutputSoapObject(soap);
// Cria o HttpTransport para enviar os dados (SOAP)
HttpTransportSE httpTransport = new WsHttpTransport(url);
// Faz a requisição
httpTransport.call(SOAP_ACTION, envelope);
SoapObject result = (SoapObject) envelope.bodyIn;
Log.i(Funcoes.LogTag," XML : " + result);
String teste = result.getProperty(0).toString();
Renan Petronilho Sant´Anna
Em 26 de abril de 2013 08:43, Diogo Henrique <diogjp10@gmail.com> escreveu:
*nãoEm 26 de abril de 2013 08:43, Diogo Henrique <diogjp10@gmail.com> escreveu:pois é, eu também Rebert. Nesse caso mão funcionou.Em 26 de abril de 2013 01:22, Rebert Tomaz Aquino <reberttomaz@gmail.com> escreveu:eu uso WS com variaveis comuns nas url.. get mesmo...--Em 25 de abril de 2013 17:24, Diogo Henrique <diogjp10@gmail.com> escreveu:
--Olá pessoal,Eu tenho a seguinte URL...Ele possui um método com 3 parâmetros. Como posso mandar esses parâmetros pra ele ? as URL de WS que eu já tinha trabalhado não eram assim. Com KSOAP da pra fazer ? e como ta no livro do Ricardo ?Esse Web Service foi gerado pelo Wizard do Eclipse, e um sistema feito por mim.
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.
--
Rebert Tomaz
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.
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