cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Message Type Structures

Former Member
0 Kudos

Dear XIers,

Is it mandatory to have exact message structures for both outbound and inbound message types in Interface Mapping (only JAVA/XSLT mapping).

Thanks,

jangili

Accepted Solutions (1)

Accepted Solutions (1)

former_member335553
Active Contributor
0 Kudos

Hi

No need to consider the similar mesage types since java / xslt functions would biuild the target message

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Is it mandatory to have exact message structures for both outbound and inbound message types in Interface Mapping (only JAVA/XSLT mapping).

No.

Firslty during the mapping of message types we specify how the data is to be transformed from the source structure to the target structure.This takes care of the structure of message types.

While in interface mapping we just speicfy which mapping program is to be used by the interfaces.

<b>Cheers,

*RAJ*</b>

Shabarish_Nair
Active Contributor
0 Kudos

<i>Is it mandatory to have exact message structures for both outbound and inbound message types in Interface Mapping (only JAVA/XSLT mapping).</i>

>>

in case of JAVA or XSLT mapping, your target Message ie inbound message type can be anything. It can be a dummy MT since your mapping program ie Java or XSLT will make the resulting structure, and the target message type / interface has no direct effect on it.

Former Member
0 Kudos

Thanks Shabarish,