"Curt K" <> wrote in message
news:...
>
> "John Saunders [MVP]" <john.saunders at trizetto.com> wrote in message
> news:...
>> "Curt K" <> wrote in message
>> news:%...
>>>
>
>> There hasn't been much change in this area from 1.1 to 2.0, except the
>> whole nonsense of "web sites" in 2.0. Please tell us what you're trying
>> so we can figure out how to help.
....
> How do I from the WCF perspective add a SOAP header so that it is imported
> into the proxy object and shows up as a SOAP header object on the 2.0
> client side proxy?
>
> I basically need to decorate all of my Service Contract/Operation Contract
> calls with the equivalent 3.0 version of this on the WCF side (or modify
> the SOAP header before it is sent to the client).
>
> [SoapHeader("tokenHeader", Direction = SoapHeaderDirection.In)]
>
> So how do I add a SOAP header on the WCF side that can be consumed by a
> dot net 2.0 web service client?
>
> Hopefully that clears it up?
Yes, it does. Unfortunately, I haven't had a chance to learn WCF yet, so I
can't answer your question.

--
John Saunders [MVP]