You need to set the soap="true" attribute on the endpoint.
Yes, I have that already and I have tried explicitly stating the soapVersion.
The documentation isn't clear how the jms component behaves when SOAP is involved. I've had a quick look at the source and it seems that the behaviour is sensitive to config.
If I send a message: <some-tag>message</some-tag> Should I get: <bunch-of-SOAP-stuff><some-tag>message</some-tag></bunch-of-SOAP-stuff> out of the other side? Terry
