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.  wm.art.ns:queryAdapterServiceData not usable

    Posted 06/13/18 05:52 AM

    hello team,

    Please let me know how could i get wm.art.ns:queryAdapterServiceData this service in my code.
    beause while it is giving list access error.

    provide me any other service which could return service meta data,

    My req here is to create the service which can provide me table name and procedure name used in any adapter service.


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


  • 2.  RE: wm.art.ns:queryAdapterServiceData not usable

    Posted 06/13/18 10:57 AM

    Hi Atul,

    please have a look at the IntegrationServer Built-In-Services reference, chapter 1 (ART Folder).

    Here you will find a list with all services AdapterRuntime exposes for public use.

    Any services starting with “wm.*” are only meant for internal use and are not documented publicly.

    Regards,
    Holger


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


  • 3.  RE: wm.art.ns:queryAdapterServiceData not usable

    Posted 06/15/18 01:38 AM

    If you do not have the appropriate List ACL privileges you can see them in the package navigation, however you can invoke the service by creating a empty flow service, go to palette and drag and drop Invoke and past the service NS “wm.art.ns:queryAdapterServiceData”


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