I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:
An error occurred while receiv
My problem was, that return type of my service was string. But I returned string of type xml:
1Operation was successfull
so error was thrown.