Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 29741 invoked from network); 20 Jun 2007 21:34:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2007 21:34:10 -0000 Received: (qmail 83806 invoked by uid 500); 20 Jun 2007 21:34:06 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 83458 invoked by uid 500); 20 Jun 2007 21:34:04 -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 83447 invoked by uid 99); 20 Jun 2007 21:34:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 14:34:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.223.178.27] (HELO maillnx-us312.fmr.com) (192.223.178.27) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 14:33:59 -0700 Received: from MSGMMKSM02WIN.DMN1.FMR.COM (msgmmksm02win.dmn1.fmr.com [10.33.139.33]) by maillnx-us312.fmr.com (Switch-3.1.8/Switch-3.1.7) with SMTP id l5KLXbox000397 for ; Wed, 20 Jun 2007 17:33:37 -0400 Received: from MSGMMKIV02WIN.DMN1.FMR.COM (10.33.148.31) by MSGMMKSM02WIN.DMN1.FMR.COM (Sigaba Gateway v4.0) with ESMTP id 142910072; Wed, 20 Jun 2007 17:33:36 -0400 Received: from MSGMROIM02WIN.DMN1.FMR.COM ([172.26.2.195]) by MSGMMKIV02WIN.DMN1.FMR.COM with SMTP_server; Wed, 20 Jun 2007 17:33:36 -0400 Received: from msgmrocls2win.fmr.com ([10.37.181.25]) by MSGMROIM02WIN.DMN1.FMR.COM with Microsoft SMTPSVC(5.0.2195.6713); Wed, 20 Jun 2007 17:33:36 -0400 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) Date: Wed, 20 Jun 2007 17:33:35 -0400 Message-ID: <8B0552BD5078074B87F6DC3A7EAB76EB0195F69B@MSGMROCLS2WIN.DMN1.FMR.COM> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) Thread-Index: Acezff3PwdAIMMm8QSKi0nYREs2NrgAA0lWg From: "Walker, Jeff" To: , "Roland Piazzi" X-OriginalArrivalTime: 20 Jun 2007 21:33:36.0262 (UTC) FILETIME=[A8CF3260:01C7B382] X-Virus-Checked: Checked by ClamAV on apache.org I guess what I was implying is, that I would edit your wsdl to comment out all of the methods except a simple ping() method, that takes say, an integer, and returns an integer. Something ridiculously simple. Then generate your classes from it. Then deploy the web service. Then get your client to successfully call that ping() method. This tells you the wsdl (and the generated classes) are healthy. Then start to edit the wsdl again, bring in one actual business method, preferrably the simplest business method you have, and try to call that. I'm not sure what you mean when you say you got it to work on one PC but not the other. Were both of these PC's acting as clients, or were they hosting the web service? One final point of confusion I have; if you removed all of the methods, then there is no web service to speak of, so there would be no web service methods to call from your client, and so how could you still get the error? I don't understand. -jeff -----Original Message----- From: Roland Piazzi [mailto:roland_piazzi@gmx.net]=20 Sent: Wednesday, June 20, 2007 5:00 PM To: axis-user@ws.apache.org Subject: Re: Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) I copied some old implementation instead of that and it worked, but only with one pc, with the other it didn't work, also if i removed all methods,=20 still the error was. If you have other advices how to try please tell me because at the time i don't know how to go on trying. roland ----- Original Message -----=20 From: "Walker, Jeff" To: ; "Roland Piazzi" Sent: Wednesday, June 20, 2007 7:31 PM Subject: RE: Error: java.io.IOException: Server returned HTTP response code:=20 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at=20 sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) Yeah, The service is reachable, but the server failed to complete your request. A). Check that the request going out to the url is also correct. B). Check your web service implementation. Do you even reach your web service methods? (Put some old-fashioned debug statements into your web service method, to see if tose statements get hit). C). I'd also pick the simplest method on the web service and call that >from your client, to help narrow down the error. Then move onto the next most complicated method, etc. There are many thing to try, but concentrate on your web service debugging. -jeff -----Original Message----- From: Roland Piazzi [mailto:roland_piazzi@gmx.net] Sent: Wednesday, June 20, 2007 11:31 AM To: axis-user@ws.apache.org Subject: Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) Hi! I try to generate WSDL2Java classes but receive the following error (the service is reachable at this endpoint) : java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEnt ity(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocV ersion(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unk nown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unk nown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknow n Source) at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369) at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:4 82) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361) at java.lang.Thread.run(Unknown Source) Can anyone help? Thanks and regards Roland --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org=20 --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org