I already have my app for android. So far I've been using KSOAP communication with a web service - standard asmx file. Everything works just fine, but for a month I've been trying to use a self hosted WCF service to deliver data for my app.
I did already all combinations with configurations of WCF but still something is going wrong.
Please guys, I need sample project of something as simple as a HelloWorld WCF service for KSOAP.With configured endpoints,space etc. I will really appreciate.
I've spent a many hours searching the web, but I can't build a working service from the information I've found.
This is first time that I have to ask for help... Best Regards from Poland
I had same problem and solved in this way (WCF binding has to be basicHttpBinding, otherwise it doesn't work):