Hi
I was calling a third party webservice ( WSDL ) which is accepting some xml
as input parameter. it works fine when the xml size is small but starts
giving error when the xml size reached about 400KB.
Error Description : The size of the request exceeds the limit allowed by the
server.
I changed the maxRequestLength in machine.config file to accept 40MB but
this did not help
Can some one help
Regards,
Praveen
Praveen Chandra - 17 Apr 2005 13:36 GMT
Hi
on further research i found the solution here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesoap/html/ce
consoapregistrysettings.asp
regards,
Praveen
> Hi
> I was calling a third party webservice ( WSDL ) which is accepting some
[quoted text clipped - 10 lines]
> Regards,
> Praveen