Hi All,
I have a json message received from http call. If I set <par id="htta.returnpltypeforce" value="json"> in call payload then my response is fine, for example:
<bfa:io>
<bfa:object>
<bfa:object name="response">
<bfa:string name="error">1</bfa:string>
<bfa:string name="errorMessage">Błąd autoaryzacji</bfa:string>
</bfa:object>
</bfa:object>
</bfa:io>
If I don't make B1if to automatically convert response from JSON to XML and set <par id="htta.returnpltypeforce" value=""> then my response is: {"response": { "error" : "1", "errorMessage" : "BÅÄ d autoryzacji"}}.
The thing is that when the response is not converted then Błąd looks like BÅÄ d.How to solve this?
Kind Regards,
Szymon