According to the TRKD API documentation the URL for street events service is:
http://api.trkd.thomsonreuters.com/api/StreetEvents/StreetEvents.svc
Before calling this service we need to get an authentication token via
https://api.trkd.thomsonreuters.com/api/TokenManagement/TokenManagement.svc/Anonymous
It seems a bit strange to call the token-service via httpS and then call the data service via http.
Street Events webservice is also available via httpS ... is it officially supported to call it at the httpS endpoint and on port 443? (works just fine)