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

Externalizing assets

  • 1.  Externalizing assets

    Posted Wed August 18, 2010 03:41 PM

    Hello all,

    It is possible that I have missed this or have a gap in my understanding - that stated, here is my trouble:

    I would like to be able to access assets stored in the repository from a standard URL - for example, my root node would be like “http://my.company.com”, and schemaLocation might be something like “http://my.company.com/xsd/somefile.xsd”.

    How can assets be externalized/exposed in this manner?

    Thanks to all for an expeditious reply.


    #CentraSite
    #webMethods
    #API-Management


  • 2.  RE: Externalizing assets

    Posted Sat August 28, 2010 07:50 PM

    Hi Mace,
    If you need access any asset you will have understand the following concepts:

    • Register: All meta-data about your assets in your solution will be localized in this tier. You can get information about these meta-data using JAXR or UDDI clients. See at documentation more details how to develop these components.

    Accessing CentraSite Register Tier trough UDDI

    Accessing CentraSite Register Tier trough JAXR

    • Repository: All real archives of your assets (e.g., WSDL for Web Services, XSD for Schemas and others) you can access then trough WebDAV clients. See at documentation more details how to integrate CentraSite with WebDAV clients.

    Accessing CentraSite Repository Tier trough WebDAV

    Regards,
    Moacy Barbosa


    #API-Management
    #webMethods
    #CentraSite