Guest User

Untitled

a guest
Nov 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SoapObject post= new SoapObject(namespace, "p");
  2. post.addProperty("id", a.getId());
  3. post.addProperty("titulo", a.getTitulo());
  4. post.addProperty("descricao", a.getDescricao());
  5. // aqui pessoal
  6. post.addProperty("usuario", a.getUsuario().getId());
  7. inserirpost.addSoapObject(post);
Add Comment
Please, Sign In to add comment