liujianguang/ksoap2-android

Java.lang.StackoverflowError

Closed this issue · 5 comments

What steps will reproduce the problem?
1.Do a .net call with a large body.
2.SoapSerializationEnvelope
3.set ImplicitType = true

What is the expected output? What do you see instead?
The output is supposed to be a Object SoapObject 
it is a DataSet from .net

What version of the product are you using? On what operating system?
the latest source

Please provide any additional information below.
I get a StackOverflow exception at
on the 10-25 14:08:19.688: E/AndroidRuntime(12134):     
at org.kxml2.io.KXmlSerializer.check(KXmlSerializer.java:92)

I believe there is a endless loop going on but I cannot figure out the issue 
maybe a few pointers could help me?
I am also working on creating a DataSet object in java
any help would be appreciated.

Original issue reported on code.google.com by admin@glscripting.org on 25 Oct 2012 at 1:13

I have checked the memory in DDMS for how much is left it has more than 8MB left
so its not a out of memory error.

Original comment by admin@glscripting.org on 25 Oct 2012 at 1:30

You will have to debug into the library code ... maybe supply our response xml 
that is being parsed here

Original comment by mosa...@gmail.com on 25 Oct 2012 at 4:57

There is no response or request data for debugging its just empty

Original comment by admin@glscripting.org on 25 Oct 2012 at 6:05

this was a issue with using a array aka Vector with ksoap2 not real issue 
please close and remove this issue lol..

Original comment by admin@glscripting.org on 25 Oct 2012 at 6:18

Glad you figured it out.

Original comment by mosa...@gmail.com on 25 Oct 2012 at 7:52

  • Changed state: Invalid