i have create simple webservice using jax-ws. i need to consume that webservice in android.
when i consume that webservice i got this error
org.xmlpull.v1.XmlPull
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);