从包含 bit/boolean 的 WSO2 DSS 服务器获取 JSON 响应时出错:"Error while writing to the output stream using JsonWriter"
Error in getting JSON response from WSO2 DSS server where it contains a bit/boolean: "Error while writing to the output stream using JsonWriter"
当我从 WSO2 DSS 服务请求 JSON 响应时,出现以下错误。
{
"Fault": {
"faultcode": "soapenv:Server",
"faultstring": "Error while writing to the output stream using JsonWriter",
"detail": ""
}
}
我注意到当响应包含 bit/boolean 值时会发生这种情况。当我删除后者时,数据在 JSON.
中正确返回
有人能帮忙吗?
希望您使用的是非常旧的 DSS 服务器。此问题已在最新 WSO2 DSS Server 3.5.0
中修复
或者作为解决方法,您可以更改 /repository/conf/axis2/axis2.xml 文件
中的消息格式化程序和构建器
当我从 WSO2 DSS 服务请求 JSON 响应时,出现以下错误。
{
"Fault": {
"faultcode": "soapenv:Server",
"faultstring": "Error while writing to the output stream using JsonWriter",
"detail": ""
}
}
我注意到当响应包含 bit/boolean 值时会发生这种情况。当我删除后者时,数据在 JSON.
中正确返回有人能帮忙吗?
希望您使用的是非常旧的 DSS 服务器。此问题已在最新 WSO2 DSS Server 3.5.0
中修复或者作为解决方法,您可以更改 /repository/conf/axis2/axis2.xml 文件
中的消息格式化程序和构建器