Using custom namespaces when wrapping workflows in a web service
By default the web service wrapper generated around a workflow use the "tempuri.org" namespace. Not very pretty and certainly not something you want to use in a deployed application. So people started complaining and Microsoft listens (sort of).
Unfortunately this is all we are going to get for now. Lets just hope a service pack to address this behavior doesn't take too long (yea right).
And while I am going on about it, how come there is only an ASMX web servide wrapper and no WCF wrapper? Really sounds like that is what we are supposed to have in the first place.