Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 83908 invoked from network); 9 Mar 2010 11:36:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 11:36:59 -0000 Received: (qmail 50116 invoked by uid 500); 9 Mar 2010 11:36:32 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 50001 invoked by uid 500); 9 Mar 2010 11:36:32 -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 49993 invoked by uid 99); 9 Mar 2010 11:36:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 11:36:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 11:36:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NoxjN-0002H6-K5 for users@cxf.apache.org; Tue, 09 Mar 2010 03:36:09 -0800 Message-ID: <27834467.post@talk.nabble.com> Date: Tue, 9 Mar 2010 03:36:09 -0800 (PST) From: Mathias Nilsson To: users@cxf.apache.org Subject: CXF and Spring code-gen MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: wicket.programmer@gmail.com Hi, I just integrated my first cxf web service today. I'm using JAX-WS annotations and have set up the CXF service with spring. I have a lot of clients that will invoke the webservice and the service is updated quite often. When generating the client I use eclipse generate web service client and type in the webservice wsdl url. There are some major problems with this procedure and requires a lot of starting server and going thru all clients deleting the old client code and generating new. How do you do this? I have seen the maven cxf code gen plugin but this requires a wsdl. Is there any way of generating the client code from the impl class or the interface without using the wsdl? -- View this message in context: http://old.nabble.com/CXF-and-Spring-code-gen-tp27834467p27834467.html Sent from the cxf-user mailing list archive at Nabble.com.