Questions tagged [simple-xml-converter]
35 questions
0
votes
1 answer
Converting XML response to POJO using SimpleXMLConverter in Retrofit
I am stuck at this error below.
This is the XML response
…

Manroop Singh
- 31
- 5
0
votes
0 answers
Retrofit - Parse XML with list of elements using SimpleXmlConverterFactory
The XML content that returns from server:
My representation for option object:
public class Option {
@Element(name =…

David
- 37,109
- 32
- 120
- 141
0
votes
1 answer
Retrofit 2 How to parse XML without a root element
This is the response that I want to parse :
UW369pYh
1478837545
10/11/2016 -…

rhari
- 1,367
- 1
- 11
- 19
0
votes
1 answer
Issue mapping xml to java using simplexml 2.1.0
I am trying to map a xml response given by a web service to a java object using SimpleXML 2.1.0, but i am stuck.
This is the xml:
…

prieser
- 55
- 10
0
votes
2 answers
Add root single element to xml using Retrofit 2
I have a server response in xml, that is not well formatted and have no root element:
I trying to use SimpleXmlConverterFactory…

David
- 37,109
- 32
- 120
- 141