Groups
Groups
Sign in
Groups
Groups
ksoap2-android
Conversations
About
Send feedback
Help
Nested SoapObjects and i:type
46 views
Skip to first unread message
Sergej Koščejev
unread,
Apr 28, 2012, 5:53:44 PM
4/28/12
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
Hi,
nested SoapObjects used to get no i:type in 2.6.0, but get a (nonsense) i:type in 2.6.3+issue-117-fix. See example at the end of the post.
Is this intended and how do I get the 2.6.0 behavior with 2.6.3? My .NET-based web service doesn't expect the bogus i:type there.
Sergej
Before:
<v:Body>
<Request xmlns="
http://somenamespace
" id="o0" c:root="1">
<NestedSoapObject>
...
</NestedSoapObject>
</Request>
</v:Body>
After:
<v:Body>
<Request xmlns="
http://somenamespace
" id="o0" c:root="1">
<NestedSoapObject i:type="n0:NestedSoapObject" xmlns:n0="">
...
</NestedSoapObject>
</Request>
</v:Body>
Manfred Moser
unread,
Apr 30, 2012, 2:36:44 PM
4/30/12
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
I am not sure where this comes from .. if you can create a fix I am happy to pull it in..
manfred
Reply all
Reply to author
Forward
0 new messages