You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2007/07/18 04:31:04 UTC

[jira] Resolved: (TUSCANY-190) The SCA C&I spec should define an equivalent to the @OneWay annotation for WSDL operations

     [ https://issues.apache.org/jira/browse/TUSCANY-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino resolved TUSCANY-190.
--------------------------------------------

    Resolution: Invalid

This is an invalid issue. The WSDL spec clearly defines a one-way MEP.

The grammar for a one-way operation is:

<wsdl:definitions .... > <wsdl:portType .... > *
        <wsdl:operation name="nmtoken">
           <wsdl:input name="nmtoken"? message="qname"/>
        </wsdl:operation>
    </wsdl:portType >
</wsdl:definitions>


> The SCA C&I spec should define an equivalent to the @OneWay annotation for WSDL operations
> ------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-190
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-190
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Specification
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Mike Edwards
>             Fix For: Java-SCA-Next
>
>
> There does not seem to be a way to mark a WSDL operation as OneWay. The Java C&I spec defines a @OneWay annotation, but there is no equivalent for a WSDL operation.

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org