c# - Web service call - underlying connection closed -


we have asp.net web service, framework 2.0 running under iis 7 + windows 2008. after working fine in integration , qc service has moved production , calls service bomb out. added test method returns string- works others take complex types don't. here stack trace:

the underlying connection closed: unexpected error occurred on receive. system.web.services @ system.web.services.protocols.webclientprotocol.getwebresponse(webrequest request) @ system.web.services.protocols.httpwebclientprotocol.getwebresponse(webrequest request) @ system.web.services.protocols.soaphttpclientprotocol.invoke(string methodname, object[] parameters) at

httpett.log says: connection_abandoned_by_reqqueue

we've tried switching classic mode, re-registering asp.net , considering rolling out in prod on w2003.

any ideas anyone?


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -