Difference between revisions of "Mm7-submit-call"
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
||
Line 27: | Line 27: | ||
! Attribute !! Type !! Description | ! Attribute !! Type !! Description | ||
|- | |- | ||
− | | type || fixed || call | + | | type || fixed || '''call''' |
|- | |- | ||
− | | class || fixed || it.greenvulcano.gvesb.virtual.mm7.ericsson.SubmitMM7CallOperation | + | | class || fixed || '''it.greenvulcano.gvesb.virtual.mm7.ericsson.SubmitMM7CallOperation''' |
|- | |- | ||
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. | | name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations. |
Latest revision as of 21:34, 9 February 2012
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:
Attribute | Type | Description |
---|---|---|
type | fixed | call |
class | fixed | it.greenvulcano.gvesb.virtual.mm7.ericsson.SubmitMM7CallOperation |
name | required | Operation name. Used in the Flow section to associate workflow nodes to VCL operations. |
applicationName | required | The VAS application name. |
applicationProviderName | required | The VAS application provider name. |
mmcURL | required | The MMS-C URL. |
userName | required | The VAS user. |
password | required | The VAS user's password. |
and admits the subelements:
- Description
- ServiceAlias