Hi,
     Not sure what this exception means. I have also pasted the source code
at the end. Line 122 is
                    msgctx
                                        .setProperty(
                                                        
Constants.AXIS_BINDING_MESSAGE,
                                                        axisBindingOperation
                                                                        
.getChild(WSDLConstants.MESSAGE_LABEL_IN_VALUE));

---------------------------------------------------------------

org.apache.axis2.description.AxisService - Found axis operation: 
[EMAIL PROTECTED]
org.apache.axis2.i18n.resource::handleGetObject(operationfound)
org.apache.axis2.engine.AbstractDispatcher - [MessageContext:
logID=urn:uuid:2238BDBE9F1622487F1214229558385] Found AxisOperation :
response
org.apache.axis2.transport.http.AxisServlet - 

java.lang.NullPointerException
        at
org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:122)
        at org.apache.axis2.engine.Phase.invoke(Phase.java:317)
        at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:264)

Thanks,
Mohan

                msgctx.setAxisOperation(axisOperation);
                //setting axisMessage into messageContext
                msgctx.setAxisMessage(axisOperation.getMessage(
                        WSDLConstants.MESSAGE_LABEL_IN_VALUE));
                AxisEndpoint axisEndpoint =
                        (AxisEndpoint)
msgctx.getProperty(WSDL2Constants.ENDPOINT_LOCAL_NAME);
                if (axisEndpoint != null) {
                    AxisBindingOperation axisBindingOperation =
                            (AxisBindingOperation) axisEndpoint.getBinding()
                                    .getChild(axisOperation.getName());
                    msgctx
                                        .setProperty(
                                                        
Constants.AXIS_BINDING_MESSAGE,
                                                        axisBindingOperation
                                                                        
.getChild(WSDLConstants.MESSAGE_LABEL_IN_VALUE));
                    msgctx.setProperty(Constants.AXIS_BINDING_OPERATION,
axisBindingOperation);

-- 
View this message in context: 
http://www.nabble.com/java.lang.NullPointerException-AbstractDispatcher.invoke-tp18070227p18070227.html
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to