Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 61178 invoked from network); 29 Dec 2004 02:03:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Dec 2004 02:03:15 -0000 Received: (qmail 4108 invoked by uid 500); 29 Dec 2004 02:03:03 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 4072 invoked by uid 500); 29 Dec 2004 02:03:03 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 4058 invoked by uid 99); 29 Dec 2004 02:03:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail1.qpass.com (HELO mail.qpass.com) (12.18.184.23) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 28 Dec 2004 18:02:59 -0800 Subject: issue with mavin-axis plugin... Date: Tue, 28 Dec 2004 18:03:15 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4ED4A.8EFED100" X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: issue with mavin-axis plugin... Content-class: urn:content-classes:message Thread-Index: AcTtSoFgwohJGqDZRQOCJgBMtWf5VQ== X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 From: "Tom Bostelmann" To: "Maven Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4ED4A.8EFED100 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I'm having some trouble setting the java package for the generated source files. I'm setting the maven.wsdl2java.namespaceMappings and I've tried the following settings in my project.properties file: =20 #maven.axis.namespaceMappings=3DgetCustSvcsInfo_Service=3Dnet.qpass.nexte= l.c ommon.eai #maven.axis.namespaceMappings=3DgetCustSvcsInfo_Service=3Dnet.qpass.nexte= l.c ommon.eai.getCustSvcsInfo_Service #maven.axis.namespaceMappings=3Dholders=3Dnet.qpass.nextel.common.eai.hol= der s #maven.axis.namespaceMappings=3DgetCustSvcsInfo_Service_pkg=3Dnet.qpass.n= ext el.common.eai.holders #maven.wsdl2java.namespaceMappings=3Dholders=3Dnet.qpass.nextel.common.ea= i.h olders #maven.wsdl2java.namespaceMappings=3Dholders=3Dnet.qpass.nextel.common.ea= i.h olders #maven.wsdl2java.namespaceMappings=3DgetCustSvcsInfo_Service=3Dnet.qpass.= nex tel.common.eai #maven.wsdl2java.namespaceMappings=3DgetCustSvcsInfo_Service_pkg=3Dnet.qp= ass .nextel.common.eai.holders #maven.wsdl2java.namespaceMappings=3D*=3Dnet.qpass.nextel.common.eai.hold= ers #maven.wsdl2java.namespaceMappings=3DgetCustSvcsInfo_Service=3Dnet.qpass.= nex tel.common.eai.getCustSvcsInfo_Service maven.wsdl2java.namespaceMappings=3Dhttp://schemas.xmlsoap.org/wsdl/getCu= s tSvcsInfo_Service=3Dnet.qpass.nextel.common.eai =20 But it keeps using the java package name 'getCustSvcsInfo_Service_pkg'. Any idea why this isn't working? =20 Here's what the wsdl looks like: =20 =20 =20 ------_=_NextPart_001_01C4ED4A.8EFED100--