Hi Sangeetha, I'm not too familiar with JBoss messaging, but from your email they seem to have a non-standard JMS Message type, 'SpyMessage' which the Tuscany JMS Binding does not currently support binding to.
Perhaps you could try to address this from the JBoss side, adjusting your configuration so that JBoss delivers a TextMessage instead? ---- Assuming you've figured that out, let me just mention FYI that the default wireformat as well as the text/xml wireformat will use a databinding (default is JAXB) to map your XML string to a Java parameter... or you can use the "text" wireformat to map it simply to a String. Hope that helps, Scott
