我想通過對象的數組中的Android使用ksoap2 WCF服務的請求SOAP服務的請求。如何通過自定義對象的數組中使用ksoap2在android系統
我的XML請求如下所示:
<tem:bookItems>
<res:bookItem>
<res:name>"abcd"</res:name>
<res:price>150</res:price>
</res:bookItem>
<res:bookItem>
<res:name>"efgh"</res:name>
<res:price>250</res:price>
</res:bookItem>
</tem:bookItems>
我是不是能夠找到一個合適的回答,我完全被卡住。請幫忙。
感謝您的答覆。我的肥皂服務期待'列表 bookItems'。所以上面的代碼可以達到目的,並且如果您可以請分享完整的代碼。無法完成整個步驟。試圖鞏固所提到的步驟。 –
dreamdeveloper