Hi every body,
I am using WSE 3.0 to communicate with a webservice using TCP. I am
getting the following error when i am trying to call the web service
from the proxy class. The proxy class is being called by a web
application.
Exception Details: System.Web.Services.Protocols.SoapHeaderException:
Server unavailable, please try later
Can anyone suggest how to correct this error.
Furthur comments and suggestions are welcome.
Thanks in advance.
Pablo Cibraro - 14 Oct 2005 16:13 GMT
Hi,
Try enabling the attribute "detailedError" in the web.config file.
In addition, I recommend you to enable the tracing and check the eventlog
because WSE usually logs the real error there.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hi every body,
> I am using WSE 3.0 to communicate with a webservice using TCP. I am
[quoted text clipped - 10 lines]
>
> Thanks in advance.