...
The reference adapter which come with CONNECT are a great place to start. In general adapters can be developed on three different interfaces; java, web services, and secured web services. You can implement the adapter’s java interface and package your implementation in the CONNECT application (EAR), or go for web services. The WSDLs are in github so if you are familiar with WSDL first web services you can go that route.
Please refer to the Adapter Implementation wiki page for more information.See the following wiki pages for more information:
- Adapter Implementation
- Implementing an Adapter for CONNECT Adoption
- /wiki/spaces/CONNECTWIKI/pages/8585415
Why isn't my custom adapter being called?
...