[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WSDL2RPG - Version 1.13beta2 available



Hi folks,

I made available WSDL2RPG V1.13beta2. You can download it from my
Freeware page at http://www.tools400.de.

Improvements of WSDl2RPG v1.13:

a) Enhanced support of choice groups. Now WSDL2RPG generates
    NULL check procedures (*_isNull) to check members of a choice
    group for NULL values to avoid generating empty elements.

b) Added support of anonymous sequence elements like that:

    <xsd:complexType name="choices">
     <xsd:sequence>
      <xsd:choice minOccurs="0">
       <xsd:sequence minOccurs="0" maxOccurs="unbounded">
        <xsd:element name="firstChildOfSequence" type="xsd:string" />
        <xsd:element name="secondChildOfSequence" type="xsd:string" />
       </xsd:sequence>
     <xsd:element name="endOfMessage" type="xsd:string" />
     </xsd:sequence>
    </xsd:complexType>

c) Made WSDL2RPG to understand the <included> element.

d) Added new data types:

    byte
    unsigned byte
    non negative integer
    non positive integer
    negative integer
    positive integer

e) Minor bug fixes and enhancements.


Regards,

Thomas.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------