C2WSDL 1.2 NO IDEA Avatar
  1. OMG Issue

C2WSDL12 — Section: 1.2.7.5 and 1.2.7.6 (CorbaToWsdl)

  • Key: C2WSDL12-6
  • Legacy Issue Number: 9600
  • Status: closed  
  • Source: Anonymous
  • Summary:

    In Corba to WSDL/SOAP Interworking Spec:
    In section 1.2.7.5 and 1.2.7.6, the examples of soap encoded array
    types have the SE prefix after the module identifier. The "_SE"
    prefix is supposed to be at the beginning of the mapped type name.

    Proposed Resolution: fix the examples to change "Example.SE" to "_SE_Example."
    Revised Text:
    In 1.2.7.5 three occurances:
    <xsd:complexType name="Example._SE_longSeq">

    <xsd:complexType name="Example._SE_strSeq">

    <xsd.complexType name="Example._SE_structSeq">

    In 1.2.7.6 one occurance:

    <xsd:complexType name="Example._SE_arrayLong" >

    Change:
    "
    "Example.SE"
    To
    "_SE_Example."

  • Reported: C2WSDL 1.1 — Thu, 27 Apr 2006 04:00 GMT
  • Disposition: Resolved — C2WSDL 1.2
  • Disposition Summary:

    Change the mapping definition text to agree with the examples.

  • Updated: Fri, 6 Mar 2015 20:58 GMT