I want to add a soap_base web service to the Android project in an Android Studio for connecting to SQL Server.
In the Xamarin IDE that is simple:
Right-click in the project, select a service reference, put in a URL, and download a class file from the server, but in the Android Studio, I can not find that.