We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XSD configs with the following nested elements with optional values are not working properly
<xs:complexType name="FCUBS_HEADERType"> <xs:sequence> <xs:element name="SNAPSHOTID" type="xs:string" minOccurs="0"/> <xs:element name="PASSWORD" type="xs:string"/> <xs:element name="ADDL" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="PARAM" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="NAME" type="xs:string"/> <xs:element name="VALUE" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
Generate a REST API using above configuration. The API getting created in invalid.
IntegrationStudio
8.2.0
No response
The text was updated successfully, but these errors were encountered:
Fix optional value handling in nested complex types
b693e9b
Fix optional value handling in nested complex types fixes wso2/api-manager/issues/2028
a0055c7
Upgrade SOAP to REST jar to fix optional value handling in nested complex types fixes wso2/api-manager/issues/2028
Successfully merging a pull request may close this issue.
Description
XSD configs with the following nested elements with optional values are not working properly
Steps to Reproduce
Generate a REST API using above configuration. The API getting created in invalid.
Affected Component
IntegrationStudio
Version
8.2.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: