Start adapter listener from command line

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

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

Thanks Jeremy!
Can you tell me which doc please?

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

How do I identify which service starts the adapter?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.