Nested SoapObjects and i:type

46 views
Skip to first unread message

Sergej Koščejev

unread,
Apr 28, 2012, 5:53:44 PM4/28/12
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 PM4/30/12
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