How to set http header to sending json object from our android apps what type of header we want to use for sending data from client side to server.why we ar
I coded a web services in .NET an then used ksoap2 in my android application to send data to my server.
Look at ksoap2-android:
http://simpligility.github.io/ksoap2-android/index.html
I suggest to add this library:
https://oss.sonatype.org/content/repositories/ksoap2-android-releases/com/google/code/ksoap2-android/ksoap2-android-assembly/3.0.0/ksoap2-android-assembly-3.0.0-jar-with-dependencies.jar
that carries also all dependencies.