Error in getting json response from DSS server: “Error while writing to the output stream using JsonWriter”,“detail”:“”
问题 I'm getting following error while requesting json response from my dss service. {"Fault":{"faultcode":"soapenv:Server","faultstring":"Error while writing to the output stream using JsonWriter","detail":""}} curl request which i pass is curl -X GET -H "Accept:application/json" -H "Content-Type:application/json" http://localhost:9764/services/userdetails/test I am getting the proper xml response if i remove accept header. Strange thing is if i am running the same dss service from my colleague's