[ http://issues.apache.org/jira/browse/YOKO-115?page=all ]

Matteo Vescovi updated YOKO-115:
--------------------------------

    Attachment: YOKO-115.diff
                Oneway.idl
                expected_Oneway.wsdl

Attached is a patch that fixes the problem with IDL operations not being mapped 
to request-response wsdl operations that have an input message, output message 
and wrapped doc-style schema elements describing the parameters, even if the 
IDL operations have either no in parameters or no out parameters.

Previously, the wsdl:message was generated but the xml schema element was not 
created. This patch fixes this problem.

Please apply the patch by executing `patch -p0 < YOKO-115' in the trunk 
directory and add files `Oneway.idl' and `expected_Oneway.wsdl' to 
tools/src/test/resources/idl/ directory.



> Generate input/output wsdl:message and xml schema element for IDL operations 
> with no in/out parameters.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: YOKO-115
>                 URL: http://issues.apache.org/jira/browse/YOKO-115
>             Project: Yoko - CORBA Server
>          Issue Type: Sub-task
>          Components: Idl2Wsdl
>    Affects Versions: 1.0-incubating-M2
>            Reporter: Matteo Vescovi
>         Attachments: expected_Oneway.wsdl, Oneway.idl, YOKO-115.diff
>
>
> IDL operations should map to request-response wsdl operations that have an 
> input message, output message and wrapped doc-style schema elements 
> describing the parameters, even if the IDL operations have either no in 
> parameters or no out parameters.
> Currently, the wsdl:message is generated but the xml schema element is not 
> created.

-- 
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

        

Reply via email to