Do you want a direct conversion from SOAP -> JMS Messgae? Although this is
possible, you can also, first convert it into a Java object and then pack
it into the JMS message.
Be aware that javax.mail components are not realizable, and maybe you
should use your own containers to pack JMS message.
WebLogic's internal MIME parser is very sensitive about headers. If you
can , I suggest that you replace them with Sun's implementation.