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

Matteo Vescovi reassigned YOKO-67:
----------------------------------

    Assignee: Matteo Vescovi

> Prepend element names with portype name
> ---------------------------------------
>
>                 Key: YOKO-67
>                 URL: http://issues.apache.org/jira/browse/YOKO-67
>             Project: Yoko - CORBA Server
>          Issue Type: Improvement
>          Components: Idl2Wsdl
>    Affects Versions: 1.0-incubating-M2
>            Reporter: Matteo Vescovi
>         Assigned To: Matteo Vescovi
>            Priority: Minor
>
> Change the element names that are getting generated to add a prefix of the 
> <porttype>.<name>.
> Following this convention is advisable because two port types can have the 
> same operation name but different signatures.
> For eg: Let's say the idl has the following operation in the HelloWorld idl 
> interface:
> string
>     greetMe(
>         in string return_message
>     );
> Then the types that get generated should be:
>             <element name="HelloWorld.greetMe">
>                 <complexType>
>                     <sequence>
>                         <element name="return_message" type="string"/>
>                     </sequence>
>                 </complexType>
>             </element>
>             <element name="HelloWorld.greetMeResult">
>                 <complexType>
>                     <sequence>
>                         <element name="return" type="string"/>
>                     </sequence>
>                 </complexType>
>             </element>

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