TODO list for SOAP::WSDL

2.00 Pre-releases
--------
* SOAP Header support (#1764845)

* Implement a interface similar to SOAP::Schema (#1783639)

* (#1785195) Support deserializer plugins
   * Support XML::Compiled as one serializer/deserializer

* Check & probably fix simpleType support. 
The WS at http://www.webservicex.net/genericbarcode.asmx?wsdl should 
make up a good example for simpleType definitions.

* Remove benchmarks from test. Create benchmark/ directory to store benchmarks.

* write inheritance Test for all XSD::Typelib::Builtin::* classes

* support embedded atomic types (#1761532) 
Implement by including a second (and third and fourth) 

package type_prefix::complex_type::element_name;

element package.
Maybe even allow unlimited depth? What does the specs say?

2.1 release
--------


Past 2.1 release
--------
* XML schema support ("minimal conformant") (#1764845)
* Support SOAP attachments