T
Tom McDonald
Arrrrrrrrgh, whenever I try to consume the 'hello world' web service I
get the following pop-up error 'an unhandled exception of type
'system.io.ioexception' occurred in unknown module. additional
information: unable to create a transport connection.' Break or
Continue. I get this message 2x.
I click 'continue' and then, when the web form comes up (the consuming
page), I get the following error:
The underlying connection was closed: Unable to connect to the remote
server.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The underlying connection
was closed: Unable to connect to the remote server.
Source Error:
Line 23: Private Sub Page_Load(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles MyBase.Load
Line 24: Dim x As New wwwffdcom5.Service8, q As String
Line 25: q = x.HelloWorld()
Line 26: Response.Write(q)
Line 27: End Sub
I get the error on line 25. Any ideas? fyi, I am running it on my
local IIS server (localhost).
get the following pop-up error 'an unhandled exception of type
'system.io.ioexception' occurred in unknown module. additional
information: unable to create a transport connection.' Break or
Continue. I get this message 2x.
I click 'continue' and then, when the web form comes up (the consuming
page), I get the following error:
The underlying connection was closed: Unable to connect to the remote
server.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The underlying connection
was closed: Unable to connect to the remote server.
Source Error:
Line 23: Private Sub Page_Load(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles MyBase.Load
Line 24: Dim x As New wwwffdcom5.Service8, q As String
Line 25: q = x.HelloWorld()
Line 26: Response.Write(q)
Line 27: End Sub
I get the error on line 25. Any ideas? fyi, I am running it on my
local IIS server (localhost).