Hi David ; I do not think that we need to fix the issue in the branch since we are moving to trunk very soon.
Thanks Deepal > Hi, > Yes, that is a bug. The out handler shouldn't be adding the namespace > to the attribute. I fixed this a while back on the trunk but not on > the 1.1 branch. > > I can fix it on the branch if other devs think it's an appropriate > change for the branch? > > David > > On 17/01/07, Esteban León Soto <[EMAIL PROTECTED]> wrote: > >> In Version 1.1 of Axis2 I have the following difficulty: >> >> in AddressingOutHandler RelatesTo headers are written using the name >> RelatesTo of namespace "http://www.w3.org/2005/08/addressing" (or any >> other specific namespaceURI) >> >> (AddressingOutHandler:185) >> relatesToHeader.addAttribute(WSA_RELATES_TO_RELATIONSHIP_TYPE, >> relationshipType, >> addressingNamespaceObject); >> >> >> >> but fetched using RelatesTo without namespaceURI, which concequently >> makes my program to miss any not default relationship I sent. >> (AddressingInHandler:203) >> >> OMAttribute relationshipType = soapHeaderBlock.getAttribute(new >> QName(AddressingConstants.WSA_RELATES_TO_RELATIONSHIP_TYPE)); >> >> >> Is this a Bug or am I interpreting things wrong? >> >> Regards >> Esteban >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
