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
- don't open in browser. write unit test call service. how service behaves in browser may not how behaves in real life.
- use fiddler watch network traffic. you'll see interesting things.
- 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
Post a Comment