Hello everyone!
I have a problem with the PostToHost-function, of which I have tried several versions.
This is the story: I have a php-Script, in which I try to post some xml-data to a backend url.
This url sends back an xml-string which then has to be analyzed by my php-script. The problem is as follows: Within the xml-string returned by PostToHost some characters appear which are not supposed to be there.
E.g.:
"...llen, Schlaganfällen
1000
und Herzinfarkten ..."
instead of
"...llen, Schlaganfällen und Herzinfarkten ..."
or:
"... von einer T
b35
herapie mit..."
instead of
"... von einer Therapie mit..."
Strange, istn't it?!
Two things I know for sure:
1. The backend sends out a correct response.
2. The mistakes are not random but appear alway at the same positions. But they don't seem to follow a certain rule.
So if anybody has an idea I would be very pleased.
Thanks in advance,
Markus