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]