A security issue has been identified in a Microsoft software product that could affect your system. Details Version:. File Name:. Date Published:. File Size:. System Requirements Supported Operating System. Install Instructions To start the download, click the Download button and then do one of the following, or select another language from Change Language and then click Change. Click Run to start the installation immediately.
Click Save to copy the download to your computer for installation at a later time. Find centralized, trusted content and collaborate around the technologies you use most.
Connect and share knowledge within a single location that is structured and easy to search. I have an XML web service running on my Windows server. I have a windows service running on the same machine. I want to call the XML web service from the windows service. This works fine on my development machine, which is running Windows XP.
However, when I try to do this on my Windows Server box, it times out and throws an exception. My windows service catches the exception and writes it to the eventlog.
This is how the error shows up in the event log :. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. GetRequestStream at System. As you can see, it has some problem with writing to the eventlog all that AUXSOURCE stuff , but the main problem is that it's getting a timeout error from the web service.
Here's the truly odd thing, though -- from my dev box running XP , I can call the web service that's running on my Windows Server box. This is really perplexing -- obviously the web service is working fine, but for some reason, Windows Server will not let you call a web service from the same machine!
This sounds like a networking issue related to your Win2K3 server. The network configuration is preventing it from accessing the service url at the given location.
Easiest way to troubleshoot this: RDP to the Win2K3 Server desktop and open up a web browser to connect to the web service. I expect you will get a timeout. Easiest way to remedy this: if there is a URL to the service that works locally, i.
Otherwise, be prepared to get your network administrator involved to understand the DNS settings necessary to support the URL path you want to use for your service. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Windows service running on Windows Server cannot call an xml web service on the same machine Ask Question. Asked 12 years, 4 months ago. Active 11 years ago.
0コメント