router, windows authentication and passing credentials

From: Trebor (trebor1_at_hotmail.com)
Date: 11/11/04

  • Next message: SD2004: "Custom XML Token Question"
    Date: Thu, 11 Nov 2004 14:37:44 +0100
    
    

    Hi all.

     I'm designing a system consists of 3 parts:
    1.web client app
    2. web service router
    3. web service

    Web client app. calls web service via router. ( I successfully implemented
    this kind of behavior using anonymous access.)

    Now, when I try to use windows authentication, the web service router is
    not calling the dest. web service any more.

    I added these two lines in all web.config files
    <authentication mode="Windows" />

    <identity impersonate="true"/>

    but without success.

    When I call the dest web service directly (without routing) everything is
    O.K.
    So, I think that the problem resides on a web service router's side.

    I think that I might need to pass credentials in a RouterHandler unit,
    but I don't know how to do that.

    Any help will be appreciated.

    Trebor


  • Next message: SD2004: "Custom XML Token Question"

    Relevant Pages

    • Windows authentication in 3
      ... 1.asp.net web client app ... web service router using Web service enhancements 2.0 ... before calling the web service, ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Re: Dynamically Change URL of web service
      ... Microsoft MVP - Windows Client ... > client apps will use the exact same web service, ... What this does is put an entry in the config file, ... >>> How can I dynamically change this when the client app loads. ...
      (microsoft.public.dotnet.framework.windowsforms)
    • Re: Dynamically Change URL of web service
      ... client apps will use the exact same web service, ... What this does is put an entry in the config file, ... > Microsoft MVP - Windows Client ... >> How can I dynamically change this when the client app loads. ...
      (microsoft.public.dotnet.framework.windowsforms)
    • VC8 CAtlHttpClientT::NegotiateAuth has a problem
      ... This C++ client app kept failing to access that web service with HttpStatus ... 401 allthough I've been using CNTLMAuthObject to provide the ... BSTR resultStr; ...
      (microsoft.public.vc.atl)
    • Secure calls to Java web service takes long time
      ... Interoperability Using WSE 2.0 and Sun JWSDP 1.4" ... I've put the client app and the web service on two ... I've tested the web service both on a Windows 2000 machine and on a Linux ... used are the one ones supplied with WSE and JWSDP, ...
      (microsoft.public.dotnet.framework.webservices.enhancements)