Avatar

Level 3

I found the issue.

On the Recieve side, the variables are of type xml. I was assigning the individual nodes from the source to the destination, but it would seem that the JBOSS (JAVA) needs to have Value type variables. I changed the recieve variables to strings and it is working fine.

So it would seem that complex types cannot be trapped from events, or that is it not as simple to do.