visual studio 2008 - XML Parsing Error: no element found Location: http://localhost/Test/TestService.asmx Line Number 1, Column 1: -


i created web service in vs 2008 , hosted in iis when trying oprn in brwoser throws error.

any appreciated.

thanx

  1. don't open in browser. write unit test call service. how service behaves in browser may not how behaves in real life.
  2. use fiddler watch network traffic. you'll see interesting things.
  3. i bet reason you've got xml parsing error xml isn't what's being returned server. bet you've got text or html telling there's been error in web service.

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -