[android-developers] Passing arguments to JSON c# .net web service

2010-09-27 Thread titleist
Hello,
i searched the net to find something about how to pass arguments to
JSON c# .net web service, but i didn't find anything useful for me. I
have to pass arguments like GUID or at least Username and Password.
Is
params.put(var, ); the right thing? How do i pass multiple
parameters like this, let's say username and password?




Regards,
Tadej

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Passing arguments to JSON c# .net web service

2010-09-27 Thread Mark Murphy
Ask whoever wrote the Web service. Only they can tell you how they
expect the JSON to be delivered.

On Mon, Sep 27, 2010 at 9:11 AM, titleist tadej.ore...@gmail.com wrote:
 Hello,
 i searched the net to find something about how to pass arguments to
 JSON c# .net web service, but i didn't find anything useful for me. I
 have to pass arguments like GUID or at least Username and Password.
 Is
 params.put(var, ); the right thing? How do i pass multiple
 parameters like this, let's say username and password?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in London: http://skillsmatter.com/go/os-mobile-server

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en