Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 79117 invoked from network); 14 Oct 2007 15:37:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Oct 2007 15:37:59 -0000 Received: (qmail 86422 invoked by uid 500); 14 Oct 2007 15:37:47 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 86373 invoked by uid 500); 14 Oct 2007 15:37:46 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Received: (qmail 86364 invoked by uid 99); 14 Oct 2007 15:37:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 08:37:46 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG 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; Sun, 14 Oct 2007 15:37:49 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ih5Wy-0001oH-DD for cxf-user@incubator.apache.org; Sun, 14 Oct 2007 08:37:28 -0700 Message-ID: <13200142.post@talk.nabble.com> Date: Sun, 14 Oct 2007 08:37:28 -0700 (PDT) From: johaneltes To: cxf-user@incubator.apache.org Subject: SOAPAction set only if WSDL has ServicePort MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: johan.eltes@callistaenterprise.se X-Virus-Checked: Checked by ClamAV on apache.org I used a WSDL with a binding element but no ServicePort element, as input to wsdl2java. The binding element defined a SOAP action. The generated SEI did not contain the @action annotation, unless I added a ServicePort to the WSDL. I'd like to keep the ServicePort-related properties in the cxf config files, rather than in the WSDL. Is this scenario not supported by CXF? To summarize: I can not use CXF under the following condition: - The WSDL defines a binding with SOAPAction AND the WSDL does not define a ServicePort AND Spring/CXF is used to specificy service port data (service location / service name). As it stands, I need to create a wrapper WSDL, defining a dummy ServicePort. /Johan -- View this message in context: http://www.nabble.com/SOAPAction-set-only-if-WSDL-has-ServicePort-tf4622179.html#a13200142 Sent from the cxf-user mailing list archive at Nabble.com.