刘韬 6 years ago
parent
commit
d9037f6c61
1 changed files with 2 additions and 1 deletions
  1. 2 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 2 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -59,7 +59,8 @@ public class ViewController extends Controller {
 	public void test() {
 		Map<String, String> params = new HashMap<String, String>();
 		params.put("studyuid", "1.2.840.1424321.23532.201804071725566372");
-		doPost("http://10.84.138.254:8080/services/getReportByStudyuid?wsdl", params);
+		String cotentString =  doPost("http://10.84.138.254:8080/services/getReportByStudyuid?wsdl", params);
+		renderText(cotentString);
 	}
 	
 	public void executeSql2() {