I want to send a complex object from my Ksoap Client to my webservice. It’s an object of my Class Category. The Code is based on the example of this tutorial:
http:/
Try using
private static final String NAMESPACE = "http://ws.chathura.com/xsd";
in your android activity and add the getters and setters to your Category class in the client.
Category