You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Brian DePradine (JIRA)" <ji...@apache.org> on 2008/01/16 14:36:34 UTC

[jira] Commented: (AXIS2-3449) JAX-WS 2.1: Support @RespectBinding and RespectBindingFeature

    [ https://issues.apache.org/jira/browse/AXIS2-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559491#action_12559491 ] 

Brian DePradine commented on AXIS2-3449:
----------------------------------------

Hmm, that's interesting. I thought that the RespectBinding feature was about ensuring that any wsdl:extensions that have wsdl:required="true" have been either understood, or explicitly disabled. I will admit, however, that the requirements are not very clear in this area.

> 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
>            Reporter: Nick Gallardo
>
> 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