Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 27913 invoked from network); 30 Oct 2006 11:43:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 11:43:48 -0000 Received: (qmail 45915 invoked by uid 500); 30 Oct 2006 11:42:51 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 45894 invoked by uid 500); 30 Oct 2006 11:42:51 -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 45871 invoked by uid 99); 30 Oct 2006 11:42:51 -0000 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; Mon, 30 Oct 2006 03:42:36 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 04B717141D1 for ; Mon, 30 Oct 2006 03:40:17 -0800 (PST) Message-ID: <16981381.1162208417007.JavaMail.root@brutus> Date: Mon, 30 Oct 2006 03:40:17 -0800 (PST) From: "Sanka Samaranayake (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1550) Generated Stubs throws and exception when invoking an IN-ONLY operation specified in the targeted WSDL In-Reply-To: <3332832.1162208176518.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-1550?page=all ] Sanka Samaranayake updated AXIS2-1550: -------------------------------------- Attachment: client-code.jar Generated stub and the client code that caused the above error > Generated Stubs throws and exception when invoking an IN-ONLY operation specified in the targeted WSDL > ------------------------------------------------------------------------------------------------------ > > Key: AXIS2-1550 > URL: http://issues.apache.org/jira/browse/AXIS2-1550 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: codegen > Environment: java version "1.4.2_12" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03) > Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode > Linux version 2.6.17-gentoo (root@highlander) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #1 SMP PREEMPT Thu Jul 6 05:04:46 UTC 2006 > Reporter: Sanka Samaranayake > Priority: Blocker > Attachments: AddressBookService.aar, client-code.jar > > > Generated stub throws the folllowing exception when trying to invoke an IN-ONLY operation specified in the targeted WSDL. > Error: > 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:381) > at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:295) > at sample.addressbook.stub.AddressBookServiceStub.addEntry(AddressBookServiceStub.java:152) > at sample.addressbook.adbclient.AddressBookADBClient.main(AddressBookADBClient.java:51) -- 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