Re: NullPointerException org.apache.axis2.databinding.typemapping.SimpleTypeMapper
ssageContext.getCurrentMessageContext(); > AxisService axisServce = messageContext.getAxisService(); > // if the user has given a pirticualr timezone we use it. > if (axisServce.getParameter("TimeZone") != null){ > > zulu.setT
NullPointerException org.apache.axis2.databinding.typemapping.SimpleTypeMapper
er("TimeZone") != null){ zulu.setTimeZone(TimeZone.getTimeZone((String)axisServce.getParameter("TimeZone").getValue())); } return zulu.format(obj); } We need a fix for this issue. Thanks in advance. Balaji -- View this message in context: h