Topic Options
Rate This Topic
#137917 - 06/05/07 10:49 PM An exception occurred from the WebService class
vani Offline
Stealth Member

Registered: 10/18/06
Posts: 55

Hi all,
Iam getting following error while excuting web service thru filter
ARERR [9130] An exception occurred from the WebService class : (401)Unauthorized


thanks,
vani

Top
#137918 - 06/06/07 12:24 AM Re: An exception occurred from the WebService class [Re: vani]
Vishwas P Offline
Stealth Member

Registered: 01/15/07
Posts: 125
Pl check the authentication for webservices (Uname / pwd).

Top
#137920 - 06/06/07 01:17 AM Re: An exception occurred from the WebService class [Re: Vishwas P]
vani Offline
Stealth Member

Registered: 10/18/06
Posts: 55
where to check the authentication.I didnot specify any authentication

Top
#137922 - 06/06/07 01:39 AM Re: An exception occurred from the WebService class [Re: vani]
Vishwas P Offline
Stealth Member

Registered: 01/15/07
Posts: 125
how are you accessing Webservices? Java/DotNet / Remedy?

If you are calling a webservice on the same server, you donot need authentication info.

Top
#137925 - 06/06/07 02:13 AM Re: An exception occurred from the WebService class [Re: Vishwas P]
vani Offline
Stealth Member

Registered: 10/18/06
Posts: 55
iam accessing remedy webservice.
calling web service in the same server

Top
#137928 - 06/06/07 03:55 AM Re: An exception occurred from the WebService class [Re: vani]
Vishwas P Offline
Stealth Member

Registered: 01/15/07
Posts: 125
Check if you have permission to perform the action (which WebServices is doing), by manually doing the same operation.

Top