cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping Problem

former_member181928
Participant
0 Kudos

HI I am calling a Java Mapping Prog from My message Mapping . I get A strange Message when i pass special characters like '?' or '*' through my message mapping to the java mapping .

The Message is <b>"For input string : ???". </b> when i pass ??? as a parameter to the java mapping. I am bit confused. Is This message a standard message that XI gives or is it getting generated from somewhere else.

regards

Nilesh .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nilesh ,

Test the java mapping program using a seperate main class in some editor ( eg. Eclipse or NWDS) ,

Try to debug the program and u will get to know the cause , as to whr the message is getting generated ,

Regards ,

Sushil

moorthy
Active Contributor
0 Kudos

Did you test the java mapping independently ?

If not test it with the same input.

Also check the validity of the xml , which will be your input to java mapping ie, does the xml data is valid ? check out these

Rdgs,

Moorthy