[
https://issues.apache.org/jira/browse/SAND-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas updated SAND-7:
--------------------------------
Assignee: (was: Davanum Srinivas)
> Failure to send wsa:Action header incorrectly produces a fault message
> indicating missing wsa:To header
> -------------------------------------------------------------------------------------------------------
>
> Key: SAND-7
> URL: https://issues.apache.org/jira/browse/SAND-7
> Project: Sandesha
> Issue Type: Bug
> Reporter: Ian Brown
>
> Failure to send wsa:Action header incorrectly produces a fault message
> indicating missing wsa:To header
> In MessageValidator:
> 125 if (addrHeaders.getTo() == null)
> 126 throw new AxisFault(new
> QName(Constants.FaultCodes.IN_CORRECT_MESSAGE),
> 127 Constants.FaultMessages.NO_TO, null, null);
> 128 if (addrHeaders.getAction() == null)
> 129 throw new AxisFault(new
> QName(Constants.FaultCodes.IN_CORRECT_MESSAGE),
> 130 Constants.FaultMessages.NO_TO, null, null);
> Suggested fix is to add a specific Action Fault message and return it
> accordingly during validation.
--
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]