IBM Support

LI83199: REST API GENERATED FROM WSDL IS INCORRECT.

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • Here is the definition before the fix (note the missing $):
    
    UserID_type_hw:   allOf:
        - $ref: '#/definitions/String_type_hw'
        - type: object
          properties:
            '@ID':
              type: string
    
    
    Here is the definition with the fix (note the $ field is now
    available):
    
    UserID_type_hw:    allOf:
         - type: object
    
           properties:
             $:
               $ref: '#/definitions/String_type_hw'
         - type: object
           properties:
             '@ID':
               type: string
    

Local fix

  • hand-edit the api and make this change.
    

Problem summary

  • In rare cases, the input XSD may have a complexType with
    simpleContent that has attributes.
    Sometimes in these cases, the generated API will have an
    incorrect definition of the type.  Specifically the definition
    will not have the special '$' field, which holds the simple
    content.
    

Problem conclusion

  • This fix is available in 10.0.8 and 10.0.5.8.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI83199

  • Reported component name

    API CONNECT ENT

  • Reported component ID

    5725Z2201

  • Reported release

    A0X

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2024-06-20

  • Closed date

    2024-07-02

  • Last modified date

    2024-07-02

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    API CONNECT ENT

  • Fixed component ID

    5725Z2201

Applicable component levels

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSMNED","label":"IBM API Connect"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"A0X","Line of Business":{"code":"LOB67","label":"IT Automation \u0026 App Modernization"}}]

Document Information

Modified date:
02 July 2024