cancel
Showing results for 
Search instead for 
Did you mean: 

Passing GUID to a java map

Former Member
0 Kudos

Does anyone know how to pass parameters to the java mapping (other than the input and output) - in particular the web service we are mapping to needs a "guid" placed in the output. How do I get this variable or is it even a variable to the java map?

Thanks!

Andrew

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What type of Java map? A full Java map or a Java function in message mapping?

Cheers,

Mark

Former Member
0 Kudos

This is a full Java map - it is building the entire Soap structure from the RFC Message map output. I'm assuming I can grab it and put it in an element in the message map or pass it in the Java function that will call the Java classs.

Just let me know if you have any idea.

Thanks!