You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Jeff Saremi (JIRA)" <ax...@ws.apache.org> on 2005/06/29 20:46:02 UTC

[jira] Created: (AXIS-2094) Message.getMessageType() returns null

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