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
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
Comment