kvin024 / ksoap2-android

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

SoapFault #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. HttpTransportSE.call when calling within the try/catch exception 
2.
3.

What is the expected output? What do you see instead?
Object "Funcionario", it's response expected to Web Service. Result NULL...

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

Please provide any additional information below.
Description of exception:

"SoapFault - faultcode: 'S:Client'
faultstring: 'Couldn't create SOAP message due to exception: XML reader error: 
com.sun.xml.stream.XMLStreamException2: ParseError at [row,col]:[1, 237] 
Message: Element type "n:0" must be followed by either attributte 
specifications, ">" or "/>".'
faultactor: 'null'
details: null.

attachment files

Original issue reported on code.google.com by Leo.kart...@gmail.com on 18 Sep 2012 at 3:11

Attachments:

GoogleCodeExporter commented 9 years ago
SoapFault is just reporting an error that occurs on the server. So you have to 
debug there.. it seems like your server does not support the soap request your 
code is producing. Try changing to use implicit types.. in either case this is 
not an issue with ksoap2-android most likely.

Original comment by mosa...@gmail.com on 18 Sep 2012 at 4:02