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

Add better response encoding options to the TCP connectors #3642

Open
rbeckman-nextgen opened this issue May 11, 2020 · 0 comments
Open

Add better response encoding options to the TCP connectors #3642

rbeckman-nextgen opened this issue May 11, 2020 · 0 comments

Comments

@rbeckman-nextgen
Copy link
Collaborator

Right now the charset encoding setting on the TCP connectors acts on both the incoming data and outgoing data. When you set Data Type to Binary mode, that has different effects on the listener and sender. On the TCP Listener, Binary mode acts on both the incoming message and outgoing response, but on the TCP Sender it only acts on the outgoing message and not on the incoming response.

Basically the encoding rules for the incoming/outgoing data should be separated to give the user more control. Right now you have to do weird charset hacks if you want to, for example, send data out according to one charset, but receive a response according to a different charset. Or, if you want to send textual data out, but receive a binary response.

Imported Issue. Original Details:
Jira Issue Key: MIRTH-3757
Reporter: narupley
Created: 2015-08-14T08:58:00.000-0700

@rbeckman-nextgen rbeckman-nextgen added this to the 3.10.0 milestone May 11, 2020
@cturczynskyj cturczynskyj removed this from the 3.10.0 milestone Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants