Willy, Thanks for your help earlier giving us a quick fix for our TCP problem. This one should be simple:
I'm looking to create the following transformations with an HTTP request (names changed, punctuation correct): (change everything) from /test1/ to /actual-call/actual.svc?wsdl code I tried: reqrep ^([^\]*\/test1/(.*) \1\/actual-call/actual.svc?wsdl\2 (change first part) from /test2/actual.svc?wsdl to /actual-call/actual.svc?wsdl How can I make these changes? Cheers -- James

