WSDL2C 1.0 NO IDEA Avatar
  1. OMG Issue

WSDL2C — CORBA Object Reference Schema

  • Key: WSDL2C-19
  • Legacy Issue Number: 7832
  • Status: closed  
  • Source: Fujitsu ( Tom Rutt)
  • Summary:

    Corba IDL to WSDL interworking: ptc/03-11-02

    Section 1.2.5: Object References

    The text states that the object reference maps to a sequence of URLs.

    However the schema has a maxOccurs=1 for the element.

    Solution Proposed by Submitter:

    In Section 1.2.5 change:

    <xsd:complexType name="ObjectReference">

    <xsd:sequence>

    <xsd:element

    name="url" type="xsd:url"

    maxOccurs="1" minOccurs="1"/>

    </xsd:sequence>

    </xsd:complexType>

    to

    <xsd:complexType name="ObjectReference">

    <xsd:sequence>

    <xsd:element

    name="url" type="xsd:url"

    minOccurs="1"/>

    </xsd:sequence>

    </xsd:complexType>

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

    Close with accepting solution proposed by submitter

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