Forum Discussion

Tbrimson's avatar
14 years ago

Find and Replace Issue

The default value for many fields in a SOAP UI request is the "?".

In previous versions you could find and replace using the following

Find all ?

Replace with "" (no entry was required and it essentially just removed all the ?'s)

This no longer works in the latest version.

1 Reply

  • I found the same problem. I need to frequently debug web services transactions. I find it is easier if I remove the namespace prefix. This use to be easy with Replace All functionality. I downloaded 4.5.1 and I can no longer do this.

    I did find a work around. If I do a single replace with a space or other (not null) value I can then Replace All with null replace value.