C
Clara
Hi everybody,
I am developing a Web Service that matches users from Active Directory
and users typed in a SQL Server 200 Table. Then generates a XML with the
XML.XMLElement class and returns it to a Windows program. If I debug the Web
Service it works fine, I can see the XML in the Internet Explorer, but when
I request it, the Windows application returns that exception:
An unhandled exception of type 'System.Net.WebException' occurred in
system.dll
Additional information: The underlying connection was closed: Unable to
connect to the remote server.
I don't know what to do. Any kind of help would be appreciated. Thanks!!
I am developing a Web Service that matches users from Active Directory
and users typed in a SQL Server 200 Table. Then generates a XML with the
XML.XMLElement class and returns it to a Windows program. If I debug the Web
Service it works fine, I can see the XML in the Internet Explorer, but when
I request it, the Windows application returns that exception:
An unhandled exception of type 'System.Net.WebException' occurred in
system.dll
Additional information: The underlying connection was closed: Unable to
connect to the remote server.
I don't know what to do. Any kind of help would be appreciated. Thanks!!