-
Key: C2WSDL12-21
-
Legacy Issue Number: 6994
-
Status: closed
-
Source: Anonymous
-
Summary:
Section 1.2.8.2
In the example:
<message name="CORBA.SystemExceptionMessage" >
<part name="_return" type="CORBA.SystemException"/>
</message>
CORBA Specification says that CORBA Exception cannot be passed as paramters or return value. But the example seems to ¡°return¡± a SystemException.
Proposed solution: Maybe the example should be defined as the following according to the exception mapping rules:
<message name="CORBA.SystemExceptionMessage" >
<part name="exception" type="CORBA.SystemException"/>
</message> -
Reported: C2WSDL 1.0 — Thu, 19 Feb 2004 05:00 GMT
-
Disposition: Resolved — C2WSDL 1.1
-
Disposition Summary:
Close with no change. While confusing, the use of "_return" for the name is not invalid
-
Updated: Sat, 7 Mar 2015 03:58 GMT