有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

web服务我可以在ApacheAxis1中使用自定义Java对象吗

假设我有课

public class Person{
    private String name;
    private String country
}

在使用字符串数组的web服务方法rahter中,我希望接收Person对象。这可以在apache axis 1中实现吗

public boolean savePerson(Person per)

我正在使用eclipse juno


共 (1) 个答案