On Wed, Jul 18, 2012 at 9:15 AM, Mohammed Zarqa <mmza...@gmail.com> wrote:

> the error comes from this line             C.CategoryId =
>  Integer.parseInt(response.getProperty(0).toString());
> and the error is java.lang.NumberFormatException: unable to parse
> 'anyType{CategoryId=10055; Name=my name;Description=my Desc;}' as integer
>

The error pretty much tells you exactly what the problem is. You can't
parse this "anyType" to an Integer. So don't do that.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to