Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A9FAA200C1C for ; Wed, 15 Feb 2017 15:46:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A7BC0160B5E; Wed, 15 Feb 2017 14:46:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EB85F160B46 for ; Wed, 15 Feb 2017 15:46:45 +0100 (CET) Received: (qmail 80600 invoked by uid 500); 15 Feb 2017 14:46:45 -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 Delivered-To: moderator for users@cxf.apache.org Received: (qmail 74742 invoked by uid 99); 15 Feb 2017 07:42:18 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Date: Wed, 15 Feb 2017 00:42:17 -0700 (MST) From: jkoorts To: users@cxf.apache.org Message-ID: <1487144537113-5777292.post@n5.nabble.com> Subject: Auto generated sample with wsdl2java MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 15 Feb 2017 14:46:46 -0000 So with the switch -all I get a sample Client and sample Server file. The format of the sample does not use JaxWsProxyFactoryBean but a more "wrapped" approach. 1. Why? 2. How can I get an auto generated sample using JaxWsProxyFactoryBean which gives me finer control. 3. Is the difference between what wsdl2java produce and using JaxWsProxyFactoryBean just the fact that you have more control (eg. adding a cookie as a header, bypass certificate checking). 4. Is there a way in the bindings to specify to auto generate java methods to create set cookie and by-pass cert checking? (Chapter 8 does not specify a way). Thanks jk -- View this message in context: http://cxf.547215.n5.nabble.com/Auto-generated-sample-with-wsdl2java-tp5777292.html Sent from the cxf-user mailing list archive at Nabble.com.