Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 91013 invoked from network); 1 Nov 2006 13:17:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 13:17:43 -0000 Received: (qmail 54765 invoked by uid 500); 1 Nov 2006 13:17:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 54419 invoked by uid 500); 1 Nov 2006 13:17:49 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 54408 invoked by uid 99); 1 Nov 2006 13:17:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 05:17:49 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 05:17:37 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1E21071430F for ; Wed, 1 Nov 2006 05:17:17 -0800 (PST) Message-ID: <25272881.1162387037120.JavaMail.root@brutus> Date: Wed, 1 Nov 2006 05:17:17 -0800 (PST) From: "Shahar Kedar (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1574) Exception when using RPCInOnlyMessageReceiver In-Reply-To: <9372291.1162386916554.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1574?page=all ] Shahar Kedar updated AXIS2-1574: -------------------------------- Attachment: ServiceStub.java generated stub > Exception when using RPCInOnlyMessageReceiver > --------------------------------------------- > > Key: AXIS2-1574 > URL: http://issues.apache.org/jira/browse/AXIS2-1574 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: rpc > Affects Versions: 1.1 > Environment: Windows XP Pro, Tomcat 5.0.28, latest nightly. > Reporter: Shahar Kedar > Attachments: Service.aar, ServiceStub.java, ServiceTest.java > > > I receiving the following exception when trying to invoke the dummy operation: > org.apache.axis2.AxisFault: Incoming message input stream is null > at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:64) > at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:367) > at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:281) > at com.test.ServiceStub.dummy(ServiceStub.java:141) > at com.test.ServiceTest.testdummy(ServiceTest.java:33) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) > at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) > Attached is the AAR, the generated stub and stub tester. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org