Hello, I did try what you suggested, but it does not seem to work. I have a very simple web application which basically displays an html form with a submit button. I have configured synapse to act as a proxy to the actual endpoint. All I am seeing is raw html appearing on the browser instead of the rendered html.
Thanks, Yogesh On Mon, Mar 5, 2012 at 12:44 PM, Hiranya Jayathilaka <[email protected]>wrote: > On Mon, Mar 5, 2012 at 8:51 PM, Yogesh Sagar <[email protected]> wrote: > > > Hello, > > > > Is there a "text/html" content type message builder in Synapse or Apache > > Axis2?. Is there a way to write a custom message builder which would send > > html back to browser rather than XML? > > > > We don't have an HTML builder AFAIK. But if the HTML document is a > well-formed XML then you can use the ApplicationXMLBuilder/Formatter with > it. I have some experience with that (particularly with sending HTML emails > from Synapse). > > > > > > Any ideas or pointers is very much appreciated. > > > > Thanks, > > Yogesh > > > > > > -- > Hiranya Jayathilaka > Associate Technical Lead; > WSO2 Inc.; http://wso2.org > E-mail: [email protected]; Mobile: +94 77 633 3491 > Blog: http://techfeast-hiranya.blogspot.com >
