Skip to content
New issue

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

Main Sequence synapse sample contains invalid elements in HL7 inbound endpoint scenarios #1279

Closed
lnash94 opened this issue Jan 27, 2025 · 0 comments · Fixed by #1330
Closed

Comments

@lnash94
Copy link
Contributor

lnash94 commented Jan 27, 2025

Description

Below is a synapse sample in the main sequence in HL7 inbound endpoints. This includes the invalid element inSequence due to that vscode not properly render.

Steps to Reproduce

[1] Sample in the Main Sequence in How to Use an HL7 Inbound Endpoint (with Auto Ack)

<?xml version="1.0" encoding="UTF-8"?>
<sequence name="msgReceiveSeq" trace="disable" xmlns="http://ws.apache.org/ns/synapse">
    <inSequence>
        <log level="full"/>
        <drop/>
    </inSequence>
</sequence>

Image

[2] VScode display

Image

Version

4.4.0

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants