-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WSDL for XmlSerializer: Fix invalid ArrayOfString schema
Removed the special if-condition for "string", which does not make sense, because it does not correspond to the actual XML that is generated by the XmlSerializer. Afterwards, the fields _arrayToBuild and _buildArrayTypes are not needed anymore, so I have removed them. The test CheckStringArrayNameWsdl() can only be performed for the DataContractSerializer now, because the complexType does not have an element inside it anymore. Fixes #996
- Loading branch information
1 parent
0f29018
commit ef223ff
Showing
2 changed files
with
18 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters