Database Reference
In-Depth Information
<binding type="*">
<property name="inFileFolder">
<replace> /u01/input/test </replace>
</property>
</binding>
</service>
<reference name="*">
<binding type="ws">
<attribute name="location">
<searchReplace>
<search> http://payment-processing-server- dev:7777/proc/servlet </search>
<replace> https://payment-processing-server- test:7778/proc/servlet </replace>
</searchReplace>
</attribute>
</binding>
</reference>
</composite>
<wsdlAndSchema name=" HelloWorld.wsdl|xsd/HelloWorld.xsd ">
<searchReplace>
<search> sharedSchemaServerDev </search>
<replace> sharedSchemaServerTest </replace>
</searchReplace>
<searchReplace>
<search> 7777 </search>
<replace> 80 </replace>
</searchReplace>
</wsdlAndSchema>
</SOAConfigPlan>
The file contains two main sections— composite and wsdlAndSchema . All
entries within the <composite> tags apply to the composite.xml file in the
SOA composite application. In this example, the <wsdlAndSchema> tag is spe-
cifically applied to the HelloWorld.wsdl and xsd/HelloWorld.xsd files
within the project.
Search WWH ::




Custom Search