Passing parameters from android to .net web service

孤人 提交于 2020-01-03 05:08:15

问题


Im using ksoap2 to call web .net services. The call works just fine except when I pass paramaters. The passed paramaters are always recieved as null values by the web service. I dont know what the problem is, I hope someone can help. Thanks,


回答1:


Comment code envelope.dotNet = true;. This should do the trick



来源:https://stackoverflow.com/questions/1910668/passing-parameters-from-android-to-net-web-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!