Closed 7odri9o closed 8 years ago
You'll have to consult the documentation for the Simple XML library or ask on StackOverflow using an appropriate tag for the library. This isn't a problem (or question) about Retrofit itself.
Ok Jake! I asked here because I was talk about "com.squareup.retrofit2:converter-simplexml" that is a plugin to do a funcionality that retrofit don't have.
That is just a shim for the Simple library. We have never used it so we have no knowledge of how to configure it.
On Mon, May 30, 2016, 9:03 PM Rodrigo Henrique notifications@github.com wrote:
Ok Jake! I asked here because I was talk about "com.squareup.retrofit2:converter-simplexml" that is a plugin to do a funcionality that retrofit don't have.
— You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub https://github.com/square/retrofit/issues/1825#issuecomment-222571696, or mute the thread https://github.com/notifications/unsubscribe/AAEEEYzrT-50-qRT98OZ5BPsVuiHa5AGks5qG4jFgaJpZM4IphZp .
I ned to use a xml webservice that has "noNamespaceSchemaLocation" with a *.xsd value. When consuming it on android application with retrofit and converter-simplexml content is not recognized.
`<?xml version = '1.0' encoding='UTF-8'?>