Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 33217 invoked from network); 19 Dec 2010 04:10:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Dec 2010 04:10:27 -0000 Received: (qmail 60115 invoked by uid 500); 19 Dec 2010 04:10:26 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 59764 invoked by uid 500); 19 Dec 2010 04:10:26 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 59756 invoked by uid 99); 19 Dec 2010 04:10:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 04:10:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 04:10:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBJ4A1r4024564 for ; Sun, 19 Dec 2010 04:10:01 GMT Message-ID: <9057358.198371292731801216.JavaMail.jira@thor> Date: Sat, 18 Dec 2010 23:10:01 -0500 (EST) From: "Samisa Abeysinghe (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Resolved: (AXIS2-3143) WSDL Port Address generation algorithim has major limitations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe resolved AXIS2-3143. -------------------------------------- Resolution: Fixed As per last comment > WSDL Port Address generation algorithim has major limitations > ------------------------------------------------------------- > > Key: AXIS2-3143 > URL: https://issues.apache.org/jira/browse/AXIS2-3143 > Project: Axis2 > Issue Type: Improvement > Reporter: Haneef Ali > > PortAddress generation from the wsdl has serious limitations > 1) If you have multiple network address, then we can't predict the address > 2) Using the hostname parameter in axis.xml is not a solution for the following reason > 1) If you hardcode hostname, then you need to create different build for deploying in different machine > 2) In production normally you have clusters of servers. Each server in the cluster will be running in the different machine. In this case hardcoding hostname is not a solution > 3) Normally application servers will be in their own DMZ and are fronted by a webserver. In this case , you need the address of the webserver and not that of the application server. > Proposed solution > 1) Get the hostname from the request and use that to generate wsdl portAddress. As far as I know this is what weblogic does. > Thanks, > Haneef > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org