我在Android中使用Web客户端,ksoap2但我不能将字符串数组作为参数传递给webservice.
ksoap2
这是我的代码
String[] items={"hello","world"}; request.addproperty("str",items);
android web-services android-ksoap2
android ×1
android-ksoap2 ×1
web-services ×1