you can make a "view" that formats the output however you like....so when your controller method is called it returns a dict that is then rendered by your custom view.
does that make sense? does that help you? cfh On Monday, September 10, 2012 12:31:46 AM UTC-7, devrunner wrote: > > I wanted to return an xml similar to this : > <Trade> > <TradeNo></TradeNo> > <Volume></Volume> > <Description></Description> > <etc...> > <Trade> > > using a SOAP WebService. The example i'm seeing is just for primitive > datatypes, I wanted to have a user defined object. Is this possible? Thanks. > > --

