[Zope] SOAPMethod

Jonathan dev101 at magma.ca
Tue Sep 4 09:20:51 EDT 2007


----- Original Message ----- 
From: "Mark Baldry" <mark at ueastudent.com>
To: "Jonathan" <dev101 at magma.ca>
Sent: Tuesday, September 04, 2007 8:22 AM
Subject: Re: [Zope] SOAPMethod


> hi
>
> source of page
>
> --------------------------------------------------
>
>
> <html>
> <head><title>Testing</title></head>
> <body>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <uconnect_message  count="1"><person ccard_number="5506239"
> first_forename="Mark" surname="Baldry" school="UUEAS"
> friendly_email="Mark.Baldry at uea.ac.uk" />
> </uconnect_message>
> </body>
> </html>

Your requestStudentData method is returning XML encoded data, so you need to 
write a dtml method (or script) that will display the xml fields.  This may 
give you some ideas:

http://www.xml.com/pub/a/1999/12/zope/index.html


Jonathan 



More information about the Zope mailing list