tslosarContributor12 years agoGetting rid of brackets in response values taken from requesFor some reason brackets are appearing around the values I pull from the request and insert into the response.How to get rid of these?def starcode = mockRequest.getRequestHeaders().get("X-STAR-SenderNameCode")requestContext.starcode = starcodeSource (request):X-STAR-SenderNameCode: XXTarget (response):<DestinationNameCode>[XX]</DestinationNameCode>Thanks for any help,Tony
1 ReplyReplies sorted by Most LikednmraoCommunity Hero12 years agoYou may get it by substring function, right?
Recent DiscussionsMissing wsi-test-tools in SoapUI 5.9.0How to escape ampersand in Property Expansion?No Fluff, Just Real Stuff - DevRel Newsletter July edition here!
Related Contentgetting empty responseBrackets in scripting in soapui.Error getting response; java.net.SocketTimeoutException: Read timed out