rinkuchoudhury 0 Newbie Poster

Hi
I am creating a web service, through which I have to faith data from DB.

When I am calling the service it is working fine.
But at some places I am calling it through for loop.
During this time after calling the service for several times it showing error.
And also asking to choose debugger after start running and before getting error.
I am using it with a Window Application.

erroemessage:

Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.

environmant:
c#05, and added the web service from Add web refence.

what to do