Custom Http Header for Soap proxy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian Campbell

    #1

    Custom Http Header for Soap proxy

    I need to add some information to the http header for my
    soap proxy for authentication in the web service. I tried
    overriding the GetWebRequest method but it still posts to
    the server. I need to modify the header before any
    communication takes place. I know .net does it since the
    Soap Action field gets filled in.

    Does anyone know how to access the header so I can modify
    it?

    Thanks
    Brian
  • R.Balaji

    #2
    Re: Custom Http Header for Soap proxy

    Hi,
    I found this following link very useful.


    Regards,
    R.Balaji

    "Brian Campbell" <anonymous@disc ussions.microso ft.com> wrote in message
    news:184e01c46f 60$63dd7d60$a40 1280a@phx.gbl.. .[color=blue]
    > I need to add some information to the http header for my
    > soap proxy for authentication in the web service. I tried
    > overriding the GetWebRequest method but it still posts to
    > the server. I need to modify the header before any
    > communication takes place. I know .net does it since the
    > Soap Action field gets filled in.
    >
    > Does anyone know how to access the header so I can modify
    > it?
    >
    > Thanks
    > Brian[/color]


    Comment

    Working...