cancel
Showing results for 
Search instead for 
Did you mean: 

Testing in Operation Mapping.

vijay_b4
Active Contributor
0 Kudos

Hi,

I have a scenario, in which operation mapping consists of 3 message mappings

1. java class(A-->B)

2. B--->C

3. C--->D

In sxmb_moni, i saw the message failed at the second level of mapping. So i wanted to test mapping and grabbed payload from moni and went to operation mapping and tested it by changing step 1 to 1, expecting to take the output from first mapping and wanted to test second one by feeding the first output. But here I am facing the issue, am not getting the output from first message mapping, the test got executed successfully, but the Result is empty.

Any ideas.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Vijay,

Might be the output of Java class is generating empty payload thats why its failing in Moni as well.

Can you get some successful payload and test it  in OM

vijay_b4
Active Contributor
0 Kudos

Thank you  Raghuraman.In moni the error is showing with second message mapping. I wanted to check the code of Java Map and I exported it to the desktop as zip file, but the documents in it are not in readable format. Any help.

Thanks.

former_member186851
Active Contributor
0 Kudos

Hello Vijay,

Did you try opening the File in NWDS

Steps for JavaMapping in NWDS | SCN

engswee
Active Contributor
0 Kudos

Hi Vijay

Try using a decompiler like JD-GUI to open the downloaded file.

Java Decompiler

Regards

Eng Swee

Answers (0)