.net - The underlying connection was closed - WEB SERVICES -


i wanna connect api through web services

i've done this: integration system

and same error: "the underlying connection closed: unexpected error occurred on receive."

i created new class:

class mytestservice     inherits senditapi.senditpl     protected overrides function getwebrequest(byval uri uri) system.net.webrequest         dim webrequest system.net.httpwebrequest         webrequest = ctype(mybase.getwebrequest(uri), system.net.httpwebrequest)         'setting keepalive false          webrequest.keepalive = false         getwebrequest = webrequest     end function end class 

according http://support.microsoft.com/kb/915599

it seems problem configuration.

check app.config file. address in <value>...</value> seems incorrect.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -