webMethods

webMethods

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
  • 1.  Anyone putting non-webMethods services into CentraSite?

    Posted Fri July 25, 2014 12:47 PM

    I have done some searching of this forum and could not find if folks are utilizing CentraSite with non-webMethods services.

    Has anyone imported MQ services? Java services? Code Blocks?

    If so, are there any best practices for non-webMethods services?

    Thanks.


    #webMethods
    #API-Management
    #CentraSite


  • 2.  RE: Anyone putting non-webMethods services into CentraSite?

    Posted Fri July 25, 2014 12:57 PM

    Hi Raymond,

    you can register such artefacts in CentraSite by creating custom asset types. That way you can add attributes that you are interested in to manage and show to your users. The question would be how to load/extract metadata from your existing sources. But you can add custom importers that extract data you are interested in and publish it.

    For MQ - There seems to a capability to create MQ Service Definitions in MQ Explorer which ends up in a WSDL. That should import into CentraSite just fine with the ootb importer.

    Daniel


    #CentraSite
    #API-Management
    #webMethods


  • 3.  RE: Anyone putting non-webMethods services into CentraSite?

    Posted Fri July 25, 2014 01:02 PM

    Thanks Daniel.

    So a custom type is required to be created then? I understand what you are saying regarding being able to define the attributes you want to make available. But this option is therefore only available in the full version of CentraSite (create custom type, create custom importer).

    How would one utilize the CE version for non-webMethods services? (beyond those that could be imported as WSDLs)

    Regards,
    Raymond


    #API-Management
    #webMethods
    #CentraSite


  • 4.  RE: Anyone putting non-webMethods services into CentraSite?

    Posted Fri July 25, 2014 01:07 PM

    ok - CE was the missing piece of info.

    CE doesn’t allow you to create custom asset types. So you would have to map it to the out of the box asset types.
    Custom importers would be allowed even within CE. For existing sources not described by WSDL you could use the JAXR or CS Application Framework APIs to load them into CS. There are some JAXR tutorials on our wiki site: http://techcommunity.softwareag.com/pwiki?p_p_id=148_INSTANCE_F9lD&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-2&p_p_col_count=2&p_r_p_564233524_resetCur=true&p_r_p_564233524_tag=centrasite

    Daniel


    #webMethods
    #API-Management
    #CentraSite