Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法可以使用 KSOAP2 for Android 创建请求,其中包含本身包含属性的属性,而无需创建序列化的类?
请求应该包含某事。喜欢
<Code> <OwnProperty firstAttribute="1stAttr" secondAttribute="2ndAttr"> propertyValue</OwnProperty> </Code>
任何帮助表示赞赏,Rigoroth
SoapObject request = new SoapObject(Namespace,MethodName); request.addAtribute("name","peter");
我想这些你需要吗抱歉我迟到了
如果不实施 KVSeriazable,我认为这是不可能的