Android Ksoap2 Setting the namespace for nested (children) types
问题 I want to send an object, SBNInloggBegar , to a WCF web service. SBNInloggBegar contains the objects SBPBegar and SBPInloggning , which in turn contain a number of strings. SBPInloggning also contain SBPSubjekt , containing a number of strings. I have serialized those classes using the KvmSerializable interface. I have a function that looks like this: private String soap() { String returnString = ""; String NAMESPACE = "Sambruk"; String METHOD_NAME = "SBAInloggning"; String SOAP_ACTION =