WSDL2C 1.0 NO IDEA Avatar
  1. OMG Issue

WSDL2C — The section "Typedef" needs an example with a no basic type

  • Key: WSDL2C-15
  • Legacy Issue Number: 6634
  • Status: closed  
  • Source: cpan ( Francois Perrad)
  • Summary:

    The section "Typedef" needs an example with a no basic type, like following :

    // IDL struct S

    { long dummy; }

    ; typedef S S_t;

    // XSD <xsd:complexType name="S"> <xsd:sequence> <xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> </xsd:sequence> </xsd:complexType>

    <xsd:complexType name="S_t"> <xsd:complexContent> <xsd:restriction base="tns:S"> <xsd:sequence> <xsd:element name="dummy" type="xsd:int" maxOccurs="1" minOccurs="1" /> </xsd:sequence> </xsd:restriction> </xsd:complexContent> </xsd:complexType>

  • Reported: WSDL2C 1.0b1 — Thu, 20 Nov 2003 05:00 GMT
  • Disposition: Resolved — WSDL2C 1.0
  • Disposition Summary:

    Add the proposed example to the revision text

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