Hi cfh. thanks. I'm fairly new to web2py and python, can you provide a 
sample code for me to start with. I really appreciate your reply. 

On Tuesday, September 11, 2012 7:17:09 AM UTC+8, howesc wrote:
>
> 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.
>>
>>

-- 



Reply via email to