[jbossws-issues] [JBoss JIRA] Created: (JBWS-2980) The wsa action in response message is not correct when the @Action output value is not specified

Jim Ma (JIRA) jira-events at lists.jboss.org
Tue Mar 30 09:27:37 EDT 2010


The wsa action in response message is not correct when the @Action output value is not specified 
-------------------------------------------------------------------------------------------------

                 Key: JBWS-2980
                 URL: https://jira.jboss.org/jira/browse/JBWS-2980
             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: Jim Ma
             Fix For: jbossws-native-3.3.0


The response message wsa Action is <wsa:Action></wsa:Action> :

    @Action(input="http://input")
    public int addNumbers(int arg0, int arg1) {
       return arg0 + arg1;
    }

The default wsa Action should be : [target namespace]/[port type name]/[output name]


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list