Http Trigger
The Http Trigger fires when a web page returns a DateTime value.
Parameter | Value |
---|---|
Service URL | The web page URL e.g.http://localhost/myservice . |
Http Method | The http method to execute. |
Http Timeout | The time it will take for the request to timeout. |
Username (optional) | The username required to connect to the web page, if different to the Ouvvi Windows Service Credentials. |
Password (optional) | The password required to connect to the web page, if different to the Ouvvi Windows Service Credentials. |
Domain (optional) | The domain for server authentication. |
Http Change Trigger
To create a HTTP Change Trigger you need a HTTP service that should simply return the Date Time value of the last change in the format yyyy-MM-ddThh:mm:ss
.
Ouvvi will then use this value to determine whether the trigger should fire. As this is a triggering system your service should return very quickly so that it does not tie up the internal Ouvvi trigger list.
Configure the Trigger
Create the Http Trigger as normal and configure the service method.
Make sure to configure the URL and the HTTP Method to be executed, either GET
or POST
. If your service is authenticated you will need to enter your Windows Credentials as well.
Now you can add the HTTP trigger to any projects that you wish to be started by this.