I am using the HTTPCaller to GET information about a record in a CMMS. I then update values using data from GIS and use another HTTPCaller to SYNC the data back to the CMMS. The GET connection successfully closes. The SYNC connection successfully updates the data in the CMMS but the connection to do so is persisting for hours. I am not sure if this is an issue with the way I configured the HTTPCaller or with the CMMS API.
I see in the documentation for the HTTPCaller transformer that there is a way to save cookies and use that to terminate a session. I am not sure how to do that. Any help would be much appreciated.
Is there a way to see examples of the below workflow described in the documentation?
- An HTTPCaller transformer is used to log in to the web service and a session cookie is saved.
- A second HTTPCaller transformer is used to access the web service, utilizing the saved session cookie.
- A third HTTPCaller is used to log out of the web service, which invalidates the saved cookie.
How do I "log out" of a web service?