Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5468A10A49 for ; Fri, 7 Mar 2014 05:25:26 +0000 (UTC) Received: (qmail 66430 invoked by uid 500); 7 Mar 2014 05:25:25 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 65958 invoked by uid 500); 7 Mar 2014 05:25:09 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 65934 invoked by uid 99); 7 Mar 2014 05:25:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 05:25:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of garydgregory@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pb0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 05:24:57 +0000 Received: by mail-pb0-f45.google.com with SMTP id uo5so3656650pbc.18 for ; Thu, 06 Mar 2014 21:24:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7asY7QR9/ot6zuXRCmarWaT/BHtl81A1uac26lu0Y/o=; b=Aso505q8JC2m/8ImmlFa3Z+o4pp6T/5IjNzVFcuwcUyb1SqfOYue8YBEQ/cdW2OuIY j0yGjbQdZTaTugcG1q4z58wMkfG+WF1VP6XICUJW5ZdF1sZ5h2C3efmxIWrjplL+VHRp 2dl3hqeTlVouurekj8Ty/ePdLx1MiabmEiUXt0WF1GNXb0iIMTNm6g6dJdm/MEY7MG/b gdHf26fII5XFoMRIB7pMbB1EwLsBYvcvQ6bK6r+90aVTgngq3viKq78hGAHQXPZCaaqG T70epwbqsAmZMd8WIeNpxKrI1tfcMpJFak6PPFUZpa+K16aTQ1goqFOx1w4AeJ4QtwvG rwPQ== MIME-Version: 1.0 X-Received: by 10.68.215.40 with SMTP id of8mr19190891pbc.15.1394169875717; Thu, 06 Mar 2014 21:24:35 -0800 (PST) Received: by 10.70.30.33 with HTTP; Thu, 6 Mar 2014 21:24:35 -0800 (PST) Date: Fri, 7 Mar 2014 00:24:35 -0500 Message-ID: Subject: RESTful, WSDL 2.0 & WADL From: Gary Gregory To: "dev@cxf.apache.org" Content-Type: multipart/alternative; boundary=001a1134a0d232e56c04f3fd7802 X-Virus-Checked: Checked by ClamAV on apache.org --001a1134a0d232e56c04f3fd7802 Content-Type: text/plain; charset=UTF-8 Hi All, I'd like to use a CXF dynamic client to call a RESTful service. I also want to formally describe the RESTful service with a standard-based file. My first choice was WSDL 2.0 since it is a standard. Creating a client with JaxWsDynamicClientFactory fails with a WSDL 2.0 file. Is WSDL 2.0 on the roadmap? Next up is WADL, an almost standard. I do not see any WADL samples in 2.7.10 or 3.0.0-m2. Creating a WADL client with JaxWsDynamicClientFactory fails. Can you please provide some guidance WRT WSDL 2.0, WADL, and dynamic clients? Thank you, Gary -- E-Mail: garydgregory@gmail.com | ggregory@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory --001a1134a0d232e56c04f3fd7802--