Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP client proxy wildcard/unicode problem

Former Member
0 Likes
361

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!

1 REPLY 1
Read only

Former Member
0 Likes
274

any idea?