I've tried adding the appSetting "NameSpace" to my publisher and subscriber but the messages still contain the namespace http://tempuri.org/...
[Edit]
In the publisher EndpointConfig I have added:
public class ServerInit : IWantCustomInitialization
{
public void Init()
{
Configure.With().XmlSerializer("http://foo.com");
}
}
This works but I would rather see this in the config file. Please let me know if anyone can suggest a way to do this.