Did you invoke a in-only operation using sendReceive method ? Thanks Deepal
Eric Nygma wrote: > Please , can someone answer my query : > > 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. > > ---------- Forwarded message ---------- > From: *Eric Nygma* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > Date: Sep 14, 2007 4:25 PM > Subject: MessageContext.TRANSPORT_IN > To: [email protected] <mailto:[email protected]> > > 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. -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
