运用axis调用返回值为对象数组的WebServices

使用axis调用返回值为对象数组的WebServices使用Axis调用WebSerivices非常简单,废话不多说,直接上代码?pub

使用axis调用返回值为对象数组的WebServices

使用Axis调用WebSerivices非常简单,废话不多说,直接上代码

?

public class Xljg {private String qualifications;private long count;public String getQualifications() {return qualifications;}public long getCount() {return count;}}

?