Prerequisite - Application exposing IMS APIs

At the path rootpath, such as /ims, your application must expose these methods:

  1. GET ping
  2. GET protocol
  3. POST /v3/multipartMessage
  4. Optional: POST /v3/discovery

In the IMSExamples zip file, you can use these examples to speed up adoption:

  • Java/IMSSampleServer_Java
    Note: To run this example, you require Apache Maven and a JDK installation.
  • .Net/IMSSampleServer_DotNet