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

Body tab removes the first character when payload is Xml #649

Closed
HEskandari opened this issue Nov 29, 2016 · 0 comments
Closed

Body tab removes the first character when payload is Xml #649

HEskandari opened this issue Nov 29, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@HEskandari
Copy link
Contributor

Steps to reproduce:

  • Have an endpoint that uses XML serialization.
  • Generate messages that goes through SC
  • Connect the SI and switch to the the body view for a message
  • First letter of the content is removed in SI, e.g. "<xml " becomes "xml"

ServiceControl sends the data correctly to ServiceInsight. This is due to how the UTF preamble is removed. It seems removing it as "string" would not work properly and the invisible strings should be removed from the byte array instead.

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

No branches or pull requests

2 participants