|

楼主 |
发表于 2017-10-30 16:16:59
|
显示全部楼层
webservice对外提供方法是这样的
Object[] x5Params = {"四世同堂(Web Service调用方式)", sdf.parse("2012-12-01"), sdf.parse("2012-12-31"), "王五"};
Object x5Result = invokeService("http://localhost:8080/axis/X5Actions.jws",
"http://localhost:8080/axis/X5Actions.jws", "startBorrowBook", x5Params);
System.out.println("调用X5Action WebService成功 -> " + x5Result);
这个如何改为restful风格的呀 |
|