All,

Looking for a little help or recommendations. I am trying to pull json from
a file located on a web server. The standard way to pull information off of
this server is to do a curl command. I am trying to automate the curl
process and send the output to ActiveMQ. (I would prefer not to write to a
file).

I have tried GetHTTP and InvokeHTTP but I think my issue is ssl related.
The curl is formatted as:

https://URL?apikey=xxx&risk=40&v=2&method=delta&cat=5&format=json
or
curl –d apikey=xxx –d risk=40 –d v=2 –d method=delta –d cat=5 –d
format=json URL

I have taken a look at the SSL Context Service but I am not using any keys
other than the API Key which is already in the curl.

Any help would be greatly appreciated.

Thank you,

Steve

Reply via email to