Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

Why isn't my custom adapter being called?

...