----- Original Message ----- From: "Mark Baldry" <[EMAIL PROTECTED]>
To: "Jonathan" <[EMAIL PROTECTED]>
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="[EMAIL PROTECTED]" />
</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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to