Message.getMessageType() returns null
-------------------------------------

         Key: AXIS-2094
         URL: http://issues.apache.org/jira/browse/AXIS-2094
     Project: Apache Axis
        Type: Bug
    Versions: 1.2    
 Environment: eclipse/windows/tomcat
    Reporter: Jeff Saremi
    Priority: Minor


message type is not returned in a request/response handler:
    public void invoke(MessageContext messageContext) throws AxisFault {
        Message message = messageContext.getCurrentMessage();
        System.out.println(message.getMessageType());
    ...
    }

output:

    null


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

Reply via email to