Hi All ,
i am trying to consume web services but i am getting error like
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramesh MaruthiPosted Aug 20, 2014, 10:29 AM
Increase ur message size in ur web.config file or app.config file in this way
Ramesh MaruthiPosted Aug 21, 2014, 9:44 AM
happy to hear your problem solved and the purpose of this closeTimeout="00:20:00" openTimeout="00:20:00" receiveTimeout="00:20:00" sendTimeout="00:20:00" is when ever you have the service performance issue for an example you want to retrive all the person names with a operation called getpersonslist() and if you some 1000 records it takes much time , default the web service close time is just 1 minute so in that case we increase the time as 20 mts hope you understood :)
Ravi PatelPosted Aug 21, 2014, 12:49 AM
i solved my issue by adding following
what is purpose of this closeTimeout="00:20:00" openTimeout="00:20:00" receiveTimeout="00:20:00" sendTimeout="00:20:00"