How can I send this SOAP request using KSOAP2 in Android
问题 I am very new to SOAP and Android. Can some one please help me to build an SOAP request to send the following request. SOAPAction: http://api.example.com/application Request <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://api.example.com/registration/v3.1"> <soapenv:Header> <ns0:appCredentials ns0:name="your-account-name" ns0:password="mypassword" ns0:targetAccountName="vvz" xmlns:ns0="http://services.example.com/application/types/1.0"/> </soapenv