On Monday 08 March 2010 7:52:13 pm Coder One wrote: > With WSAddressingFeature enabled in the factory, I get the following > snippet: > <Action xmlns='http://www.w3.org/2005/08/addressing> > <To xmlns='http://www.w3.org/2005/08/addressing'> > > What's the easiest way to get the below instead of the above? > > <Action soap:mustUnderstand='1' > xmlns='http://schemas.microsoft.com/ws/2005/05/addressing/none'><To > soap:mustUnderstand='1' > xmlns='http://schemas.microsoft.com/ws/2005/05/addressing/none'> > Thanks...
Probably write an interceptor that would live immediately before the SOAPOutInterceptor and grabs the headers from the message and remaps them. -- Daniel Kulp [email protected] http://dankulp.com/blog
