Reference parameters read as OMText only
----------------------------------------
Key: AXIS2-2016
URL: https://issues.apache.org/jira/browse/AXIS2-2016
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: Addressing
Environment: sun java on Win XP
Reporter: Esteban León
Reference parameters are treated as text fields and not as xs:anyType as
specified in WS-Addressing specs
AddressingFinalInHandler:53
toEPR.addReferenceParameter(soapHeaderBlock.getQName(),
soapHeaderBlock.getText());
I would have expected something similar to
toEPR.addReferenceParameter(soapHeaderBlock);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]