Ksoap2, asp.net c#, tempuri.org eliminated, but error : expected: START_TAG {http://schemas..., why"?

StackOverflow https://stackoverflow.com/questions/23688837

Question

In my new asp.net webservice project that reply to android app, I eliminated (replaced) tempuri.org with my service and link to my site, also ksoap2 code is perfect from another running project, but I see this error :

expected: START_TAG {http://schemas...

There is many replies for this error in many conditions like sitemap reading and other, but my case is different, Once I faced it before and solved, but can't remember how? I change android Url to another web service , and it work fine. What is wrong?

Was it helpful?

Solution

This is due to tempuri.org used server side. When I changed it to my domain , the problem solved. change tempuri.org in web service

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top