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
The generated xml for this is as follows,
<payloadFactory media-type="xml" template-type="default"> <format><xml/></format> </payloadFactory>
<payloadFactory media-type="xml" template-type="default"> <format> <xml>${payload}</xml> </format> </payloadFactory>
The form view for the above configuration is as follows,
It is missing the xml content and only showing the expressions.
Issue 1
<xml>${payload}</xml>
Issue 2
4.4.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The generated xml for this is as follows,
The form view for the above configuration is as follows,
It is missing the xml content and only showing the expressions.
Steps to Reproduce
Issue 1
<xml>${payload}</xml>
.Issue 2
Version
4.4.0
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: