|
@@ -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;
|
|
|
}
|
|
|
|