Closed GoogleCodeExporter closed 9 years ago
Could you provide a test case and a fix for the issue as a pull request?
Original comment by mosa...@gmail.com
on 14 Feb 2012 at 5:09
Sorry this is not a bug,was a bug in my generated code.Apologies
Original comment by gurudut...@gmail.com
on 27 Feb 2012 at 6:52
Could you post what you had to fix here?
Original comment by mosa...@gmail.com
on 27 Feb 2012 at 5:04
I am using the http://code.google.com/p/wsdl2ksoap/ to generate the client code.
The LiteralArrayVector that gets generated adds the mapping like this
envelope.addMapping(namespace, "", elementClass);
where as it should have been like this
envelope.addMapping(namespace, getItemDescriptor(), elementClass);
where getItemDescriptor gives the node name.
Now this would work for responses which had a Vector,but when there are nested
vectors are multiple vectors,it would fail
Original comment by gurudut...@gmail.com
on 28 Feb 2012 at 3:38
Original issue reported on code.google.com by
gurudut...@gmail.com
on 10 Feb 2012 at 11:59