kvin024 / ksoap2-android

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

NullPointerException in VER10 #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.SoapSerializationEnvelope envelope = new 
SoapSerializationEnvelope(SoapEnvelope.VER10)
2.httpTransport.call(DEFAULT_SOAP_ACTION, envelope);

What is the expected output? What do you see instead?
Result from the service. I get NullPointerException instead.

What version of the product are you using? On what operating system?
ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar 

Please provide any additional information below.
I tried 4.0.0 version, 4.0.0.RC1 and 4.0.0.RC4 as well. When I set VER11 I 
don;t have this problem, but I have i:type in my request and I got fault from 
the service because of i:type(I copied request to SOAPUI and removed i:type and 
it was working). So when I use VER10 I don;t have that problem (If I send 
generated request in SOAPUI it is working fine), but I have this 
NullPointerException. Please help me, I spent 2 days on this.

Original issue reported on code.google.com by zukic.me...@gmail.com on 10 Jun 2013 at 8:06

GoogleCodeExporter commented 9 years ago
It would have been very informative if anyone could advice on WHICH VERSION of 
SOAP ENVELOPE to use and WHEN . 

Original comment by rbhhere on 26 Jun 2013 at 11:30

GoogleCodeExporter commented 9 years ago
Try the latest version 

Original comment by mosa...@gmail.com on 19 Oct 2013 at 2:31