Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 53958 invoked from network); 30 Apr 2008 16:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2008 16:45:37 -0000 Received: (qmail 79231 invoked by uid 500); 30 Apr 2008 16:45:35 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 79168 invoked by uid 500); 30 Apr 2008 16:45:35 -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 79157 invoked by uid 99); 30 Apr 2008 16:45:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 09:45:35 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2008 16:44:50 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JrFQV-0000Wy-5I for axis-dev@ws.apache.org; Wed, 30 Apr 2008 09:45:03 -0700 Message-ID: <16986973.post@talk.nabble.com> Date: Wed, 30 Apr 2008 09:45:03 -0700 (PDT) From: go2rk To: axis-dev@ws.apache.org Subject: SOAP Over JMS problem with Axis 1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Ramakrishna.Narendula@nbcuni.com X-Virus-Checked: Checked by ClamAV on apache.org I am developing a web service over TIBCO JMS with axis 1.3. My service is installed in jboss 4.0.4. My problem is the wsdl is not getting created for this. In the service list(http://localhost:8080/axis2/services/listServices) it is showing active status. but when I visit go to http://localhost:8080/axis2/services/echoservice?wsdl it gives me following error. Please help me on this. Exception::::::::::::::::: java.lang.ArrayIndexOutOfBoundsException: 0 org.apache.axis2.description.AxisService.getWSDL(AxisService.java:1137) org.apache.axis2.description.AxisService.printWSDL(AxisService.java:1077) org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:280) Axis2.xml entries:::::::::::::::: com.tibco.tibjms.naming.TibjmsInitialContextFactory tibjmsnaming://localhost:7222 QueueConnectionFactory My service class::::::::::::::::: public class EchoService { private Logger logger = null; public String echoString(String in) { return in+(new Date()); } } and the service.xml entries are:::::::::::::::: jms Echo2 Service com.ge.nbc.media.service.jms.webservice.EchoService TibcoQueueConnectionFactory my.queue Ramakrishna ----- ram -- View this message in context: http://www.nabble.com/SOAP-Over-JMS-problem-with-Axis-1.3-tp16986973p16986973.html Sent from the Axis - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org