Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Config plan never replaces REPLACE_WITH_ACTUAL_URL

sm170069b1May 3 2012 — edited May 9 2012
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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2012
Added on May 3 2012
9 comments
2,241 views