msbyuva
12 years agoNew Contributor
Can we mask input fields in Request Body
I am wondering does SOAP UI has a feature where we can mask the input fields in Request Body.
I have a web service where one of the methods gets the user profile based on SSN -- GetUserProfile(String SSN)
I am wondering is there any way we can mask the input field ( In my example -- I need to mask SSN like ***-**-****) it's for security purpose...
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:GetUserProfile>
<tem:SSN>123-45-6789</tem:SSN>
</tem:GetUserProfile>
</soapenv:Body>
</soapenv:Envelope>
I have a web service where one of the methods gets the user profile based on SSN -- GetUserProfile(String SSN)
I am wondering is there any way we can mask the input field ( In my example -- I need to mask SSN like ***-**-****) it's for security purpose...
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:GetUserProfile>
<tem:SSN>123-45-6789</tem:SSN>
</tem:GetUserProfile>
</soapenv:Body>
</soapenv:Envelope>