Re: [Zope] SOAPMethod

2007-09-04 Thread Mark Baldry
On Monday 03 September 2007 17:32, Jonathan wrote: - Original Message - From: Tom Von Lahndorff [EMAIL PROTECTED] To: robert rottermann [EMAIL PROTECTED] Cc: zope@zope.org Sent: Monday, September 03, 2007 12:10 PM Subject: Re: [Zope] SOAPMethod Hi Mark, There's nothing wrong

Re: [Zope] SOAPMethod

2007-09-04 Thread Jonathan
- Original Message - From: Mark Baldry [EMAIL PROTECTED] To: zope@zope.org Sent: Tuesday, September 04, 2007 4:48 AM Subject: Re: [Zope] SOAPMethod Hi Tom to be honest i would much rather use DTML as i understand this but it doesn't seem to work it only returns the result

Re: [Zope] SOAPMethod

2007-09-04 Thread Jonathan
- Original Message - From: Mark Baldry [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 8:00 AM Subject: Re: [Zope] SOAPMethod hi that was the first thing i tried and it makes no difference i still get a blank page with the response only viewable

Re: [Zope] SOAPMethod

2007-09-04 Thread Tom Von Lahndorff
[EMAIL PROTECTED] Cc: zope@zope.org Sent: Monday, September 03, 2007 12:10 PM Subject: Re: [Zope] SOAPMethod Hi Mark, There's nothing wrong with using DTML instead of TAL. each have their drawbacks and benefits and it really comes down to user choice and job requirements. People on this list

Re: [Zope] SOAPMethod

2007-09-04 Thread Jonathan
- 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 headtitleTesting/title/head body ?xml

Re: [Zope] SOAPMethod

2007-09-03 Thread Andreas Jung
--On 3. September 2007 16:10:56 +0200 robert rottermann [EMAIL PROTECTED] wrote: div tal:content=python:requestStudentData('5506239') / Likely you need tal:content=python: context.requestStudentData(...) -aj pgpHQRyTR7Rkg.pgp Description: PGP signature

Re: [Zope] SOAPMethod

2007-09-03 Thread robert rottermann
Andreas Jung schrieb: --On 3. September 2007 16:10:56 +0200 robert rottermann [EMAIL PROTECTED] wrote: div tal:content=python:requestStudentData('5506239') / Likely you need tal:content=python: context.requestStudentData(...) -aj andreas is perfectly right .. rr begin:vcard

Re: [Zope] SOAPMethod

2007-09-03 Thread Tom Von Lahndorff
Hi Mark, There's nothing wrong with using DTML instead of TAL. each have their drawbacks and benefits and it really comes down to user choice and job requirements. People on this list though will always recommend TAL because they are mostly developers who use WYSIWYG html editors. If

Re: [Zope] SOAPMethod

2007-09-03 Thread Jonathan
- Original Message - From: Tom Von Lahndorff [EMAIL PROTECTED] To: robert rottermann [EMAIL PROTECTED] Cc: zope@zope.org Sent: Monday, September 03, 2007 12:10 PM Subject: Re: [Zope] SOAPMethod Hi Mark, There's nothing wrong with using DTML instead of TAL. each have

Re: [Zope] SOAPMethod

2007-09-03 Thread Dieter Maurer
Mark Baldry wrote at 2007-9-3 14:55 +0100: I have installed the SOAPMethod and have got it working but i cannot get the result to display. I can only view the result when i look at the source of the page. Usually, this indicates that markup is returned. To verify this assumption, can you