IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Refreshing docType from schema

  • 1.  Refreshing docType from schema

    Posted Mon January 24, 2022 06:50 PM

    I have created a schema in XMLSpy and successfully created a doctype. This generated the docTypes of the complex types. Now I made another change to the schema by adding a new complex type, but I don’t see a way to do this cleanly in designer. After reviewing several prior topics it looks like I have to delete and recreate all the docTypes based on the new schema? Wouldn’t this negatively impact the flow service for the mappings? Is there an update or refresh similar to the WSD?


    #Integration-Server-and-ESB
    #Service-Designer
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Refreshing docType from schema

    Posted Tue January 25, 2022 03:49 AM

    Hi @christopher.fryett,

    Unfortunately NO, we do not have a refresh for the document types created using the schema. As long as you are recreating the doctypes there won’t be a problem in the mappings. Although, the additional complex type that you added will have to be explicitly used/mapped as per your needs.

    Thanks,
    Sree


    #webMethods
    #Integration-Server-and-ESB
    #Service-Designer
    #Flow-and-Java-services


  • 3.  RE: Refreshing docType from schema