I want to post a simple JSON message to an external system and do not want to add any external library to Maximo as it would require a restart.
In the past, I used the java HTTPClient library that comes with Maximo, but it would require half a page of boilerplate Jython code. Recently, I found a simpler solution below.
- First I use WebHook as a mock service for testing. Go to webhook.site, it will give us a unique URL to send request to: