Re: web service proxy authentication

From: DalePres (don-t-spa-m-me_at_lea-ve-me-a-lone--.com)
Date: 03/13/05

  • Next message: Dinçer: "Server was unable to process request. --> Array cannot be null. Parameter name: bytes"
    Date: Sun, 13 Mar 2005 09:29:09 -0600
    
    

    I haven't run a web service through ISA server, so I don't know if this is
    all you need, but the basic things you need to do to pass the user identity
    to the webservice are:

    add <identity impersonate="true" /> to your web.config,
    make sure that anonymous access is turned off,
    and then, after instantiating your web service proxy, try adding the
    following line:

        myWSProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;

    Hope this helps,

    DalePres
    MCAD, MCDBA, MCSE

    "Saira" <Saira@Bayonet[NOSPAM]Ventures.com> wrote in message
    news:eUb9NIiJFHA.1176@TK2MSFTNGP12.phx.gbl...
    > Hi all
    > I have an application that seems to be having an ongoing battle with my
    > firewall.
    > I am using a webservice to send back data to a SQL server database. Betwen
    > the two machines is an ISA 2004 firewall.
    > The firewall is set up so that it only allows authenticated traffic (i.e.
    > Windows user based). I cannot seem to get past the proxy authentication
    > problems.
    > I have changed the web.config file, and this seems to make no difference.
    > Any ideas?
    >
    > Thanks
    > Saira
    >


  • Next message: Dinçer: "Server was unable to process request. --> Array cannot be null. Parameter name: bytes"

    Relevant Pages

    • Re: web service proxy authentication
      ... I haven't run a web service through ISA server, so I don't know if this is ... and then, after instantiating your web service proxy, try adding the ... > the two machines is an ISA 2004 firewall. ...
      (microsoft.public.isa.enterprise)
    • Re: web service proxy authentication
      ... I haven't run a web service through ISA server, so I don't know if this is ... and then, after instantiating your web service proxy, try adding the ... > the two machines is an ISA 2004 firewall. ...
      (microsoft.public.isaserver)
    • Re: web service proxy authentication
      ... I haven't run a web service through ISA server, so I don't know if this is ... and then, after instantiating your web service proxy, try adding the ... > the two machines is an ISA 2004 firewall. ...
      (microsoft.public.dotnet.framework.aspnet.webservices)
    • Re: CEICW fails - several errors
      ... The firewall isn't used when ISA is installed. ... On the WAN NIC of your server the DNS has to point to the LAN IP. ... I immediately checked and ISA Server ...
      (microsoft.public.windows.server.sbs)
    • RE: ISA2004 client firewall slow webpage loading
      ... have you configured this new client as web proxy client? ... configure ISA server as your Proxy ... stop the Microsoft Firewall service. ...
      (microsoft.public.windows.server.sbs)

    Loading