Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 81652 invoked from network); 1 Feb 2010 10:54:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 10:54:13 -0000 Received: (qmail 8864 invoked by uid 500); 1 Feb 2010 10:53:41 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 8820 invoked by uid 500); 1 Feb 2010 10:53:40 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 8810 invoked by uid 99); 1 Feb 2010 10:53:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 10:53:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.112.254.51] (HELO smtp2.bedag.ch) (192.112.254.51) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 01 Feb 2010 10:53:31 +0000 Received: from localhost (localhost [127.0.0.1]) by smtp1.bedag.ch (Postfix) with ESMTP id 6D26B936CB for ; Mon, 1 Feb 2010 11:53:10 +0100 (CET) X-Quarantine-ID: X-Virus-Scanned: Scanned Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CAA32C.BBEC4D8B" Subject: WSDL2Java and external binding giles Date: Mon, 1 Feb 2010 11:51:22 +0100 Message-ID: <1D3D7943573BD14FB024A9654EB43CCB02A4CC3F@A99A-EMS-01VS2.ad.bedag.ch> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: WSDL2Java and external binding giles Thread-Index: AcqjLLwNwh1CX2C9R8G2torQrSKc0A== From: "Sertic Mirko, Bedag" To: X-OriginalArrivalTime: 01 Feb 2010 10:53:06.0523 (UTC) FILETIME=[BC3922B0:01CAA32C] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CAA32C.BBEC4D8B Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi@all =20 I want to use WSDL2Java with Maven to compile two WSDL files with CXF 2.2.5. Every WSDL file includes a domain specific xml schema, which includes a common schema. =20 Now, I want to setup a java package mapping based on the target namespace of the WSDL and XML schemas, simply something like this: =20 http://host/namespacea -> Package a.b.c http://host/namespaceb -> Package a.b.d http://host/common -> Package a.b.common =20 I use the following binding file: =20 =20 a.b.common =20 The Maven result is something like "unsupported binding namespace "" =20 =20 What am i doing wrong? Do I have to use absolute path names, or can I just setup a jxb:bindings element referencing a target namespace instead of a xml schema document? =20 Thanks in advance Mirko =20 ------_=_NextPart_001_01CAA32C.BBEC4D8B--