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.  Not able to add Handler to webservice descriptor

    Posted Fri July 08, 2016 05:50 PM

    Hi,

    I am using wM9.5,i have registered a webserivce handler and trying to add it to the webservice descriptor but while doing so i am not able to find the registered handler in the list.

    Any suggestions were appreciated.

    Thank you,


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Not able to add Handler to webservice descriptor

    Posted Fri July 08, 2016 06:48 PM

    Are you not able to look up these part of the WmPublic package in your IS 9.5?

    pub.soap.handler:registerWmConsumer
    pub.soap.handler:registerWmProvider

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Not able to add Handler to webservice descriptor

    Posted Mon July 11, 2016 09:35 AM

    Hi RMG,

    Thanks for your replay.

    Here the thing is i have made a handler,steps followed as below

    1. i have takes a flow service and in Input/Out of service i have give pub.soap.handler:handlerSpec as a specification reference.

    2.And i have used pub.soap.handler:registerWmProvider for registering my provider service and give the values for the mandatory filed “descriptiveName” in the pipeline

    And i am trying to add the handler to the web service descriptor(provider),but i am not able to find my registered handler in the list

    Regards,
    Venkat.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Not able to add Handler to webservice descriptor

    Posted Wed July 20, 2016 06:55 AM

    Please check if you had any restart of Integration Server post registering Handler, as IS stores handlers in memory and you need to re-create each time you restart IS.

    You can also provide QNameslist while registeringWmProvider

    I tried creating the same scenario in 9.9 and it is working fine.


    #webMethods
    #Integration-Server-and-ESB