Re: WCF behaviours

2010-06-13 Thread Stephen Liedig
Hi Greg, I know, it is a minefield. Have you considered perhaps creating you own message class. Using MessageContracts ( http://msdn.microsoft.com/en-us/library/ms730255.aspx) gives you full control over the contents of your SOAP message including the header. There is of course some additional

Re: WCF behaviours

2010-06-13 Thread Stephen Liedig
Cheers Greg, some useful info there. We are embarcking on a Silverlight project ourselves soon, so this will come in handy! ;-) Steve On 13 June 2010 23:27, Greg Keogh g...@mira.net wrote: Hi Stephen, it looks like an later message of mine may have got lost. I accidentally found that my worry

RE: WCF behaviours

2010-06-12 Thread Greg Keogh
Well, I've printed off and read 2 of the blog articles on WCF, behaviors, headers and message inspectors. Then I read them again, and again and again. Every single line of code that touches WCF is like an impenetrable and cruel puzzle to torture your mind. There are so many seemingly uncorrelated