刘韬 6 yıl önce
ebeveyn
işleme
24c92f12c6

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

@@ -59,7 +59,7 @@ 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");
-		String cotentString =  doPost("http://10.84.138.254:8080/services/getReportByStudyuid?wsdl", params);
+		String cotentString =  doPost("http://10.84.138.254:8080/rest/dataReceive", params);
 		renderText(cotentString);
 	}
 	
@@ -178,7 +178,6 @@ public class ViewController extends Controller {
 	}catch(Exception e){
 
 	}
-		render("nmsl");
 		return content;
 	}