20 pts.
0
Q:
WSE910 error
Hi, I'm deploying a website that uses a couple of webservices. the website works perfectly on the internal network but users trying to access it from outside the network receive an error like "WSE910: An error happened during the processing of a response message...".

Unfortunately because this happens from outside the network, I cannot debug the web application to find out the root cause of the problem.

I'm pretty new to this whole WSE thing and don't get it fully, how do I configure the website and the webservices to work nicely with each other from the external environment?
ASKED: Apr 7 2009  9:00 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
40 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
A couple of things to look at:

1. Webserver logs. See if there is information in the webserver logs when the error happens. If nothing is showing up, increase the debug level to get more diagnostic information.

2. Use a packet capture utility like Wireshark to capture data at both the client and the server ends. This may capture some of the conversation that the logs may not.

3. This could be some type of firewall issue. Take a look at the firewall logs to see if anything is being blocked when connecting to the webserver from outside of the network.



Might want to give a look at http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/e2dfccbe-08ef-47e6-b03c-a0caade064b3/ where there's a similar problem reported.

If not, please give some firther information on your installation
Last Answered: Apr 8 2009  0:35 AM GMT by Arvychile   40 pts.
Latest Contributors: Labnuke99   26360 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0