You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears
Hello,
Are there any docs that can get me started with accepting via POST an
XML (utf-8 encoded) message, parsing that into an object, and
returning a new XML message serialized from some object?
Thank you,
:)
Jorge Vargas
unread,
May 29, 2009, 12:18:00 AM5/29/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to turbo...@googlegroups.com
@expose()
def consumer(self,xml):
<use your favorite xml transformation library>
return str(new_xml)
Please see the other thread on the content_type bug.