So we have a Soap service that we set up for QA Symphony called QTesDev. QA is coming into our gateway URL & then routes it back to a server in our domain using "DNSName.domain.net:8080". What I am trying to figure out is how I can change the response to replace in the header and the body anytime it sees the DNSName.domain.net:8080 to the Gateway URL.
Use a Evaluate Regular Expression Assertion to replace the url in the body. Same can be used for the headers: iterate all headers and use the Manage Transport Properties/Headers Assertion to replace the content.