Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 79252 invoked from network); 11 Jun 2005 17:52:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jun 2005 17:52:21 -0000 Received: (qmail 66234 invoked by uid 500); 11 Jun 2005 17:52:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 66192 invoked by uid 500); 11 Jun 2005 17:52:19 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 66176 invoked by uid 99); 11 Jun 2005 17:52:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from Unknown (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Jun 2005 10:52:17 -0700 Received: from [192.168.37.171] (adsl-209-233-18-245.dsl.snfc21.pacbell.net [209.233.18.245]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j5BHpbCW030209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 11 Jun 2005 10:51:38 -0700 Message-ID: <42AB24CD.2040206@apache.org> Date: Sat, 11 Jun 2005 10:52:13 -0700 From: Jeremy Boynes User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Web Service tests References: <42A917F5.000001.24250@tide.yandex.ru> <0be789b15825c1887f17cda83a86fb16@yahoo.com> <42AA6FFD.1040902@gmail.com> In-Reply-To: <42AA6FFD.1040902@gmail.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Quick question - are you using the current HEAD build? There were a couple of bugs in our JAF implementation which would lead to similar failures to the first one which I checked fixes in for earlier this week. -- Jeremy Stefan Schmidt wrote: > Hi, > > I am currently trying to get some JAX-RPC Web services running on > Geronimo. Since there are not too many examples out there I chose to try > the jBoss examples which are described here: > http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html. > > After inserting a proper url in the HelloService.wsdl ( location="http://localhost:8080/hello-servlet/Hello?WSDL"/>) I was able > to deploy the war file with the JSE Web Service. > > The problem here is if I invoke > http://localhost:8080/hello-servlet/Hello?method=hello&s=test I get the > following SOAP-Fault: > [....] > soapenv:Server.userException > - > > org.xml.sax.SAXParseException: Premature end of file. > > [...] > > ..when I use the supplied Client I get the following error: > [..] > [java] faultString: Tried to invoke method public abstract > java.lang.String org.jboss.chap12.hello.Hello.hello(java.lang.String) > throws java.rmi.RemoteException with arguments java.lang.String. The > arguments do not match the signature.; nested exception is: > [java] java.lang.IllegalArgumentException: object is not an > instance of declaring class > [...] > > In a second attempt I tried to deploy the hello-ejb.jar example which > serves as an EJB endpoint. Unfortunately I get a exception during > deployment: > [...] > 558 WARN [BasicLifecycleMonitor] Exception occured while notifying > listener > java.lang.NoSuchMethodError: > org.apache.geronimo.webservices.SoapHandler.addWebService > (Ljava/lang/String;Lorg/apache/geronimo/webservices/WebServiceContainer;)V > at org.openejb.server.axis.WSContainer.(WSContainer.java:87) > [...] > > Both of these Applications work perfectly in jBoss and I can't see why > they shouldn't work in Geronimo. > > I would be grateful if someone could try to deploy these applications as > well and tell me whether this is rather my problem or a Geronimo Problem. > > Thanks in advance. > > Stefan