add adapter

Deprecated in V7.0.0. Use adapter add instead. Creates a new adapter, which is generated into the adapters folder of your project.

Syntax

mfp add adapter [<name> --type|-t <adaptertype> [--jsonstore|-j] [--ussd|-u] [--package|-p]]

Parameters

<name>
The name that you want for the generated adapter.
<adaptertype>
The type of adapter. Valid values: http, castiron, sap, jco, and java.
[--jsonstore|-j]
Your choice of JSONStore procedures. JSONStore procedures are not valid for JCo and Java™ adapters.
[--ussd|-u]
The option for the Unstructured Supplementary Service Data (USSD) communication technology.
[--package|-p]
The name of the package that contains the Java adapter classes. Package option is valid only for Java adapters.