Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 81296 invoked from network); 28 Feb 2008 19:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 19:00:57 -0000 Received: (qmail 56543 invoked by uid 500); 28 Feb 2008 19:00:47 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 56502 invoked by uid 500); 28 Feb 2008 19:00:47 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 56435 invoked by uid 99); 28 Feb 2008 19:00:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 11:00:46 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 19:00:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 29CE7234C010 for ; Thu, 28 Feb 2008 10:59:51 -0800 (PST) Message-ID: <1834581771.1204225191170.JavaMail.jira@brutus> Date: Thu, 28 Feb 2008 10:59:51 -0800 (PST) From: "Nick Gallardo (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-3449) JAX-WS 2.1: Support @RespectBinding and RespectBindingFeature In-Reply-To: <5898694.1200413554485.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Gallardo updated AXIS2-3449: --------------------------------- Fix Version/s: 1.4 > JAX-WS 2.1: Support @RespectBinding and RespectBindingFeature > ------------------------------------------------------------- > > Key: AXIS2-3449 > URL: https://issues.apache.org/jira/browse/AXIS2-3449 > Project: Axis 2.0 (Axis2) > Issue Type: New Feature > Components: jaxws > Affects Versions: 1.4 > Reporter: Nick Gallardo > Fix For: 1.4 > > > RespectBinding is a feature added in JAX-WS 2.1 that allows an endpoint to ignore the binding defined in a wsdl:binding element. In other words, an endpoint could support both SOAP 1.1 and SOAP 1.2 even though the WSDL may indicate only SOAP 1.1 support for the endpoint. Here's a quick summary of the work to be done: > 1. Update the metadata APIs to expose the RespectBinding data available > 2. Update the annotation processing code in the DescriptionBuilder to process the @RespectBinding annotation. > 3. Update the WebServiceFeature processing code to account for the RespectBindingFeature. > 4. Change the EndpointController to have a toggle point that checks against a RespectBinding property. > 5. Update Provider processing code (ProviderDispatcer) to handle the scenario where the return type is invalid according to the input. This is described in the check that exists in the EndpointController. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org