(file) Return to roadmap CVS log (file) (dir) Up to [Development] / aolserver / ns_soap

 1 pjaol 1.1 $Id: $
 2           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 pjaol 1.1 
23           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
30           	TO DONE
31           
32           What needs work
33           	O Complex type needs additional work on sequence
34           	O WSDL needs to begin

cvsadmin
Powered by
ViewCVS 0.9.2