soa-model
soa-model copied to clipboard
Refactor declNSifNeeded in AbstractSchemaCreator
The method is used e.g. in RequestCreator and declare the namespaces directly in the using element. So the same namespace could be declared many times if the element is repeated often in. It would be nice if the namespace is mapped to a prefix and each element just use the prefix.