$Id: roadmap,v 1.1 2005/01/16 21:11:21 pjaol Exp $ ns_soap Initially designed to work from basic soap returns The idea being, a request is parsed, values formed into an execution. The execution is eval'd and the results returned in soap format. The soap elements should be capable of being generated with aolserver. Only the request handle and the response handler should have and dependancies on aolserver api This will allow the code to be extended and reused outside of aolserver. At the moment there are 2 branchs, and I want to create 3. First generate a bog standard soap return all elements are 1 dimensional all elements are type xsd:string Second generate a soap return based upon an xsd Support simpleType and complexType All elements are in order All results are assumed correct, validation performed by client. Third generate a soap return based upon WSDL TO DONE What needs work O Complex type needs additional work on sequence O WSDL needs to begin