Re: calling WSS web services from Web Application
From: Aaron (aaron.rh_at_nospamta.macroview.com.au)
Date: 03/16/04
- Next message: ChaChi: "Re: Assign Tasks to Groups"
- Previous message: Joe1: "Re: After the install"
- In reply to: John Q Public: "calling WSS web services from Web Application"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 08:46:58 +1100
John,
This is (I think) exactly the problem I have!! Nice to know you're not
alone. I think the reason is that NTLM does not send credentials everytime,
only the first time. So once your authenticated, which probably happens
before you even call the web service you don't get the credentials passed to
the service, hence you can't flow them on to any additional hops.
I can't see any way around this at the moment, other that not using NTLM,
ie. basic, or creating credentials in the service to pass to the second
hop/web service in WSS.
I'd love to know if you get it sorted out. I'll post anything I can find out
here. I'm planning to spend all day working on this (again)...
Aaron.
"John Q Public" <asdf@asdf.edu> wrote in message
news:OzIzYLuCEHA.2628@TK2MSFTNGP11.phx.gbl...
> I can succesfully call WSS web services from a console application and a
> windows application (.Net)
>
> However, I get 401.1 errors when invoking web service methods like from a
> .net web application.
>
> checking the security event logs, it seems that either
>
> a) when making soap calls from a web app, NTLM authentication is not sent
> b) or it is sent, but for some reason, the user is changed to the local
ISUR
> account on the WSS server.
>
> Both my calling application and the WSS server are set to integrated and
> anonymous is turned off.
>
> I'm no windows security experts, so maybe I'm missing the obvious (NTLM is
> not sent from a web app).
>
> thanks
>
>
>
>
>
- Next message: ChaChi: "Re: Assign Tasks to Groups"
- Previous message: Joe1: "Re: After the install"
- In reply to: John Q Public: "calling WSS web services from Web Application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|