On 8/7/13 8:57 AM, "Massimiliano Masi" <[email protected]> wrote:
>Some classes is adding the following (unwanted) additional namespace, >maybe in the ResolverFragment. >xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity- >secext-1.0.xsd" There's nothing surprising about it, the #default namespace is in the inclusive prefix list, so it's going to be in the output if it's in the input. That isn't necessarily why it's failing. -- Scott
