Hello,
when sending some String-data from a (C++) SOAP Server (4S4C) via SOAP
to an Client (Apache Java SOAP Client) then characters like "&" are
transformed to Entity-References (&).
Here the way of the String:
--------------------------
Original String (Server):
"Test ሴ 〹 Hartmut & Bernecker"
String in the SOAP-Protocol (Transport):
"Test ሴ 〹 Hartmut & Bernecker"
Received String (Client):
"Test ሴ 〹 Hartmut & Bernecker"
Why?
And is there a way to prevent that kind of marshalling??
Cheers
Hartmut Bernecker