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 2006/04/13 07:35:58 UTC

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

The SCA C&I spec should define an equivalent to the @OneWay annotation for WSDL operations
------------------------------------------------------------------------------------------

         Key: TUSCANY-190
         URL: http://issues.apache.org/jira/browse/TUSCANY-190
     Project: Tuscany
        Type: Bug

  Components: Specification  
    Reporter: Jean-Sebastien Delfino
 Assigned to: Michael John Edwards 


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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-190?page=all ]

Jean-Sebastien Delfino updated TUSCANY-190:
-------------------------------------------

    Fix Version: 0.9x
        Version: 0.9x

> The SCA C&I spec should define an equivalent to the @OneWay annotation for WSDL operations
> ------------------------------------------------------------------------------------------
>
>          Key: TUSCANY-190
>          URL: http://issues.apache.org/jira/browse/TUSCANY-190
>      Project: Tuscany
>         Type: Bug

>   Components: Specification
>     Versions: 0.9x
>     Reporter: Jean-Sebastien Delfino
>     Assignee: Michael John Edwards
>      Fix For: 0.9x

>
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ 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