strange char in response
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017
10:11 AM
08-23-2017
10:11 AM
strange char in response
I am attaching a screenshot which shows the issue.
Its highlighted
I am looking for you've but I see the following in SOAP UI.
Now my assertions failing because of these strange issues
Is there any way to get around this weirdness?
The raw response indicates the following
you’ve which then gets rendered as shown in the screenshot
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2017
10:44 AM
08-23-2017
10:44 AM
How do you see that in browser?
Does the application support multibyte characters?
What does it show in the encoding?
To get that use Menu -> Help -> System Properties.
Can you try setting it to UTF-8 to see if that resolves?
Regards,
Rao.
Does the application support multibyte characters?
What does it show in the encoding?
To get that use Menu -> Help -> System Properties.
Can you try setting it to UTF-8 to see if that resolves?
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2017
07:25 AM
08-30-2017
07:25 AM
Here is what support told me and that fixed the issue with strange char encoding!
Add option -Dfile.encoding=UTF8 in the vmoptions file in {Ready API install}\bin directory, restart Ready API after adding
this option to the vmoptions file.
Then restart READY API
After that I reran the test no issues displaying "'"
Thanks SMARTBEAR support team.
