The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Developing SOAP Web Services with PHP
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Guest UserPosted Jan 20, 2011, 5:02 AM
hi, i have craete a vb.net window application using nusoap web services. There is a module in my app. which runs every 2.5 sec (on timer tick event). On each tick event of timer this module call a web service method inside a background worker. It return some records in xml than this xml bind to datagridview. now the problem is sometime it shows :: The underlying connection was closed : A connection that was expected to be kept alive was closed. how to solved it cause i didn't found keep alive method present in nusoap.