Hi All,
When i am Calling my Service i am getting error as :
The formatter threw an exception while trying to deserialize the message:
Error in deserializing body of request message for operation 'XXXProcess'. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 68, position 51.
My When i whill call my Service it internally it will cal one Windows service also so i geeting this error .
My Service Name is : XXXService.svc
My Windows Service is: XXXWinService
When i ll call XXXService.svc it will internal call XXXWinService like this my service is there below are the webcofig files
XXXService.svc:-
Please help me the problem....

Darshan KshirasagarPosted Mar 15, 2018, 4:57 AM
Nitin SontakkePosted Mar 15, 2018, 3:59 AM
Darshan KshirasagarPosted Mar 15, 2018, 3:46 AM
Nitin SontakkePosted Mar 15, 2018, 2:53 AM