P
Param
Hi all,
I have a Windows Service written in Visual Studio 2008 that calls a C# dll
(.net 2.0/VS2008) that accesses a remote java web service. I have this code
running on 2 Windows 2003 R2 boxes in production sitting behind a ISA 2006
Server with the boxes configured as SecureNAT clients. Everything is running
fine. The Windows Service is able to connect and invoke the remote java web
service with no problems.
I have now added a new Windows 2008 R2 machine & configured everything
exactly the same as the Windows 2003 boxes. This box also sits on the same
network behind the ISA server. I can browse to the remote java web service
in IE w/ no problems. I get the usual page w/ the endpoint & wsdl info etc.
The problem is the Windows Service is unable to invoke this web service and
is throwing the following error:
The underlying connection was closed: An unexpected error occurred on a
send.
I have researched & researched the web and even tried the fix outlined in
the article below. It simply doesn't work. To rule out any issues with the
specific 2008 box I setup another 2008 box and the same issues persist. It
appears some behavior changed between Windows 2008 & 2003? The code is
running on .net 2.0 so really the OS shouldn't be an issue?
Any help would be very much appreciated. This issue is preventing us from
upgrading our production environment to Windows 2008 R2.
TIA!
Param
I have a Windows Service written in Visual Studio 2008 that calls a C# dll
(.net 2.0/VS2008) that accesses a remote java web service. I have this code
running on 2 Windows 2003 R2 boxes in production sitting behind a ISA 2006
Server with the boxes configured as SecureNAT clients. Everything is running
fine. The Windows Service is able to connect and invoke the remote java web
service with no problems.
I have now added a new Windows 2008 R2 machine & configured everything
exactly the same as the Windows 2003 boxes. This box also sits on the same
network behind the ISA server. I can browse to the remote java web service
in IE w/ no problems. I get the usual page w/ the endpoint & wsdl info etc.
The problem is the Windows Service is unable to invoke this web service and
is throwing the following error:
The underlying connection was closed: An unexpected error occurred on a
send.
I have researched & researched the web and even tried the fix outlined in
the article below. It simply doesn't work. To rule out any issues with the
specific 2008 box I setup another 2008 box and the same issues persist. It
appears some behavior changed between Windows 2008 & 2003? The code is
running on .net 2.0 so really the OS shouldn't be an issue?
Any help would be very much appreciated. This issue is preventing us from
upgrading our production environment to Windows 2008 R2.
TIA!
Param