You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ksoap2-...@googlegroups.com
Hi, My name is João and i'm working at a project that involves webservices using Android. I'm currently using KSOAP2 for that but i came to a point i don't know what to do: Is there any way to create a request property with some attributes? I'm able to create a custom property, but don't know how to add the attribute. Ex: <PropertyWhatEver> <MyCustomProperty attr = " something"> <Name> string </Name> </MyCustomProperty> </PropertyWhatEver> How to add the attribute? Thanks in advance, Best Regards, João Cruz
Andrew Oppenlander
unread,
Sep 8, 2011, 1:26:10 PM9/8/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ksoap2-...@googlegroups.com
A property refers to a line such as this:
<Name>string</Name>
What you want to do is embed SoapObjects inside of your initial SoapObject.
> A property refers to a line such as this:
> <Name>string</Name>
>
> What you want to do is embed SoapObjects inside of your initial SoapObject.
> An example of this can be found here, on the ksoap2-android google
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ksoap2-android
I downloaded the latest version of the KSOAP2, and my class SoapObject
doesn't have the "addProperty" method. Even the class
AttributeContainer is not available.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ksoap2-android
Okey, found the problem. I actually had an older version of KSOAP2.
I've downloaded the newer one and it's now working.
Thank you for your patience.
PS: just an advice, if you or the developers own this site
http://ksoap2.sourceforge.net/ please put a note there that it is outdated and there is a new version
of the lib.
Best regards,
João Cruz
On Sep 12, 3:06 pm, João Cruz <jtcru...@gmail.com> wrote:
> I downloaded the latest version of the KSOAP2, and my class SoapObject
> doesn't have the "addProperty" method. Even the class
> AttributeContainer is not available.
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ksoap2-...@googlegroups.com
We dont have any control over the ksoap2 project on sourceforge and it is pretty quiet there.. thats why this project and mailing list exists. I added a remark about this to the top pinned post on the list here.