 |
 |
 |
Hi David,
Thanks for providing me with the web service URL for testing. Based on my
test, I found that the error occurs because of the web service itself, not
the java script that consumes the web service.
I have written a .NET windows form project to consume the web service. I
put the following code in the event handler of a button click event.
Dim a As New com.cbtimesheet.www.TimeEntriesWS
Dim s As String = a.ProjChanged("1", "1", "1")
Each time the button is clicked, the web method is called once. After I
click the button for about 10-15 times, and exception with the following
message was thrown.
The request failed with HTTP status 403: Access Forbidden.
And in the next period of time, I cannot access the web service. Just as
the sympton you have got. So I think it might be the firewall on the server
of web service that blocked my IP address when it found that I am trying to
access it frequently. Please try to check the setting of the server. The
web service consumer's code is just OK. Don't worry about it.
HTH. If anything is unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
|
 | 



|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |