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.


#TechXchangePresenter
 View Only
  • 1.  Service Using wmRoot

    Posted Thu January 18, 2018 09:06 AM

    Hi All,

    I have created a flow service using some of the wmRoot services. But when I am trying to call this service as a webService its not returning any result. On further checking we can find wmRoot services are not returning any data and also not throwing any error. But if i pass user/ID in ws connector call , its retrieving correctly.

    Can anyone please suggest on this.

    Thanks
    Baharul Islam


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Service Using wmRoot

    Posted Thu January 18, 2018 09:54 AM

    Hi Baharul,

    WmRoot services are secured with an ACL and cannot be invoked anonymously.

    You need to be authenticated to the IS to invoke such services.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: Service Using wmRoot

    Posted Mon March 05, 2018 04:53 AM

    Use of Wmroot services is not supported. They are internal only and there is no guarantee they won’t change with new versions of webMethods.
    If you use them nevertheless, I highly recommend not calling them directly but writing a wrapping flow service and calling this one. This makes migration and access management far easier.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General