Closed alecthegeek closed 7 years ago
OK -- I gave up and moved to github.com/divan/gorilla-xmlrpc/xml
<data>
<value>
<string>Account1</string>
</value>
<value>
<string>Account1</string>
</value>
</data>
Should work fine.
When my server responds with the following
I get an error message
reading body error: type mismatch - can't unmarshal interface to string
. Simpler responses (e.g. a string) can be decoded fine.Does anyone know if this case does work? Looking at the decoder I see there is a case for strings with no type (default to string). I'm not sure how to get the tests to run.
Thanks