Open andrew-mclachlan opened 4 years ago
The issue seems to lie in the schema. If it's a plain "string", then you get invalid XML in the Online doc, but you can send in the XML. If you have a "proper" schema, then it fails to send.
type: "object"
for the schema seems to cause a problem.
https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3/832/io.swagger.codegen.v3$swagger-codegen-cli/artifact/io.swagger.codegen.v3/swagger-codegen-cli/3.0.21-SNAPSHOT/swagger-codegen-cli-3.0.21-SNAPSHOT.jar
Generated nodejs-server from the above build.
Expected behaviour: XML is passed to the server and can be processed.
undefined
is received.