I have to use web service on android without using 3.rd party libraries like ksoap. So I must write my own requests. And this point which url should I use for post url?
HttpPost httppost = new HttpPost("url");
I have wsdl link like that:
http://kavakci.com.tr/kod.merkezi/rotametre.asmx?WSDL (not working for you, just for me)
Soap action:
http://kavakci.com.tr/BaglantiDogrula
Method:
BaglantiDogrula
Namespace:
http://kavakci.com.tr/
It is common practice to be able to access the WSDL of a web service by its endpoint address suffixed with “?WSDL”, which means that you should POST your request to: