Export to GitHub

ksoap2-android - issue #135

SoapFault


Posted on Sep 18, 2012 by Swift Rabbit

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

Attachments

Comment #1

Posted on Sep 18, 2012 by Swift Hippo

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.

Status: Invalid

Labels:
Type-Defect Priority-Medium