Java integration in NetSuite Web Services SOAP API
To provide near-realtime supply of data for on-premise systems, I wrote a java integration to pull data from Netsuite API to securely patch local data store.
The integration pulled recently modified data from the server on demand to a local postgres database. This data was then consumed by several downstream operations supporting internal business processes.