User offline. Last seen 2 years 25 weeks ago. Offline
Joined: 11/21/2009

Hi,

I'm trying out the web service by modifying the sample client code available on the website. However I got a 403 Forbidden error. I checked previous forum posts and it seems that the error is due to an invalid licenseID, but I verfied the id and it seems fine. Anyone can help? Thanks.

Trackback URL for this post:

http://www.opencalais.com/trackback/42621

Login or Register to post a comment.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
User offline. Last seen 2 years 7 weeks ago. Offline
Joined: 03/17/2010

hey,

when i run the software(the submission tool ), it always failed with the following information:

System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at ClassLibraryBL.Runner.TagItSynchronously(Object content, SourceType sourceType)
at ClassLibraryBL.Runner.Run(ReportProgress reportProgress)

what should i do to handle it ?

User offline. Last seen 2 years 7 weeks ago. Offline
Joined: 03/17/2010

hey,

when i run the software, it always failed with the following information:

System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at ClassLibraryBL.Runner.TagItSynchronously(Object content, SourceType sourceType)
at ClassLibraryBL.Runner.Run(ReportProgress reportProgress)

what should i do to handle it ?

User offline. Last seen 3 weeks 4 days ago. Offline
Joined: 06/23/2008

In Opencalais, 403 errors cover all license-related denials, including being over per-second and per-day transaction limits. Please take a look at the exact message that is being returned to you, as the specific error is detailed in the text.

User offline. Last seen 2 years 25 weeks ago. Offline
Joined: 11/21/2009

Oh ok it seems that the content I'm sending exceeds the maximum length. Thanks.