我无法在 mule 中使用 restful 服务从 @QueryParam 读取 xml 值。
@Path("/hello")
public class Resttest {
@GET
@Produces("text/xml")
public String sayHelloWithUri(@QueryParam("body") String g) {
System.out.println("............................wdwedfwfw2"+g);
return g;
}
请求 xml : http://<mydomain>:8080/jersey/hello/?body=< ?xml version="1.0" encoding="UTF-8" ?>< Options>< Option>car</Option>< Option >自行车< /选项></选项>