retrofit-converter-fastjson icon indicating copy to clipboard operation
retrofit-converter-fastjson copied to clipboard

Retrofit Issue with POST method

Open sagar091 opened this issue 8 years ago • 2 comments

Not working while calling POST method, however GsonConverterFactory works.. Wasted many hours behind find this issue..

sagar091 avatar Jan 25 '17 14:01 sagar091

I'm sorry for that. Can you post more details, please? Thank you very much.

ligboy avatar Jan 25 '17 14:01 ligboy

When I call WCF POST service using fastjson and FastJsonConverterFactory in retrofit, response from that service not as correct as I tested the same service in POSTMAN rest client. And same service using default converter "com.squareup.retrofit2:converter-gson" working. GET Service completely working for fastjson. I can't send u example.. Just test own self, by calling WCF POST service using fastjson..

sagar091 avatar Jan 25 '17 16:01 sagar091