![]() ![]() |
![]() |
File: [Development] / aolserver / ns_soap / test.tcl
(download)
/
(as text)
Revision: 1.1, Tue Apr 5 00:04:04 2005 UTC (20 years, 3 months ago) by pjaol Branch: MAIN CVS Tags: HEAD added soap.getDoc to schema and a test tcl file |
#$Id: test.tcl,v 1.1 2005/04/05 01:04:04 pjaol Exp $ set doc [soap.getDoc /data/servers/nsshutdown/modules/tcl/test.xsd] ns_puts [ns_quotehtml [$doc asXML]] soap.createEnvelope set out [soap.schema $doc note [list me@here.com you@there.com {hello there} {how's the weather}]] ns_puts [ns_quotehtml [$out asXML]] $doc delete $out delete
cvsadmin |
Powered by ViewCVS 0.9.2 |