Mm7-submit-call
Description
This GreenVulcano® ESB plugins submits a MM7 multipart message to a MMS-C server.
VulCon / GV Console Configuration
The input message can be:
- javax.mail.internet.MimeMessage
- byte[] (RFC-2045 serialized mime message)
- String (RFC-2045 serialized mime message)
The input properties can be:
- MM7_APPLICATION_NAME : VAS ID
- MM7_APPLICATION_PROVIDER_NAME : VASP ID
- MM7_USER_NAME : VAS user name
- MM7_PASSWORD : VAS user password (base64 encoded)
Returns the following properties:
- MM7_MESSAGE_ID
- MM7_STATUS_CODE
- MM7_STATUS_TEXT
Input properties can contains placeholders.
The mm7-submit-call element has the attributes:
- type: call
- class: it.greenvulcano.gvesb.virtual.mm7.ericsson.SubmitMM7CallOperation
- name: Operation name. Used in the Flow section to associate workflow nodes to VCL operations.
- applicationName: The VAS application name.
- applicationProviderName: The VAS application provider name.
- mmcURL: The MMS-C URL.
- userName: The VAS user.
- password: The VAS user's password.
and admits the subelements:
- Description
- ServiceAlias