Hi Shah ,
I think NPE is coming from your code , can you please double check your
code.

Deepal
> Hi,
> I have created a module to handle a soap request.  When the client
> invokes the web service, the module class's invoke(MessageContext)
> gets invoked.
> In the module, I write up a response as an envelope and set it on
> MessageContext.  I also set the property isResponseWritten to true. 
> However, I get the following NPE.
>  
> _
>
> java.lang.NullPointerException
>
> _
>
> at org.apache.axis2.engine.AxisEngine.receive(
>
> _AxisEngine.java:170_)
>
> at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(
>
> _HTTPTransportUtils.java:275_)
>
> at org.apache.axis2.transport.http.AxisServlet.doPost(
>
> _AxisServlet.java:133_)
>
> at javax.servlet.http.HttpServlet.service(
>
> _HttpServlet.java:709_)
>
> at javax.servlet.http.HttpServlet.service(
>
> _HttpServlet.java:802_)
>
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
>
> _ApplicationFilterChain.java:252_)
>
> Any ideas what could be wrong.
>
> Best Regards,
>
>  
>
> Shah Asrani
>


-- 
Thank you!


http://blogs.deepal.org


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to