[jboss-jira] [JBoss JIRA] (AS7-3912) Unable to get Soapmessage in jboss 5.1.0 GA
Murugan D (JIRA)
jira-events at lists.jboss.org
Sat Feb 25 03:28:36 EST 2012
Murugan D created AS7-3912:
------------------------------
Summary: 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