I think this issue is fixed in the trunk.

Thanks,
Sanka

Mohan Radhakrishnan wrote:
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);

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


No virus found in this incoming message.
Checked by AVG. Version: 8.0.100 / Virus Database: 270.4.1/1515 - Release Date: 6/23/2008 7:16 PM


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

Reply via email to