how to solve org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@1:1 in java.io.InputStreamReader@40d310f0)

孤街浪徒 提交于 2019-12-02 01:55:48

After talking to @jeevamuthu, the problem was he had to add the ksoap library to his build path, and make minor adjustments to his code. If you are having a similar issue please contact @jeevamuthu for information in solving this problem.

PropertyInfo propInfo = new PropertyInfo(); 
propInfo.name = "arg0"; propInfo.value=cu; 
propInfo.type = Customer.class; 
request.addProperty(propInfo);
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!