http://www.nabble.com/file/p23598361/Custom_InOut_Message_Receiver.txt Custom_InOut_Message_Receiver.txt
Hi Axis-Users, I am facing below problem while working on custom Message Receiver with Axis2. I engaged a sample module (SampleFaultInFlowLogHandler, SampleFaultOutFlowLogHandler, SampleInFlowLogHandler, SampleOutFlowLogHandler) and a SampleInOutMessageReceiver with a service called "MyServiceWithModule". When I call web service without using custom MessageReceiver it invokes properly. It follows the correct path – Client -> SampleInFlowLogHandler -> service -> SampleOutFlowLogHandler -> client. But once the custom MessageReceiver is engaged with web service, it do not invokes the service method. Instead it follows this path : Client -> SampleInFlowLogHandler -> SampleInOutMessageReceiver -> SampleOutFlowLogHandler -> client. It means custom MessageReceiver sends a response back to client (when client tries to invoke a web service) without invoking that web service. Some one Please help me to invoke web service when using custom MessageReceiver. I have uploaded all relevent files of this example. Regards, Rajeev -- View this message in context: http://www.nabble.com/custom-MessageReceiver-sends-a-response-back-to-client-%28when-client-tries-to-invoke-a-web-service%29-without-invoking-that-web-service-tp23598361p23598361.html Sent from the Axis - User mailing list archive at Nabble.com.
