Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 21061

How to use ASCII characters in a JSON call?

$
0
0

Hello,

 

I am having trouble using ASCII characters in a JSON call. This is the format of a sample string:

ValidateUIDScan.png

You can see it uses [RS](Record Separator, [GS] (Group Separator), and [EOT] (End of Transmission).

When I copy/paste this string into SoapUI, the program doesn't understand these characters:

 

UIDScanSoapUI.PNG

 

According to http://www.theasciicode.com.ar/ : [RS] = Alt + 30, [GS] = Alt + 29, [EOT] = Alt+ 04

However, they do not appear the same way in SoapUI, which causes the test to fail:

UIDScanSoapUi2.PNG

UIDScanSoapUI3.PNG

 

Is there a way to make SoapUI read these ASCII characters so the test can be run?

 

Regards,

 

Jesse

 


Viewing all articles
Browse latest Browse all 21061

Trending Articles