Hi ,
I am new to Axis2. I would like to know what the
org.apache.axis2.context.MessageContext.TRANSPORT_IN property signifies.
I have been getting an exception
org.apache.axis2.AxisFault: The input stream for an incoming message is
null.
at org.apache.axis2.transport.TransportUtils.createSOAPMessage(
TransportUtils.java:71)
and upon checking mymessageContext.getProperty(MessageContext.TRANSPORT_IN)
, I got a Null. I want to know what I should be setting here.
Is there some place where I can get to learn the meanings of the various
properties for MessageContext . The javadocs weren't of much help.
Thanks
Eric.