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.  Start adapter listener from command line

    Posted Mon September 26, 2011 08:36 PM

    Is there a way to start an adapter listener from the command line?


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Start adapter listener from command line

    Posted Mon September 26, 2011 09:38 PM

    Hi

    You can use wget or curl to invoke the built-in service from WmART package and passing the correct inputs.

    I recommend to read the Doc on using http ports for invoking services…

    Jeremy


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 3.  RE: Start adapter listener from command line

    Posted Mon September 26, 2011 09:42 PM

    Thanks Jeremy!
    Can you tell me which doc please?


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 4.  RE: Start adapter listener from command line

    Posted Mon September 26, 2011 10:14 PM

    Not sure as I’m not on my computer now …

    Usually it goes like this :

    • find the service which enables the adapter in WmART pacKage and copy it’s full name in the clipboard
    • compose URL : http://[hostname]:[port]/invoke/[service_fullname]?[input1]=[value1]&[input2]=[value2]…
      of course you might need to add he authentication (admin user) with -username=[IS Admin user] -password=[password for admin user]
    • do an http get using curl or wget pointing to above composed URL

    Jeremy


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Start adapter listener from command line

    Posted Mon September 26, 2011 10:40 PM

    How do I identify which service starts the adapter?


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods