protocol error when calling to webservice

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

Hi,

Im using net compact 2 , sp2.

When im calling to remote webservice, -sometimes- i get webexception with
protocol error :

any info will be helpfull.

Thanks.

16:26:42>>WebExecption.Status=ProtocolError
20/07/2009 16:26:43>>WebExecption.Message=WebException
20/07/2009 16:26:44>>WebExecption.Response=System.Net.HttpWebResponse
(no innerexception)
 
more info about the error :

21/07/2009 11:22:11>>WebExecption.Status=ProtocolError
21/07/2009 11:22:13>>WebExecption.Message=WebException
21/07/2009 11:22:16>>WebExecption.Response=System.Net.HttpWebResponse
21/07/2009 11:22:20>>StatusCode=Forbidden
21/07/2009 11:22:26>>sStatusDescription=Forbidden ( The server denied the
specified Uniform Resource Locator (URL). Contact the server
dministrator. )
21/07/2009

thanking in advance.
 
One more important thing, this error happen randomly ..what makes it more
strange.

meaning, if it's somthing with Permissions in the server, why it not happen
everytime ?

Thanks.
 
Back
Top