Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 31911 invoked from network); 8 Jun 2007 19:35:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 19:35:50 -0000 Received: (qmail 49186 invoked by uid 500); 8 Jun 2007 19:35:46 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 48962 invoked by uid 500); 8 Jun 2007 19:35:45 -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 48947 invoked by uid 99); 8 Jun 2007 19:35:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 12:35:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.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; Fri, 08 Jun 2007 12:35:40 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1HwkEx-0002er-Hu for axis-user@ws.apache.org; Fri, 08 Jun 2007 12:35:19 -0700 Message-ID: <11032698.post@talk.nabble.com> Date: Fri, 8 Jun 2007 12:35:19 -0700 (PDT) From: CrystalCracker To: axis-user@ws.apache.org Subject: Re: java.net.SocketTimeoutException: Read timed out In-Reply-To: <11010428.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sudarshan.acharya@gmail.com References: <11010428.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org CrystalCracker wrote: > > Using axis 1.4, I generated client stubs from the wsdl url, and I have > written the client to make the call. > But this is giving me > > AxisFault > faultCode: > {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: java.net.SocketTimeoutException: Read timed out > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}stackTrace:java.net.SocketTimeoutException: > Read timed out > > I tried doing stub.setTimeOut(6000), but that didnt help either. > > My TestWSBindingImpl.java (which implements service interface) that was > generated contains methods that return null by default like below. > > TestWSBindingImpl implements TestServiceInterface{ > public String getTestData(String parameter) throws > java.rmi.RemoteException, OraIntException { > return null; > } > > Do I need to do anything to it? > Any ideas will be highly appreciated. > -- View this message in context: http://www.nabble.com/java.net.SocketTimeoutException%3A-Read-timed-out-tf3884600.html#a11032698 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org