Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>IMS Server V3New to Visual Studio Code? Get it now.
IMS Server V3

IMS Server V3

gs-spago

|
301 installs
| (1) | Free
Infor IMS server V3 snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IMS Server V3 README

This extension helps you to create an IMS ION Messaging Service server Boilerplate

To implement an IMS Server you need to expose at least 3 endpoints

  • /ping
  • /protocol
  • /v3/multipartMessage

Features

There are 6 snippets

  • !!ims : create the server boilerplate
  • !!pin : create the Route for Ping endpoint
  • !!pro : create the Route for Protocol endpoint
  • !!mmv3 : create the Route for messageMultiPart endpoint
  • !!lis : create the Listener for the app
  • !!swag : create the Swagger Documentation for the ION API Suite NEW

vscode

Requirements

Note: if you use the server boilerplate you need to install some packages

run:

npm i express multiparty fs

Extension Settings

None

Known Issues

None

Release Notes

None


Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft