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.  Config XML schema

    Posted 07/02/10 01:02 PM

    Hi, is there any DTD or XML Schema file to gx_appConfig.xml and gx_clientConfig.xml? I don’t seem to have it in my project.
    Having this files would make it a lot easier for me to configure my application, as i don’t like this whole web Configuration Editor.

    It would be great if You could share these schemas with us.


    #Mainframe-Integration
    #ApplinX
    #webMethods


  • 2.  RE: Config XML schema

    Posted 07/04/10 03:36 PM

    Oskar,

    We don’t have a schema.

    For JSP we use a 3rd party component called castor.
    For .NET we use castor in 5.2, in 8.1.2 we use the standard .NET XML standard serialization.

    These components read and write XML to Java objects.

    The best way to understand the XML structure is to look in the JavaDoc for the root classed GXWebAppConfig and GXClientConfig.

    Hope it helps


    #ApplinX
    #Mainframe-Integration
    #webMethods