**Fixes**
- Set the default value of prohibited fields to None
([1098](https://github.com/tefra/xsdata/pull/1098))
- Set body and fault as optional in output soap classes
([1099](https://github.com/tefra/xsdata/pull/1099))
- Resolve a conflict with type location when an element and a complex type have the same
name ([1107](https://github.com/tefra/xsdata/pull/1107))
**Features**
- Allow Xml Parser subclasses to override how the root class is located
([1090](https://github.com/tefra/xsdata/pull/1090))
- Include common soap encoding schema
([1100](https://github.com/tefra/xsdata/pull/1100))
**Deprecations**
- Remove subscritable types config option
- Remove Type,Tuple,List,Dict from stop words
- Deprecate xsdata <SOURCE> shorthand, use xsdata generate <SOURCE> instead