|
Comment: |
I've talked to Thomas a bit about this and what our tool does is to generate a separate xsd document that lists all the types and also contains
element defintions for each SDE (these are not being added to the schema in the wsdl document). The motivation for doing so was that at the time when
the tool was written (not sure if it has changed) .NET tooling only had tools for understanding XML Schema documents and required that SDE type
definition be wrapped by a element for that type to be generated. Axis, which only requires the wsdl, does not have that wrapping requirement, so it
was not necessary to add the element declaration to the wsdl types section. We should probably change the text to clarify this issue.
|