Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 39595 invoked from network); 7 Dec 2008 21:04:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2008 21:04:34 -0000 Received: (qmail 19276 invoked by uid 500); 7 Dec 2008 21:04:40 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 19224 invoked by uid 500); 7 Dec 2008 21:04: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 19213 invoked by uid 99); 7 Dec 2008 21:04:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2008 13:04:40 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HS_INDEX_PARAM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.190.58.202] (HELO web55408.mail.re4.yahoo.com) (206.190.58.202) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 07 Dec 2008 21:03:07 +0000 Received: (qmail 29160 invoked by uid 60001); 7 Dec 2008 21:03:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=kX71+pinnH2Ht90DXHdtUsdjeeMtHIN53phGs01DZhbXZypF+k3Fjo8lIGEs73y/EVyJMzgDepP4P1+8dxxfoFf86XE1h+kuIVwZycBRHKrKeQTpu3v5ZJ8CwzTrNd2z3+KY4ZLtc8E4BpqU17ESqIFGD7RYQ1V6AIGP9fCKMvY=; X-YMail-OSG: Jg.qnlEVM1n.vKNI48nzzE.33UuNZx9oRyaG_qLFLKqiTq3k_NVpSsVWqER1DNu808RZdUG9pMe.kvVGIHLOxddRj40oZ8jtTmbEgrsUHLd1Tqg2N0jeFfqkVi5ksroB8FRPh59oWKzyxksAgmRS_MmWuDcO_LkcLfsKxPYaq4zycy2oix7RdPV15NgWRJCOAh05R0e.elfOhHlWMw96.VO9uHx93n8- Received: from [74.184.227.87] by web55408.mail.re4.yahoo.com via HTTP; Sun, 07 Dec 2008 13:03:54 PST X-Mailer: YahooMailRC/1155.32 YahooMailWebService/0.7.260.1 Date: Sun, 7 Dec 2008 13:03:54 -0800 (PST) From: Derek Adams Reply-To: Derek Adams Subject: Namespace problem in wsdl2java generated classes To: users@cxf.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1811204208-1228683834=:28993" Message-ID: <712983.28993.qm@web55408.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-1811204208-1228683834=:28993 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I am having a problem with the WSDL generated from JAX-WS classes that were= originally created from the CXF wsdl2java tool. Basically, I have am writi= ng=A0tool that allows you to import WSDL to generate JAX-WS interaces, then= allows you to fill in the implementations and deploy to a server. I am usi= ng CXF embedded in Mule, but Mule just defers to the CXF QueryHandler to ge= nerate the WSDL when requested over the endpoint. Here is the WSDL I am usi= ng for testing:=0A=0A= wsdl:definitions>=0A=0A=0A --0-1811204208-1228683834=:28993--