Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 51195 invoked from network); 11 Jun 2009 11:44:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jun 2009 11:44:04 -0000 Received: (qmail 97623 invoked by uid 500); 11 Jun 2009 11:44:15 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 97526 invoked by uid 500); 11 Jun 2009 11:44:15 -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 97517 invoked by uid 99); 11 Jun 2009 11:44:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 11:44:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andreas.veithen@gmail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2009 11:44:06 +0000 Received: by fxm18 with SMTP id 18so1542679fxm.16 for ; Thu, 11 Jun 2009 04:43:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TpqyzHdIKTEDqr9lEKojuyOaeC+b2mjeeB47nOCP80M=; b=iYHGJpuYXCZr9vnxLEdbBwKBhU0nZ6ooMqQQ9cCjCRkye1CgcWxOlNOO72uKOEe8j4 EQ2+zmi5Q3BPbCPQpATy7BFUN3Kah2LXqbjtC/n3u/QqTwOiUAbH3OuDGCQc6X/xa3a6 LXecyRzvYO+Mht/SqXXGi73KGwfm/ds59KMSc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Phs46DykOZuSG/zqtbNRV0ZgIya/iaT5IO747tknsSd8ZjIXf9d82/lZO2PPIK3s4n H4dvE8h/wVpp6ABzPYm3yFPoFplMVoJNYIa0nD2zSN7RqE2f5s4GqMgKMKw53FAjkE2K /n4Oh2uYnY/v9ACpXs44GREVykL3iT5geYi6M= MIME-Version: 1.0 Received: by 10.239.143.138 with SMTP id k10mr201275hba.5.1244720625239; Thu, 11 Jun 2009 04:43:45 -0700 (PDT) In-Reply-To: References: Date: Thu, 11 Jun 2009 13:43:45 +0200 Message-ID: Subject: Re: Unexpected port number in auto created WSDL From: Andreas Veithen To: axis-dev@ws.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Please have a look at AXIS2-3843. Andreas On Thu, Jun 11, 2009 at 13:05, viviana perropane wr= ote: > I=92m a java developer,=A0 I=92m developing a Web service using Axis2. > I=92m using the =93Service Archiver=94 tool to build the .aar storage fil= es for my > project. > I have a problem with the wsdl port auto generated=A0 by Axis2. > My web application runs under TomcatApache on a local LAN machine. I have= to > configure the local address to point to the public address. > I have changed the axis2.xml file using the following parameters: > www.myHost.com > =A0=A0=A0=A0 > http://www.myHost.com/WebServiceWS > On my pc It auto generates the following parameters: > > =A0=A0=A0 binding=3D"ns:MyServiceNameSoap11Binding"> > =A0=A0=A0=A0=A0=A0=A0 location=3D"http://www.myHost.com:9080/WebServiceWS/services/MyService.My= ServiceNameHttpSoap11Endpoint/"/> > =A0=A0=A0 > > > From the auto generated Wsdl port by Axis2, I can see in the=A0 address > location port which usually refers to the ApacheTomcat address . How can = I > eliminate this port? (from my code I would like to be able to > disable/eliminate the port i.e 9080 or configure it myself)=A0 Is it poss= ible > to configure this port using an external file. > I thank you in advanced for any help you may be able to give me. > Regards > Dott.ssa Viviana Perropane >