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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to add fields in the XML Schema Document ?

    Posted 03/21/12 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 03/21/12 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 03/21/12 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