Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 18270 invoked from network); 27 Jul 2007 12:01:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 12:01:05 -0000 Received: (qmail 26235 invoked by uid 500); 27 Jul 2007 12:00:58 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 26219 invoked by uid 500); 27 Jul 2007 12:00:58 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 26206 invoked by uid 99); 27 Jul 2007 12:00:58 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 05:00:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.144.44.94] (HELO s7solutions.com) (202.144.44.94) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 12:00:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by s7solutions.com (Postfix) with ESMTP id 13B29394524 for ; Fri, 27 Jul 2007 17:34:18 +0530 (IST) X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Jul 27 17:34:17 2007 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 46a9df41198129363443463 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.453 X-Spam-Level: Received: from s7solutions.com ([127.0.0.1]) by localhost (s7solutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I4210tJaJ0R0 for ; Fri, 27 Jul 2007 17:34:17 +0530 (IST) Received: from java-02 (unknown [202.144.44.90]) by s7solutions.com (Postfix) with ESMTP id 6DBDE3944EE for ; Fri, 27 Jul 2007 17:34:17 +0530 (IST) Date: Fri, 27 Jul 2007 17:29:35 +0530 To: axis-user@ws.apache.org Subject: Re: org.apache.axis2.AxisFault: Exception occurred while trying to invoke service method trackItemsAtPort References: <11827101.post@talk.nabble.com> From: "Ajay Kumar Gour" Organization: S7 SS Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <11827101.post@talk.nabble.com> User-Agent: Opera M2/7.51 (Win32, build 3798) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-4.453 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=0.046, BAYES_00=-2.599, DSPAM_HAM=-0.1] Can you send the code of your Tracker bean class? On Fri, 27 Jul 2007 04:10:28 -0700 (PDT), ruchira wrote: > > Hi, Can someone help me find out the error in this simple client > program? I'm > using axis2server.bat included in the Axis2 1.2, > I'm getting the following exception: > org.apache.axis2.AxisFault: Exception occurred while trying to invoke > service method trackItemsAtPort > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271) > at > org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202) > at > com.canarys.rfid.webservice.service.SystemControlWSStub.trackItemsAtPort(SystemControlWSStub.java:507) > at > com.canarys.rfid.webservice.service.SystemControlAndTrackingClient.main(SystemControlAndTrackingClient.java:112) > > my code part is > > try { > SystemControlWSStub trackItematPortStub=new SystemControlWSStub(); > SystemControlWSStub.TrackItemsAtPort trackItemAtPortRequest=new > SystemControlWSStub.TrackItemsAtPort(); > trackItemAtPortRequest.setPortalID("1"); > Tracker t = new Tracker(); > t.setClientID("kkk"); > t.setName("jram"); > t.setTrackerID("2"); > trackItemAtPortRequest.setTracker(t); > TrackItemsAtPortResponse > trackItemsAtPortResponse=trackItematPortStub.trackItemsAtPort(trackItemAtPortRequest); > System.out.println("call_Track_Items_At_Port_Response > :"+trackItemsAtPortResponse.get_return()); > } catch (AxisFault e) { > e.printStackTrace(); > } catch (RemoteException e) { > e.printStackTrace(); > } catch (TrackItemsAtPortFaultException e) { > e.printStackTrace(); > } > > Regards > Ruchira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org