1
這是我的XML使用改裝
<?xml version="1.0"?>
<Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Query xmlns="http://www.blabla.com/Schemas/CABS/1.0/RQ.xsd">
<SearchGroup xmlns="http://www.blabla.com/Schemas/CABS/1.0/Common.xsd">
<SearchCriteriaFullName contains="a" />
</SearchGroup>
</Query>
<Response xmlns="http://www.blabla.com/Schemas/CABS/1.0/RQ.xsd" />
</CABS_ProviderSearch_RQ>
創建POJO類解析XML SimpleFramework我還沒有找到創建任何教程,POJO,特別是對於那些響應類。
我的迴應類空這樣的:
public class Response {
public Response(){
}
}
,但仍拒絕並得到錯誤。我的日誌錯誤:
org.simpleframework.xml.transform.TransformException: Transform of class com.blabla.models.Response not supported