Mm7-submit-call

From GreenVulcano Wiki
Revision as of 15:33, 5 February 2012 by Anonymous (talk) (Created page with "==Description== This {{GVESB}} plugins submits a MM7 multipart message to a MMS-C server. =={{VULCON}} / {{GVCONSOLE}} Configuration== The input message can be: * javax.mail.i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: