Closed jjansenvr closed 1 month ago
The problem is that the Json2XmlValidators that are used to convert the response messages are configured as a Pipe (Json2XmlValidatorPipe
), and not as an OutputValidator (Json2XmlOutputValidator
).
If configured as Json2XmlOutputValidator
the two Pipes can be combined into a single OutputValidator.
Also the first Pipe of this configuration, also a Json2XmlValidators, is preferably configured as a Json2XmlInputValidator
Thanks, I sugested this aproach to Richard (before your comment) The only question is do we need to make this work or is documentation adding about this subject sufficient?
nice to have
Describe the issue OpenAPi specification does not pickup the response xsd to create the output schema in the content {}
This adapter has two output validators, 1 for the normal and 1 for the error response, this might be the cause of this problem?
Reporter Jeroen Jansen van Rosendaal
To Reproduce Steps to reproduce the behavior:
Screenshots openapi result snippit
Configuration
Input
Environment
Additional Environment
Additional Context the xsd used in this adapter
Archiving_Document_4_FindDocuments_1_GET.zip