[jboss-jira] [JBoss JIRA] (AS7-3912) Unable to get Soapmessage in jboss 5.1.0 GA

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Mar 1 06:43:37 EST 2012


     [ https://issues.jboss.org/browse/AS7-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano resolved AS7-3912.
----------------------------------

    Resolution: Out of Date


JBoss AS 5.1.0.GA was using JBossWS-Native ws stack. Starting from JBoss AS 6 M4, JBossWS-CXF ws stack is installed by default. That relies on Apache CXF and SAAJ RI, who should not suffer from this issue.
                
> Unable to get Soapmessage in jboss 5.1.0 GA
> -------------------------------------------
>
>                 Key: AS7-3912
>                 URL: https://issues.jboss.org/browse/AS7-3912
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web Services
>            Reporter: Murugan D
>            Assignee: Alessio Soldano
>
> When I execute context.getMessage().getSOAPBody() in jboss 5.1.0 GA AS. Then  am getting the org.jboss.util.NotImplementedException exception. 
> Code Snippet:-
> protected String extractOperation(SOAPMessageContext context) {
>         SOAPBody body;
>         try {
>             body = context.getMessage().getSOAPBody();
>         } catch (SOAPException e) {
>             logger.error("Error fetching the soap body. Exception=" + e, e);
>             return null;
>         }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list