Web service provides output “Error” when i access it through android instead of providing the expected result
问题 Sorry im new to android development and i am trying to access a web service though kSoup2... The code is as follows package com.example.mytestws; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapPrimitive; import org.ksoap2.serialization.SoapSerializationEnvelope; import org.ksoap2.transport.AndroidHttpTransport; import android.os.Bundle; import android.widget.TextView; import android.app.Activity; public class MainActivity