All these options are avilable with servicemix. In my opinion simplest one would be use an XSLT.
- XSLT based transformation can be done using servicemix-saxon JBI component. - XQuery support is with servicemix-saxon JBI component.But, I am not sure if you can convert the propietary xml message to soap only by using XQuery. - You can write your own Java component and deploy in the lightweight container SE - Groovy Scipts to transform the XML can be used in servicemix-script JBI component. I suggest, you go through the documentation to understand usage of these components Regards, Rabi Mishra, http://rabisblog.blogspot.com/ c++; /* this makes c bigger but returns the old value */ -----Original Message----- From: Srinivas Konduru [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 10:29 AM To: [email protected] Subject: Transformation from a proprietary XML format to SOAP format I need to transform a proprietary XML format to SOAP message using ServiceMIX. Anybody can tell me what are all the options available in ServiceMix. I am considering the following options: Can anybody tell me, these options can be worked out in SM. XSLT XQuery Java Component Groovy Thanks Srinivas The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
