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

How to add fields in the XML Schema Document ?

  • 1.  How to add fields in the XML Schema Document ?

    Posted Wed March 21, 2012 09:16 AM

    Hi,

    We got a XML file from the Siebel with new fields added .when we loaded the file it did not added the updated fields in the schema document.
    Then we manually added the fields in the IS document and created the XSD using the service WmPublic/pub.schema:createXSD
    With the output of the service we have created the XSD document .Is this the valid approach to follow ?
    Please suggest…

    Thanks,
    Amol.


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


  • 2.  RE: How to add fields in the XML Schema Document ?

    Posted Wed March 21, 2012 03:46 PM

    XSD’s created by pub.schema:createXSD service will not be same as how you received it. Delete the document type and schema from Developer that was created initially and re-create the document type using the new xsd. You should see the newer attribute in the generated document.

    -Senthil


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


  • 3.  RE: How to add fields in the XML Schema Document ?

    Posted Wed March 21, 2012 03:58 PM

    You can add required fields in document type which is generated by schema…


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