kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Empty Request #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. request.addProperty("Codice",Codice.getText().toString());
                           request.addProperty("Login",Login.getText().toString());
                        request.addProperty("Password",Password.getText().toString());
2.
3.

What is the expected output? What do you see instead?
A string whit all the parameter passed

What version of the product are you using? On what operating system?
2.5.4

Please provide any additional information below.

When I call the webserver I'll pass parameters,but it doesn't are passed,and I 
receive an empty response because I send an empty request,but I send the 
paramenter whit request.addProperty(("Password",Password.getText().toString());

Original issue reported on code.google.com by daume...@gmail.com on 19 May 2011 at 2:32

GoogleCodeExporter commented 9 years ago
If the rest of your code is set up correctly this approach would work. In any 
case.. it is not a bug with KSOAP but your project.

Original comment by mosa...@gmail.com on 6 Jun 2011 at 10:17