我無法使用mule中的restful服務從@QueryParam中讀取xml值。 @Path("/hello")
public class Resttest {
@GET
@Produces("text/xml")
public String sayHelloWithUri(@QueryParam("body") String g) {
System.out.println(".....
我的RESTful接口能正常工作,直到我試圖通過一個WHERE語句 示例:傳遞 周邊: SELECT = "this";
FROM = "that";
WHERE = " 'ID' = 332";
的URL可能看起來像這樣 www.example .com/rest.php?SELECT = this & FROM = that & WHERE ='ID'= 332 然後在我的PHP腳本