
Signature
Kapil Sachdeva
http://www.dotnetcard.com/blogs/ksachdeva
Kapil,
I'm guessing here...
You could override the
Microsoft.Web.Services2.WebServicesClientProtocol.GetWebRequest method to
add custom HTTP headers. Conversely, you could override the
Microsoft.Web.Services2.WebServicesClientProtocol.GetWebResponse to process
custom HTTP headers.
John
> Hi guys,
>
[quoted text clipped - 23 lines]
> Regards & thanks
> Kapil
Kapil Sachdeva - 25 Feb 2005 23:37 GMT
I am using SoapClient !!. But using WebServiceClientProtcol may be the
better approach
than redoing http channel.
I just need to see if I can have some generic client working with any
endpoint and SoapAction using WebServiceClientProtocol class. [I do not
compile the stubs/proxy for webservices I need to invoke, I just invoke them
by passing SoapAction and endpoint to sub class of
SoapClient class of WSE]
[not played with asmx and their clients much, love WSE messaging framework
as can run stuff using TCP].
sincerely appreciate your answer and help.
Regards & thanks
Kapil

Signature
Kapil Sachdeva
http://www.dotnetcard.com/blogs/ksachdeva
> Kapil,
>
[quoted text clipped - 36 lines]
>> Regards & thanks
>> Kapil