You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
Not working while calling POST method, however GsonConverterFactory works.. Wasted many hours behind find this issue..
The text was updated successfully, but these errors were encountered: