2 pjaol 1.1 ns_soap
3
4 Initially designed to work from basic soap returns
5 The idea being, a request is parsed, values formed
6 into an execution. The execution is eval'd and the
7 results returned in soap format.
8
9 The soap elements should be capable of being generated
10 with aolserver. Only the request handle and the response
11 handler should have and dependancies on aolserver api
12
13 This will allow the code to be extended and reused outside
14 of aolserver.
15
16 At the moment there are 2 branchs, and I want to create
17 3.
18
19 First generate a bog standard soap return
20 all elements are 1 dimensional
21 all elements are type xsd:string
22
23 pjaol 1.1 Second generate a soap return based upon an xsd
24 Support simpleType and complexType
25 All elements are in order
26 All results are assumed correct, validation performed
27 by client.
28
29 Third generate a soap return based upon WSDL
|