OIC Custom Adapter development
Summary
How to configure custom adapter connections and listenersContent
I have a standalone web app that I'm trying to convert to an OIC custom adapter that will connect an OIC integration to my company's application.
My standalone app has a servlet that's configured in web.xml, which maps the servlet url endpoint and also loads it on startup. How do I configure that within the OIC adapter framework?
I've built and deployed the sample REST and SOAP adapters to my OIC service instance, and I'm using SampleRESTCloudAdapter as a starting point for my custom adapter.
(See web.xml contents in code snippet)
Tagged:
1