Hi all,
i have an encoding problem with my SOAP client. I want to call a webservice (SOAP via http). My input XML document for this service contains characters like & or ü in UTF-8.
If i call the webservice, I get an XML - SOAP error. It tells me, that i have to decode the & to &. If i do that, the SOAP call is successful, but my ü-character was gone to an other character.
It would be nice if anyone can explain me the way to encode my XML document in the right way.
Thanks!
#soa#webMethods#API-Management