Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3912

Unable to get Soapmessage in jboss 5.1.0 GA

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • Web Services
    • None

      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; }

      }

            rhn-support-asoldano Alessio Soldano
            murugand_jira Murugan D (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: