Re: [android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2010-01-26 Thread fadi wedyan
Hi, Sorry for being late I was away for a while. I hope your problem is solved, if not, then I think the problem might be easy to fix since the code looks normal to me. There is an option on the server side that might casuing the problem. If you use Internet explorer, you need to rnale the option

[android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2010-01-20 Thread fischchris
Hello, I too am having this problem with a .net web service and am curious if anyone can just look at my code and give some advice. I've followed the suggestions thus far and either way I try it I'm getting the same thing. I have a feeling it's something simple but I just can't figure it out.

Re: [android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2010-01-06 Thread fadi wedyan
Hi, In the server side (the web services), change the namespace, by default the name space is http://tempuri.org, change that to any conveient name you like. That will solve the problem unless there is something else wrong. Good luck :) On Mon, Jan 4, 2010 at 2:11 AM, tharindu

[android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2010-01-04 Thread tharindu
Hi, Im having the same problem as yours. You have mentioned using http://tempuri.org is wrong. Can you please explain what u did to solve the problem. What is the correct namespace then?? Please help me on this. Im stucked on this. :( Thanx in advance.. On Dec 20 2009, 10:59 pm, fadi wedyan

Re: [android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2009-12-21 Thread fadi wedyan
Hi, Thanks for your answer, I had solved the problem last night. I agree with that these steps are important. But there is also two other steps on the server side that I was not aware of, I think you had them set correctly (becouse your code is working). Beside following the steps you mentioned,

[android-developers] Re: passing paramters using ksoap2 to .net web service, always passes nulls (empty) values

2009-12-19 Thread android09
Hi wedyan, I had also the same problem but finally i got the solution. I have some steps for you, just go through it. 1) Remove PropertyInfo from your code and add this like: SoapObject request = new SoapObject(NAMESPACE,METHOD_NAME_TEMP); // if you have 2 params in .net than add property this