Webspeed XML 9082 Error

c0ry

New Member
I am currently getting an error in our production webspeed environment when I try to load a PunchOutResponse XML document into a Handle. This is the error I am getting:

X-NODEREF or X-DOCUMENT LOAD got an error: FATAL ERROR: file 'E:\14382987IN.XML', line '1', column '96', message 'An exception occured! Type:NetAccessorException, Message:Could not connect to the socket for URL '{0}. Error={1}]. (9082)

Now in my testing environment this code is working perfectly fine, but when moved to our production environment this error is happening. I'm assuming it has something to do with how the security is setup, but I have tried everything I can think of and am currently stuck. Any help would be appreciated.

Production environment is 2 WIN2K redundant server boxes running IIS. Permissions for the "Web anonymous" users are set to modify.
 
Top