Joined
·
46 Posts
Howdy! First a caveat. I'm not a developer. I'm a QA Analyst for a software development company. Unfortunately, I've run into a situation where, on my workstation, a certain application hangs upon receiving an XML message while on the developer's workstation, everything works fine.
We're writing our app in Delphi 5.0 using an MSXML type library supplied by Microsoft. Using a standard MSXML2.XMLHTTP object, we're opening an HTTP POST connection and attempting to transmit an XML message text to a web server. As mentioned above, the developer can do this just fine. However, on my workstation, the send message ends up hanging the web server application.
Our initial suspicions started with looking at versions of MSXML3.dll and MSXML2.dll between my workstation and the developer's workstation, to the point, even, of installing Service Pack 4 for MSXML3 and the recent hot fix for it.
No dice.
So...any ideas? Anyone?
We're writing our app in Delphi 5.0 using an MSXML type library supplied by Microsoft. Using a standard MSXML2.XMLHTTP object, we're opening an HTTP POST connection and attempting to transmit an XML message text to a web server. As mentioned above, the developer can do this just fine. However, on my workstation, the send message ends up hanging the web server application.
Our initial suspicions started with looking at versions of MSXML3.dll and MSXML2.dll between my workstation and the developer's workstation, to the point, even, of installing Service Pack 4 for MSXML3 and the recent hot fix for it.
No dice.
So...any ideas? Anyone?