kvin024 / ksoap2-android

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

SoapFault return HTTP status: 500 #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call a WS which throws a SoapFault

What is the expected output? What do you see instead?
Normaly, the SoapFault is parsed, so we can get the SaopFault :
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-
ENV:Fault><faultcode>ERR_CODE</faultcode><faultstring>Some 
String</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> 
in envelope.bodyIn, but envelope.bodyIn is null

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

Please provide any additional information below.
but this issue is not present on the version 3.0 RC4

Original issue reported on code.google.com by kanazi...@gmail.com on 14 May 2013 at 7:05

GoogleCodeExporter commented 9 years ago
Try with 3.1.0

Original comment by mosa...@gmail.com on 4 Nov 2013 at 11:04