Getting a nullreference when passing a complex object from KSOAP2 to WCF
问题 So guys I know that there exist a lot of similar question in here, but none of them have been able to resolve my issue. I’m trying to send a custom Object User from an Android device to a WCF service, but no matter what I do the webservice receive a null. Here's the code for the object im trying to send: public class User implements KvmSerializable { private int id; private String userName; private String mac; private int proppertyCount = 3; public User(int _id, String _userName, String _mac)