Consuming WCF Soap Service running on Mono from Android KSoap2
问题 I am working on a Android/C# project. What I need to be able to do is have a WCF soap service which can either run on Windows or Linux (Mono). It's working fine on Windows and I can access the WCF Service on Mono from the WCF Test Client provided in Visual Studio and it works fine but when accessing android using KSOAP2 I get the error HTTP Request Failed, HTTP status: 415 Below is how the soap service is started string methodInfo = classDetails + MethodInfo.GetCurrentMethod().Name; try { if