cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the output of graphical mapping as an input to java mapping?

Former Member
0 Kudos

Hi Experts,

I am using graphical mapping in my scenario to get an xml at the end, now after this i want to use java mapping and then do encryption on this input. I am using both the mappings in the same interface

Here the thing is, the input to the java mapping should be the output of the first graphical mapping.

How can I link the java mapping and graphical mapping so that Ill get the output of the graphical mapping as the input to the java mapping?

Some pointers to similar kind of implementations is highly appreciated.

Thanks in advance,

Thomas

Edited by: Thomas Varghese on Jan 22, 2009 11:35 AM

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

the input to the jave mapping will be exaclty the same as if you don't have

any mapping before that

the only different is that the input will be XML of the output of the message mapping

have a look at my blog to see how to combine two mappings:

/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping

that's all

Regards,

Michal Krawczyk

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Thomas,

>How can I link the java mapping and graphical mapping so that Ill get the output of the graphical mapping as the input to the java mapping?

just add first the gr mapping and second the java mapping to your interface mapping. Ready

Regards,

Udo

Former Member
0 Kudos

your interface mapping will look like

Source Interface------Target Interface

MI_Source----


MI_Target1

MI_Target1----


MI_Target2 (you need to add these interfaces)

in mapping program, first specify Message mapping and then add another mapping, your java mapping