Difference between revisions of "Mm7-submit-call"
(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...") |
(→{{VULCON}} / {{GVCONSOLE}} Configuration) |
||
Line 24: | Line 24: | ||
The mm7-submit-call element has the attributes: | The mm7-submit-call element has the attributes: | ||
− | + | {|class="gvtable" | |
− | + | ! 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: | and admits the subelements: | ||
* Description | * Description | ||
* [[ServiceAlias]] | * [[ServiceAlias]] |
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