Hi All ,
I have a scenario in which we are using web services and proxy .
ECC>>(Proxy)>> PI >>(Web services)>> Non SAP system .
I am getting issue while sending a long text from ECC containing some special characters like '&' ' < ' and ' ,' . XML is convering
& = <(>&<)>
, = <(>,<)> and
< = <(><<)>
we can see these xml changes in SPROXY test mode . Screen shot of the same is also attached for more details.
Can you please let me know how to handle these special characters , do I need to create any UDF in mapping or is there there any other way ?