Config plan never replaces REPLACE_WITH_ACTUAL_URL
This never, ever seems to do a replace on the wsdl file. I check the deployed .wsdl and it always contains "REPLACE_WITH_ACTUAL_URL" and there are no deploy errors. I've Google'd and Google'd but there seems to be no mention of this anywhere. Can someone suggest something. I just want to use the HTTP Binding adapter but the struggle seems to indicate that I should just write my own solution in Java and be done with it.
<wsdlAndSchema name="localhost.wsdl">
<searchReplace>
<search>REPLACE_WITH_ACTUAL_URL</search>
<replace>http://localhost:7001/</replace>
<searchReplace>
</wsdlAndSchema>