Hello all... first time post in this area. Hope Im in the correct spot. I am trying to make a small app that will connect to a webservice. Typically we pass up a JSON object in C# to get a JSON return from our webservice. Being new to Java, I am struggling with this. Any help would be much appreciated.
assume the following: http://mysite/webservice.asmx sO = "{"s_O":{"arPR":[{"sPSUniqueID":"K001"},{"sPSUniqueID":"K002"}]}}"; sUser = "mName"; sPassKey = "aqyu08ioa"; sMethodName = "mGetSummary"; our normal call in c# would look something like this... JSONString = return androidSOAPCALL( methodName, sUser, sPassKey, sO); I want to display the result in a textfield to the android user. Thanks for help on this guys... Vic -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

