sandeep J Posted June 1, 2020 Share Posted June 1, 2020 Hi, I am using HTTP Connector for my component and I couldn't see any timeout config to configure timeout value if the response of the END system takes more than 15 secs. Can anyone help me to share the config details on how to set the timeout value for HTTP COnnector in BW6, please check the configuration details for the HTTP Connector in the attached screenshot Regards, Sandeep Link to comment Share on other sites More sharing options...
Nagaraja Krovi Posted June 1, 2020 Share Posted June 1, 2020 If you are trying to call an end system over http from your process, Did you checkout the "HTTP Client" resource. Here is the link to the shared resource in the documentation.Timeout fields are in the Advanced section. https://docs.tibco.com/pub/activematrix_businessworks/6.6.1/doc/html/GUID-57E90053-D9FF-4C44-9BA0-FF0FA5B0327E.html But keep in mind, multiple activities can be configured with the same HTTP Client connection resource, but there may be a requirement to have different timeouts for each activity. So you will need to make the changes in the activity rather than the HTTP client connection resource. --------------- If you are hosting a service and using "HTTP Connector" resource, use the "session timeout " in the advanced section. https://docs.tibco.com/pub/activematrix_businessworks/6.6.1/doc/html/GUID-E7A7A6BD-20C7-496D-9F75-868B6F82FD1E.html Link to comment Share on other sites More sharing options...
sandeep J Posted June 2, 2020 Author Share Posted June 2, 2020 Hi, I am hosting service so I am using the "HTTP Connector" resource and I have tested service changing "session timeout " value which is 1800 as default and I kept it as 1 sec but it is not timing out for the request. So I am thinking session time out is for a different purpose than connection time out. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now