We have web services on windows 2003 server. I'm consuming one of the web
service method. For that I've written VS2008 C# windows application. When I
pass my input xml file to the web service method with less than 25k. web
services method working fine. It it is more than 50k I'm getting following
error. Could any one kindly help me on this. I've been struggling on this
past 2 days.
Method Execution encounter problem ! at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien tMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
methodName, Object[] parameters)
service method. For that I've written VS2008 C# windows application. When I
pass my input xml file to the web service method with less than 25k. web
services method working fine. It it is more than 50k I'm getting following
error. Could any one kindly help me on this. I've been struggling on this
past 2 days.
Method Execution encounter problem ! at
System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.ReadRes ponse(SoapClien tMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol.Invoke( String
methodName, Object[] parameters)
Comment