Looks ok :(
Not sure what you are doing wrong.
I can at least guarantee you that the problem wont be from having a binary input instead of the text one.
The only difference between them (apart from the default content type header) is that the Text gets converted from String to Binary using utf-8 encoding before sent, while the Binary is just sent as is.
Regards,
João Rosado
Not sure what you are doing wrong.
I can at least guarantee you that the problem wont be from having a binary input instead of the text one.
The only difference between them (apart from the default content type header) is that the Text gets converted from String to Binary using utf-8 encoding before sent, while the Binary is just sent as is.
Regards,
João Rosado