‎2010 Aug 19 4:53 PM
Hello,
i have an abap client proxy. The target system is a non sap system. For one input field of the request, a wildcard search is possible (with sign %, field type = string).
If i exceute the proxywith the wildcard sign '%' i get following error message:
SOAP:1.001 CX_SXML_PARSE_ERROR...Error in conversion from UTF-8 to type C or
type CSTRING: 48696C6673736368FC747A65 is not a
valid UTF-8
If i call the target system directly (for examle with jmeter), i get a response even with wildcard sign '%'.
It seems that there is a generell conversion problem at the sap client proxy. Do you have any ideas?
Is the problem maybe the transformation of the request, or the calling of the target system?
Thanks a lot!
‎2010 Aug 26 5:12 PM