Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 41778 invoked from network); 9 Apr 2007 02:02:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2007 02:02:53 -0000 Received: (qmail 9919 invoked by uid 500); 9 Apr 2007 02:02:59 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 9901 invoked by uid 500); 9 Apr 2007 02:02:59 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 9892 invoked by uid 99); 9 Apr 2007 02:02:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Apr 2007 19:02:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Apr 2007 19:02:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6EC2C71406D for ; Sun, 8 Apr 2007 19:02:32 -0700 (PDT) Message-ID: <15470777.1176084152450.JavaMail.jira@brutus> Date: Sun, 8 Apr 2007 19:02:32 -0700 (PDT) From: "jimma (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Resolved: (CXF-338) Http location of wsdllocation attribute in extenal binding file In-Reply-To: <17316832.1167216921869.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jimma resolved CXF-338. ----------------------- Resolution: Fixed > Http location of wsdllocation attribute in extenal binding file > --------------------------------------------------------------- > > Key: CXF-338 > URL: https://issues.apache.org/jira/browse/CXF-338 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0-M1, 2.0-RC > Reporter: Bharath Ganesh > Assigned To: jimma > Fix For: 2.0-RC > > > My test case for generating client side artifacts using wsdl2java tool, provides an external binding file using the -b switch. > The binding file looks like: > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" > wsdlLocation="http://localhost:8080/helloEJB/HelloBean?wsdl" > xmlns="http://java.sun.com/xml/ns/jaxws"> > > true > > > Here the url given for wsdlLocation attribute is a valid one. http://localhost:8181/helloEJB/HelloBean?wsdl. > But the wsdl2java tool could not generate the artifacts. It failed with the following error. > E:\cxf\bin> wsdl2java -impl -p test -b D:\code\Learnings\asyncbinding.xml -clien > t -d E:\cxftests\hellows\src http://localhost:8080/helloEJB/HelloBean?wsdl > Error : External binding file: D:\code\Learnings\http:\localhost:8181\helloEJB\HelloBean does not po > int to the specified wsdl url:http://localhost:8080/helloEJB/HelloBean?wsdl > The same works fine if the wsdlLocation attribute refers to a absolute path on the same machine. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.