【发布时间】:2011-08-17 10:36:25
【问题描述】:
我有一个 XSD 文件,其中包含一个类“Person”,那么我如何使用soap对象在android应用程序中创建这个人类,以便在服务调用中发送这个类对象,例如:
SoapObject obj= new SoapObject("namespace","methodname");
obj.addProperty("per",person);
//where person is the Person class object derived from XSD using soap object
所以我该怎么做这个对话请帮助我。
【问题讨论】: