Native does not repsect the fault value in @Action
--------------------------------------------------
Key: JBWS-2977
URL:
https://jira.jboss.org/jira/browse/JBWS-2977
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.3.0.CR1
Reporter: Jim Ma
Assignee: Richard Opalka
WSA Action shold be set to "http://fault1" in soap fault message :
@Action(input="finput1",
output="foutput1",
fault={
@FaultAction(className=AddNumbersException.class,
value="http://fault1")
})
public int addNumbersFault1(int number1, int number2) throws AddNumbersException {
return doStuff(number1, number2);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: