1 pjaol 1.1 #$Id: $
2
3 set doc [soap.getDoc /data/servers/nsshutdown/modules/tcl/test.xsd]
4 ns_puts [ns_quotehtml [$doc asXML]]
5
6 soap.createEnvelope
7
8 set out [soap.schema $doc note [list me@here.com you@there.com {hello there} {how's the weather}]]
9
10 ns_puts [ns_quotehtml [$out asXML]]
11
12
13 $doc delete
14 $out delete
|