Prerequisite - Application exposing IMS APIs
At the api/ion/messaging path, your application must expose these methods:
- GET ping
- GET protocol
- POST /v3/multipartMessage
- Optional: POST /v3/discovery
From the IMSExamples zip file, you can use these examples to speed up adoption:
- Java/IMSSampleServer_JavaNote: To run this example, you require Apache Maven and a JDK installation.
- .Net/IMSSampleServer_DotNet