Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all.
-
Hi I have a desktop application with a back-end as web service. Web service is hosted on server with Windows Authentication option. All users do settings in provided setting form using desktop application and hit test connection and it succeeds for all except one user. When this unique user click test button he gets 401: access denied message. if he copy that web service URL in web browser and enters same credentials as in setting forms it works. So only the application fails to connect with web service. Any help would be highly appreciated to resolve this issue. Best Regards Rizwan Bashir
-
Hi I have a desktop application with a back-end as web service. Web service is hosted on server with Windows Authentication option. All users do settings in provided setting form using desktop application and hit test connection and it succeeds for all except one user. When this unique user click test button he gets 401: access denied message. if he copy that web service URL in web browser and enters same credentials as in setting forms it works. So only the application fails to connect with web service. Any help would be highly appreciated to resolve this issue. Best Regards Rizwan Bashir
-
Check the text encoding. BTW why not hook up the debugger and see what happens?
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)Hi Thanks for reply. its our client and we cannot force/request him to install .Net on his machine for us. So what ever we can do we have to use our development machine and then deploy on his machine. if Text Encoding would have any problem then it must be with all users. Best Regards Rizwan Bashir
-
Hi Thanks for reply. its our client and we cannot force/request him to install .Net on his machine for us. So what ever we can do we have to use our development machine and then deploy on his machine. if Text Encoding would have any problem then it must be with all users. Best Regards Rizwan Bashir
Rizwan Bashir wrote:
if Text Encoding would have any problem then it must be with all users.
That's a bad assumption! Your use could fail because it has a 'ê' in its name and the server translates it incorrectly.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
Rizwan Bashir wrote:
if Text Encoding would have any problem then it must be with all users.
That's a bad assumption! Your use could fail because it has a 'ê' in its name and the server translates it incorrectly.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)Hi Thanks for reply and sorry I never thought of special character in username and password, I have mailed client about this and as soon as he will reply I shall definately update you. Thanks again for a wonderful clue. Best Regards Rizwan Bashir
-
Rizwan Bashir wrote:
if Text Encoding would have any problem then it must be with all users.
That's a bad assumption! Your use could fail because it has a 'ê' in its name and the server translates it incorrectly.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)hi it is not the problem, user has confirmed that his username is alphaNumeric like usr7980 and password is totally numeric. So encoding is no more applicable. Any other idea's Best Regards Rizwan Bashir
-
hi it is not the problem, user has confirmed that his username is alphaNumeric like usr7980 and password is totally numeric. So encoding is no more applicable. Any other idea's Best Regards Rizwan Bashir