Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48982 invoked from network); 10 Aug 2006 08:36:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 08:36:03 -0000 Received: (qmail 56486 invoked by uid 500); 10 Aug 2006 08:35:59 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 56444 invoked by uid 500); 10 Aug 2006 08:35:59 -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 56433 invoked by uid 99); 10 Aug 2006 08:35:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 01:35:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 01:35:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D661971429D for ; Thu, 10 Aug 2006 08:33:13 +0000 (GMT) Message-ID: <22242222.1155198793860.JavaMail.jira@brutus> Date: Thu, 10 Aug 2006 01:33:13 -0700 (PDT) From: "srusda (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-1001) Error call service without return value. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Error call service without return value. ---------------------------------------- Key: AXIS2-1001 URL: http://issues.apache.org/jira/browse/AXIS2-1001 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: client-api Affects Versions: 1.0 Environment: Windows XP, Java 1.4, Tomcat 5.5, Axis2 1.0 Reporter: srusda Attachments: HelloService.aar, ServiceClientTest.java, ServiceClientVoid.java Hi All, I get exception when i call a service without return value. it doesn't happen for a service with a return value. when i call a service without return value, i'll get this exception : 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:349) at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:279) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:457) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:399) at org.apache.axis2.rpc.client.RPCServiceClient.invokeBlocking(RPCServiceClient.java:60) the service & client code are attached. any help will be appreciate. regards, srusda -- 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