kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Java.lang.StackoverflowError #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Glad you figured it out.

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