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...




Reply via email to