Jim
18 years agoOccasional Contributor
Passing a unicode character in a Soap Request
I have a request that I would like to pass a unicode character as part of the string. Is this possible to do using SoapUi?
Here is my element.
cid:320147697557
I want to pass in something similar to this C# statement:
String search = "This string contains the unicode character Pi(\u03a0)"
Where the Pi create a unicode character in the string.
Thanks.
Here is my element.
cid:320147697557
I want to pass in something similar to this C# statement:
String search = "This string contains the unicode character Pi(\u03a0)"
Where the Pi create a unicode character in the string.
Thanks.