cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Java Mapping in Bpm

Former Member
0 Kudos

Hello to All.

I have a simple scenario...

1) Receiver ( XML1)

2) Transformation

3) Sender (XML3)

I have 3 variables.

Variable 1 XML1

Variable 2 XML2

Variable 3 XML3

In my transformation have two source.. an XML and XML2 and my mapping program is java mapping.

The java mapping modify the XML1 according the XML2 and transform in XML3.

When I run BPM . I have problem , because the flow stop in transformation.

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

Have you tested yout mapping from the IR mapping test tool? Did that work?

Regards

Stefan

Former Member
0 Kudos

Yes I have tested. But I found the solution.. The java mapping generate a header like <xsi : Message1></>... <xsi : Message2> </>

Thanks.