WSDL2C 1.0 NO IDEA Avatar
  1. OMG Issue

WSDL2C — Section 1.2.8.2

  • Key: WSDL2C-17
  • Legacy Issue Number: 7743
  • Status: closed  
  • Source: Anonymous
  • Summary:

    Section 1.2.8.2
    In the example(Page 1-22, top), "readonly" attribute is mapped as follows:
    <operation name="_get_longAttr" >
    <output message="tns:MyAttrs._get_longAttrResponse"/>
    <fault message=¡±tns:CORBA.SystemException¡±/>
    </operation>

    But in most of the SOAP specification implementations(Axis, .NET 1.1 etc.), the format like this means the

    operation is a 'notify' operation.

    Proposed solution: Maybe we should map as follows:

    <message name=¡±longAttrRequest¡±>
    </message>

    <operation name=¡±_get_longAttr¡±>
    <input message=¡±tns:longAttrRequest¡± />
    <output message=¡±tns:MyAttrs._get_longAttrResponse¡±/>
    <fault message=¡°tns:CORBA.SystemException¡±>
    </operation>

  • Reported: WSDL2C 1.0b1 — Mon, 13 Sep 2004 04:00 GMT
  • Disposition: Resolved — WSDL2C 1.0
  • Disposition Summary:

    Close as Duplicate of Issue 6996

  • Updated: Sat, 7 Mar 2015 04:08 GMT